]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amd/display: Add missing callback for init_watermarks in DCN 301
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Wed, 3 Apr 2024 21:04:54 +0000 (15:04 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Apr 2024 02:39:15 +0000 (22:39 -0400)
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@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/dcn301/dcn301_hubbub.c

index a046664e2031631dc66b351b371c39018cacbc9e..c1959672df50a285db21f3f0bbf91ad377f8e8eb 100644 (file)
@@ -63,6 +63,7 @@ static const struct hubbub_funcs hubbub301_funcs = {
        .verify_allow_pstate_change_high = hubbub1_verify_allow_pstate_change_high,
        .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
        .force_pstate_change_control = hubbub3_force_pstate_change_control,
+       .init_watermarks = hubbub3_init_watermarks,
        .hubbub_read_state = hubbub2_read_state,
 };