drm/radeon: Track the status of a page flip more explicitly
authorMichel Dänzer <michel.daenzer@amd.com>
Mon, 30 Jun 2014 09:12:34 +0000 (18:12 +0900)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Jul 2014 16:26:48 +0000 (12:26 -0400)
This prevents a panic: radeon_crtc_handle_page_flip() could run before
radeon_flip_work_func(), triggering the BUG_ON() in drm_vblank_put().

Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
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>

No differences found