]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: Fix the typo in dcn401 Hubp block
authorNevenko Stupar <Nevenko.Stupar@amd.com>
Thu, 8 May 2025 19:37:29 +0000 (15:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 16 May 2025 17:38:47 +0000 (13:38 -0400)
[Why & How]
Fix the typo for hubp_clear_tiling, currently calls hubp2_clear_tiling
for dcn401 instead of intended hubp401_clear_tiling.

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Nevenko Stupar <Nevenko.Stupar@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@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/hubp/dcn401/dcn401_hubp.c

index 5ed195377a6ce0b02a5ccfd2c7283081df2a2c5a..baed31611477f1bb41085fc92d161ef64887ca63 100644 (file)
@@ -1032,7 +1032,7 @@ static struct hubp_funcs dcn401_hubp_funcs = {
        .hubp_program_3dlut_fl_tmz_protected = hubp401_program_3dlut_fl_tmz_protected,
        .hubp_program_3dlut_fl_crossbar = hubp401_program_3dlut_fl_crossbar,
        .hubp_get_3dlut_fl_done = hubp401_get_3dlut_fl_done,
-       .hubp_clear_tiling = hubp2_clear_tiling,
+       .hubp_clear_tiling = hubp401_clear_tiling,
 };
 
 bool hubp401_construct(