Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: correct unknown plane state patch

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

Reviewed-by: Ovidiu Bunea <ovidiu.bunea@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Charlene Liu and committed by
Alex Deucher
7b82e92d 4e91f432

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
··· 1785 1785 .acquire_post_bldn_3dlut = dcn32_acquire_post_bldn_3dlut, 1786 1786 .release_post_bldn_3dlut = dcn32_release_post_bldn_3dlut, 1787 1787 .update_bw_bounding_box = dcn42_update_bw_bounding_box, 1788 - .patch_unknown_plane_state = dcn401_patch_unknown_plane_state, 1788 + .patch_unknown_plane_state = dcn35_patch_unknown_plane_state, 1789 1789 .get_panel_config_defaults = dcn42_get_panel_config_defaults, 1790 1790 .get_preferred_eng_id_dpia = dcn42_get_preferred_eng_id_dpia, 1791 1791 .update_soc_for_wm_a = dcn30_update_soc_for_wm_a,