drm/radeon: Move fb update from radeon_flip_work_func to radeon_crtc_page_flip
authorMichel Dänzer <michel.daenzer@amd.com>
Tue, 10 Jun 2014 01:21:57 +0000 (10:21 +0900)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jun 2014 02:09:12 +0000 (22:09 -0400)
commit685d54b330d0f15c4f6c7bdf51e009aab0d6a750
treea55c5361e08478c9d395b170faf86a96f7ab2d8c
parent8a309113d50290aef2e0292d3a453425b488d973
drm/radeon: Move fb update from radeon_flip_work_func to radeon_crtc_page_flip

Fixes WARN()s from the DRM core since the page flip rework.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=77521
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_display.c