Commit dea8268
drm/amd/display: Avoid updating surface with the same surface under MPO
[ Upstream commit 1a38ded ]
[Why & How]
Although it's dummy updates of surface update for committing stream
updates, we should not have dummy_updates[j].surface all indicating
to the same surface under multiple surfaces case. Otherwise,
copy_surface_update_to_plane() in update_planes_and_stream_state()
will update to the same surface only.
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent a71819d commit dea8268
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10724 | 10724 | | |
10725 | 10725 | | |
10726 | 10726 | | |
10727 | | - | |
| 10727 | + | |
10728 | 10728 | | |
10729 | 10729 | | |
10730 | 10730 | | |
| |||
0 commit comments