From: Muhammad Ahmed <[email protected]> Disable IPS by default till it is ready.
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]> --- drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c | 1 + 1 file changed, 1 insertion(+) 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 = { -- 2.40.1
