Commit 068dee7
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 1a7f111 commit 068dee7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8934 | 8934 | | |
8935 | 8935 | | |
8936 | 8936 | | |
8937 | | - | |
| 8937 | + | |
8938 | 8938 | | |
8939 | 8939 | | |
8940 | 8940 | | |
| |||
0 commit comments