]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()
authorMichel Dänzer <michel.daenzer@amd.com>
Mon, 14 Jul 2014 06:48:42 +0000 (15:48 +0900)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Jul 2014 13:01:31 +0000 (09:01 -0400)
commitc60381bd82a54233bb46f93be00a4154bd0cf95d
treece6474002f0713a84a39dfb687d1b0a49329c87c
parentf53f81b2576a9bd3af947e2b1c3a46dfab51c5ef
drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()

As well as enabling the vblank interrupt. These shouldn't take any
significant amount of time, but at least pinning the BO has actually been
seen to fail in practice before, in which case we need to let userspace
know about it.

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