summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc.h
diff options
context:
space:
mode:
authorJaehyun Chung <jaehyun.chung@amd.com>2019-07-15 17:35:56 -0400
committerAlex Deucher <alexander.deucher@amd.com>2019-08-15 10:53:49 -0500
commit37495fbdf12d1bce30dbc228c901ef45eba35739 (patch)
treed76f2f4dfe33d94252c537e5295f831307215d49 /drivers/gpu/drm/amd/display/dc/dc.h
parentf7f38ffef56b0138f902efd261a6d90680fec2d3 (diff)
downloadtalos-op-linux-37495fbdf12d1bce30dbc228c901ef45eba35739.tar.gz
talos-op-linux-37495fbdf12d1bce30dbc228c901ef45eba35739.zip
drm/amd/display: Add work-around option to skip DCN20 clock updates
[Why] Auto Overclock Memory fails for some systems that don't support p-state. [How] Implement the workaround, and it's corresponding enable flag. Signed-off-by: Jaehyun Chung <jaehyun.chung@amd.com> Reviewed-by: Alvin Lee <Alvin.Lee2@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 e3d7710b5c54..1866fa71a764 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -122,6 +122,7 @@ struct dc_bug_wa {
bool no_connect_phy_config;
bool dedcn20_305_wa;
struct display_mode_lib alternate_dml;
+ bool skip_clock_update;
};
#endif
OpenPOWER on IntegriCloud