summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.c
diff options
context:
space:
mode:
authorWenjing Liu <wenjing.liu@amd.com>2024-03-19 14:24:51 -0400
committerAlex Deucher <alexander.deucher@amd.com>2024-04-09 22:04:58 -0400
commitcc5209647f213ffabca1528da2f88a589059ac0e (patch)
tree30aecf73e5f192ab914b6356b0a95c8dff0dc76d /drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.c
parente779f4587f6178583930caa87897b1be780d5ac7 (diff)
downloadlinux-stable-cc5209647f213ffabca1528da2f88a589059ac0e.tar.gz
linux-stable-cc5209647f213ffabca1528da2f88a589059ac0e.tar.bz2
linux-stable-cc5209647f213ffabca1528da2f88a589059ac0e.zip
drm/amd/display: move build test pattern params as part of pipe resource update for odm
[why] Move built test pattern as part of pipe resource update for odm to ensure we rebuild test pattern params every time we have an ODM update Reviewed-by: George Shen <george.shen@amd.com> Acked-by: Roman Li <roman.li@amd.com> Signed-off-by: Wenjing Liu <wenjing.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.c b/drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.c
index 27d9da8ad7c1..237b67de62c1 100644
--- a/drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.c
+++ b/drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.c
@@ -1078,6 +1078,12 @@ bool dml2_map_dc_pipes(struct dml2_context *ctx, struct dc_state *state, const s
ASSERT(false);
}
}
+
+ if (ctx->config.callbacks.build_test_pattern_params &&
+ pipe->stream &&
+ pipe->prev_odm_pipe == NULL &&
+ pipe->top_pipe == NULL)
+ ctx->config.callbacks.build_test_pattern_params(&state->res_ctx, pipe);
}
return true;