mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue