linux/drivers/gpu/drm/amd/display
Pratik Vishwakarma 4b3c641b5f drm/amd/display: Fix stale buffer object (bo) use
Fixes stale buffer object (bo) usage for cursor plane

Cursor plane's bo operations are handled in DC code.
Currently, atomic_commit() does not handle bo operations
for cursor plane, as a result the bo assigned for cursor
plane in dm_plane_helper_prepare_fb() is not coherent
with the updates to the same made in dc code.This mismatch
leads to "bo" corruption and hence crashes during S3 entry.

This patch cleans up the code which was added as a hack
for 4.9 version only.

Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-06-13 13:45:23 -05:00
..
amdgpu_dm drm/amd/display: Fix stale buffer object (bo) use 2018-06-13 13:45:23 -05:00
dc drm/amd/display: Read DP_SINK_COUNT_ESI range on HPD for DP 1.4 2018-05-29 14:01:48 -05:00
include drm/amd/display: fix dscl_manual_ratio_init 2018-05-29 13:28:29 -05:00
modules Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-next 2018-05-25 10:28:33 +10:00
Kconfig drm/amdgpu/display: remove VEGA20 config option 2018-05-18 16:08:18 -05:00
Makefile drm/amd: Remove inclusion of non-existing include directories 2018-02-26 23:09:38 -05:00
TODO drm/amd/display: Add TODO item to remove vector.c 2017-12-14 11:01:13 -05:00