drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()
authorMichel Dänzer <[email protected]>
Mon, 14 Jul 2014 06:48:42 +0000 (15:48 +0900)
committerAlex Deucher <[email protected]>
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 <[email protected]>
Signed-off-by: Michel Dänzer <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_display.c