Skip to content

Commit 5dd63a0

Browse files
Nevenko Stuparalexdeucher
authored andcommitted
drm/amd/display: Fix the typo in dcn401 Hubp block
[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 <[email protected]> Signed-off-by: Nevenko Stupar <[email protected]> Signed-off-by: Tom Chung <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent eee5e5b commit 5dd63a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ static struct hubp_funcs dcn401_hubp_funcs = {
10321032
.hubp_program_3dlut_fl_tmz_protected = hubp401_program_3dlut_fl_tmz_protected,
10331033
.hubp_program_3dlut_fl_crossbar = hubp401_program_3dlut_fl_crossbar,
10341034
.hubp_get_3dlut_fl_done = hubp401_get_3dlut_fl_done,
1035-
.hubp_clear_tiling = hubp2_clear_tiling,
1035+
.hubp_clear_tiling = hubp401_clear_tiling,
10361036
};
10371037

10381038
bool hubp401_construct(

0 commit comments

Comments
 (0)