summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2018-12-05 10:52:25 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-02-05 21:16:23 -0500
commit49782c638f6a33992f5c1c69414a7ef5c08a0d31 (patch)
tree4e4e12a0cd87ab70d97d5fa68f561c9c9c9f10f1 /drivers
parent8dac4e7d89ea3b09695c0948d375a62df9443ca0 (diff)
downloadlinux-49782c638f6a33992f5c1c69414a7ef5c08a0d31.tar.bz2
drm/amd/display: add a debug flag to force odm combine
Adding a bit vector to allow forcing odm on specific otgs Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-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 0b2ffc7cfffd..ee2c7e5b6087 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -255,6 +255,7 @@ struct dc_debug_options {
bool scl_reset_length10;
bool hdmi20_disable;
bool skip_detection_link_training;
+ unsigned int force_odm_combine; //bit vector based on otg inst
unsigned int force_fclk_khz;
};