drm/amd/display: undo clearing of z10 related function pointers
authorEric Yang <Eric.Yang2@amd.com>
Sat, 19 Mar 2022 20:34:24 +0000 (16:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Apr 2022 17:50:50 +0000 (13:50 -0400)
commita0bd69e1268ba74c712e91afd6afb283f0b4d7ae
treefa6f773e591463820193be6be66e8a9e1ab6f463
parent05eee31c0821c7209409ef0991b95df3511c0326
drm/amd/display: undo clearing of z10 related function pointers

[Why]
Z10 and S0i3 have some shared path. Previous code clean up ,
incorrectly removed these pointers, which breaks s0i3 restore

[How]
Do not clear the function pointers based on Z10 disable.

Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com>
Acked-by: Pavle Kotarac <Pavle.Kotarac@amd.com>
Signed-off-by: Eric Yang <Eric.Yang2@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c