drm/amd/display: Program SubVP in dc_commit_state_no_check
authorDillon Varone <Dillon.Varone@amd.com>
Mon, 19 Sep 2022 14:29:24 +0000 (10:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Oct 2022 15:57:36 +0000 (11:57 -0400)
commitf7367b5fe0e38af02d6915a355f2ee63b172c9ac
treecbcc813e81be21248a56d2a50ff65d4d8384699c
parent8abbc4f768ddc5c2190ab8966e529cec42b4b2d4
drm/amd/display: Program SubVP in dc_commit_state_no_check

[Why?]
Currently SubVP programming is only done in commit_planes_for_stream, as
it was expected only this call would add/remove planes from a
display.

[How?]
Add SubVP programming to dc_commit_state_no_check.

Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Dillon Varone <Dillon.Varone@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c