]> 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)
commit3f75f228b939fe910fc0786eea9d1b1aa4e7a209
treece6474002f0713a84a39dfb687d1b0a49329c87c
parent9a4bf5a6709df6084b0e786708d2a90a04d8d6ef
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