diff options
author | Charlene Liu | 2019-02-01 02:39:16 +0100 |
---|---|---|
committer | Alex Deucher | 2019-03-05 21:09:32 +0100 |
commit | c7b0f71237af7e4ceb7bf723cf96b87178c00e54 (patch) | |
tree | 2942922d8cb4e0433e2ef0fb6ea303155673dbe5 /drivers/gpu/drm | |
parent | drm/amd/display: Use vrr friendly pageflip throttling in DC. (diff) | |
download | kernel-qcow2-linux-c7b0f71237af7e4ceb7bf723cf96b87178c00e54.tar.gz kernel-qcow2-linux-c7b0f71237af7e4ceb7bf723cf96b87178c00e54.tar.xz kernel-qcow2-linux-c7b0f71237af7e4ceb7bf723cf96b87178c00e54.zip |
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>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 1a7fd6aa77eb..1b8eaf51b8cf 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -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 { |