drm/amd/display: patch cases with unknown plane state to prevent warning
authorSwapnil Patel <Swapnil.Patel@amd.com>
Mon, 5 Dec 2022 21:39:31 +0000 (16:39 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Jan 2023 21:57:57 +0000 (16:57 -0500)
[Why]
DCN301 resource function is missing function pointer to
handle cases with unknown plane state.
This causes assertion when global state is validated while
using swizzle parameter as “DC_UNKNOWN”

[How]
Add function pointer to handle and patch cases when plane
state is unknown.

Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Swapnil Patel <Swapnil.Patel@amd.com>
Reviewed-by: Sung joon Kim <Sungjoon.Kim@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn301/dcn301_resource.c

index 8cf10351f271ba35777596d69781e4ffc315ce4a..ee62ae3eb98f655caa26daeb12530f1cb00411f6 100644 (file)
@@ -1414,7 +1414,8 @@ static struct resource_funcs dcn301_res_pool_funcs = {
        .find_first_free_match_stream_enc_for_link = dcn10_find_first_free_match_stream_enc_for_link,
        .acquire_post_bldn_3dlut = dcn30_acquire_post_bldn_3dlut,
        .release_post_bldn_3dlut = dcn30_release_post_bldn_3dlut,
-       .update_bw_bounding_box = dcn301_update_bw_bounding_box
+       .update_bw_bounding_box = dcn301_update_bw_bounding_box,
+       .patch_unknown_plane_state = dcn20_patch_unknown_plane_state
 };
 
 static bool dcn301_resource_construct(