summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc.h
diff options
context:
space:
mode:
authorOvidiu Bunea <ovidiu.bunea@amd.com>2023-09-20 22:25:46 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-10-05 01:41:53 +0300
commitc0af8c744e7e8f55ea2c26c80fe5c1cfee3a9359 (patch)
tree1d5aec29bd7957af0a87c4d3bcb5ddf6c38ec85e /drivers/gpu/drm/amd/display/dc/dc.h
parent6ec876472ff7edeaf2a07bf6afbff74d7f1dfa35 (diff)
downloadlinux-c0af8c744e7e8f55ea2c26c80fe5c1cfee3a9359.tar.xz
drm/amd/display: Make driver backwards-compatible with non-IPS PMFW
[why] Driver needs to be compatible with PM FW that doesn't support IPS [how] Toggle internal control flag Reviewed-by: Charlene Liu <charlene.liu@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Ovidiu Bunea <ovidiu.bunea@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/dc/dc.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index 5e7f606a4cfc..7e63bf0a6389 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -423,6 +423,7 @@ struct dc_config {
bool dc_mode_clk_limit_support;
bool EnableMinDispClkODM;
bool enable_auto_dpm_test_logs;
+ unsigned int disable_ips;
};
enum visual_confirm {
@@ -913,7 +914,6 @@ struct dc_debug_options {
enum det_size crb_alloc_policy;
int crb_alloc_policy_min_disp_count;
bool disable_z10;
- unsigned int disable_ips;
bool enable_z9_disable_interface;
bool psr_skip_crtc_disable;
union dpia_debug_options dpia_debug;