]> Git Repo - linux.git/commit
drm/amd/display: undo clearing of z10 related function pointers
authorEric Yang <[email protected]>
Sat, 19 Mar 2022 20:34:24 +0000 (16:34 -0400)
committerAlex Deucher <[email protected]>
Fri, 6 May 2022 14:55:01 +0000 (10:55 -0400)
commit9b9bd3f640640f94272a461b2dfe558f91b322c5
tree6888a79352db2093a4dab77103865a6507289a8a
parentaa482ddca85a3485be0e7b83a0789dc4d987670b
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 <[email protected]>
Acked-by: Pavle Kotarac <[email protected]>
Signed-off-by: Eric Yang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c
This page took 0.053765 seconds and 4 git commands to generate.