diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2016-06-24 17:30:08 +0900 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-07 15:02:06 -0400 |
commit | ee7fd9575734f434ad541a5985687f195a2ff853 (patch) | |
tree | 230901d687fb9c6e7e10d75882994d7b595f32d9 /mm | |
parent | 313c45fdb4b3a95004df85e9d15c9e70895f219a (diff) | |
download | linux-stable-ee7fd9575734f434ad541a5985687f195a2ff853.tar.gz linux-stable-ee7fd9575734f434ad541a5985687f195a2ff853.tar.bz2 linux-stable-ee7fd9575734f434ad541a5985687f195a2ff853.zip |
drm/amdgpu: Unpin BO if we can't get fences in amdgpu_crtc_page_flip
If reservation_object_get_fences_rcu failed, we'd previously go directly
to the cleanup label, so we'd leave the BO pinned.
While we're at it, remove two amdgpu_bo_unreserve calls in favour of two
new labels.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions