mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
This commit is contained in:
parent
8dac4e7d89
commit
49782c638f
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user