summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc.h
diff options
context:
space:
mode:
authorCharlene Liu2019-02-01 02:39:16 +0100
committerAlex Deucher2019-03-05 21:09:32 +0100
commitc7b0f71237af7e4ceb7bf723cf96b87178c00e54 (patch)
tree2942922d8cb4e0433e2ef0fb6ea303155673dbe5 /drivers/gpu/drm/amd/display/dc/dc.h
parentdrm/amd/display: Use vrr friendly pageflip throttling in DC. (diff)
downloadkernel-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/amd/display/dc/dc.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
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 {