From: Charlene Liu <[email protected]>

[why]
dcn42x is using same gfx as dcn35, i.e. not use gfx_address3.

Reviewed-by: Ovidiu Bunea <[email protected]>
Signed-off-by: Charlene Liu <[email protected]>
Signed-off-by: Chuanyu Tseng <[email protected]>
---
 drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c 
b/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
index f2a6e260f061..9d6a989d6dd2 100644
--- a/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
@@ -1785,7 +1785,7 @@ static struct resource_funcs dcn42_res_pool_funcs = {
        .acquire_post_bldn_3dlut = dcn32_acquire_post_bldn_3dlut,
        .release_post_bldn_3dlut = dcn32_release_post_bldn_3dlut,
        .update_bw_bounding_box = dcn42_update_bw_bounding_box,
-       .patch_unknown_plane_state = dcn401_patch_unknown_plane_state,
+       .patch_unknown_plane_state = dcn35_patch_unknown_plane_state,
        .get_panel_config_defaults = dcn42_get_panel_config_defaults,
        .get_preferred_eng_id_dpia = dcn42_get_preferred_eng_id_dpia,
        .update_soc_for_wm_a = dcn30_update_soc_for_wm_a,
-- 
2.43.0

Reply via email to