drm/amd/display: Do cursor updates after stream updates
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Fri, 25 Jan 2019 20:30:24 +0000 (15:30 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Feb 2019 20:58:26 +0000 (15:58 -0500)
commit80c218d56e309d46d9dc3f3d5e4396b277bdd0b5
tree8b36da7f52922f27fa55371cc2597a673b314f46
parent6836d23916ada07389c78d88e701f0752317f1d0
drm/amd/display: Do cursor updates after stream updates

[Why]
Cursor updates used to happen after vblank/flip/stream updates before
the stream update refactor. They now happen before stream updates
which means that they're not going to be synced with fb changes
and that they're going to programmed for pipes that we're disabling
within the same commit.

[How]
Move them after stream updates.

Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: David Francis <David.Francis@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c