Skip to content

Commit 6580b28

Browse files
Mikita Lipskialexdeucher
authored andcommitted
drm/amd/display: Remove MALL function from DCN3.1
[why] DCN31 doesn't have MALL in DMUB so to avoid sending unknown commands to DMUB just remove the function pointer. [how] Remove apply_idle_power_optimizations from function pointers structure for DCN31 Reviewed-by: Nicholas Kazlauskas <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Mikita Lipski <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 2d73eab commit 6580b28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ static const struct hw_sequencer_funcs dcn31_funcs = {
9393
.set_flip_control_gsl = dcn20_set_flip_control_gsl,
9494
.get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
9595
.calc_vupdate_position = dcn10_calc_vupdate_position,
96-
.apply_idle_power_optimizations = dcn30_apply_idle_power_optimizations,
9796
.set_backlight_level = dcn21_set_backlight_level,
9897
.set_abm_immediate_disable = dcn21_set_abm_immediate_disable,
9998
.set_pipe = dcn21_set_pipe,

0 commit comments

Comments
 (0)