]> git.baikalelectronics.ru Git - kernel.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)
commit6781a37c321db241f80cce7d188691fefcfe7232
treece6474002f0713a84a39dfb687d1b0a49329c87c
parent429c416cfe49cdc259fbc0523764a1982ca8680d
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