aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Ahmed <[email protected]>2023-08-18 16:21:20 -0400
committerAlex Deucher <[email protected]>2023-09-20 16:24:08 -0400
commitc0f8b83188c7d4e4d7256023a384986bda27f5f2 (patch)
tree01e69137047f7caa344b6e4d868064c74b4fcd4c
parent93a66cef607cfee3953152bfe067038c5b21ea0e (diff)
drm/amd/display: disable IPS
Disable IPS by default till it is ready. Tested-by: Daniel Wheeler <[email protected]> Reviewed-by: Duncan Ma <[email protected]> Reviewed-by: Charlene Liu <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Muhammad Ahmed <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c
index 9fc15a200133..47de1fadf364 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c
@@ -749,6 +749,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.disable_mem_low_power = true,
.ignore_pg = true,
.psp_disabled_wa = true,
+ .disable_ips = true,
};
static const struct dc_panel_config panel_config_defaults = {