diff options
author | Pratik Vishwakarma <[email protected]> | 2018-06-07 11:48:40 +0530 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2018-06-13 13:45:23 -0500 |
commit | 4b3c641b5f3a1d67c7bec60fb033233504e636ee (patch) | |
tree | b1be7b61e45ab8a50f5751429b1f8ed7818e0419 /drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c | |
parent | c4ff91dd40e2253ab6dd028011469c2c694e1e19 (diff) |
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 <[email protected]>
Signed-off-by: Pratik Vishwakarma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c')
0 files changed, 0 insertions, 0 deletions