mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
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 <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>
This commit is contained in:
parent
eee5e5b358
commit
5dd63a0bfc
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user