summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
diff options
context:
space:
mode:
authorCharlene Liu <Charlene.Liu@amd.com>2023-03-09 15:03:50 -0500
committerAlex Deucher <alexander.deucher@amd.com>2023-03-22 00:59:52 -0400
commita36f72547e0eb623912957aeb68465e3c9f7effe (patch)
tree3419178fd798b276945cb2202ef91bc3256d2d2f /drivers/gpu/drm/amd/display/dmub/dmub_srv.h
parenta8b537605e22bfe277e666727fa0e9e01f2c729b (diff)
downloadlinux-stable-a36f72547e0eb623912957aeb68465e3c9f7effe.tar.gz
linux-stable-a36f72547e0eb623912957aeb68465e3c9f7effe.tar.bz2
linux-stable-a36f72547e0eb623912957aeb68465e3c9f7effe.zip
drm/amd/display: Add CRC and DMUB test support
[Why & How] - Add CRC for test support - Add params to allow control into to DMUB. Reviewed-by: Chris Park <Chris.Park@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Charlene Liu <Charlene.Liu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub/dmub_srv.h')
-rw-r--r--drivers/gpu/drm/amd/display/dmub/dmub_srv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/dmub_srv.h b/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
index a391b939d709..ba1715e2d25a 100644
--- a/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
+++ b/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
@@ -261,6 +261,8 @@ struct dmub_srv_hw_params {
bool usb4_cm_version;
bool fw_in_system_memory;
bool dpia_hpd_int_enable_supported;
+ bool disable_clock_gate;
+ bool disallow_dispclk_dppclk_ds;
};
/**