commit | c60381bd82a54233bb46f93be00a4154bd0cf95d | [log] [tgz] |
---|---|---|
author | Michel Dänzer <michel.daenzer@amd.com> | Mon Jul 14 15:48:42 2014 +0900 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jul 17 09:01:31 2014 -0400 |
tree | ce6474002f0713a84a39dfb687d1b0a49329c87c | |
parent | f53f81b2576a9bd3af947e2b1c3a46dfab51c5ef [diff] |
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>