drm/radeon: Complete page flip even if waiting on the BO fence fails
authorMichel Dänzer <michel.daenzer@amd.com>
Mon, 14 Jul 2014 06:58:03 +0000 (15:58 +0900)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Jul 2014 13:01:32 +0000 (09:01 -0400)
commit306f98d9a1079cc78567b1a6a5e94c272c163e47
tree22ca6ee39c545b1f9060888d5c111442a4a56970
parentc60381bd82a54233bb46f93be00a4154bd0cf95d
drm/radeon: Complete page flip even if waiting on the BO fence fails

Otherwise the DRM core and userspace will be confused about which BO the
CRTC is scanning out.

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>
drivers/gpu/drm/radeon/radeon_display.c