mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 14:14:54 +00:00
drm/amd/display: Add disable triple buffering DC debug option
Added a "disable_tri_buf" DC debug option. When set to 1 feature will be off. Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
7b19bba58f
commit
c7b0f71237
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ struct dc_debug_options {
|
|||
bool skip_detection_link_training;
|
||||
unsigned int force_odm_combine; //bit vector based on otg inst
|
||||
unsigned int force_fclk_khz;
|
||||
bool disable_tri_buf;
|
||||
};
|
||||
|
||||
struct dc_debug_data {
|
||||
|
|
Loading…
Add table
Reference in a new issue