Revert "drm/radeon: rework page flip handling v3"

This reverts commit 1aab5514ca.

Apply the fixed up version instead.
This commit is contained in:
Dave Airlie
2014-06-04 11:59:31 +10:00
parent 5536141ddd
commit b15eb4ea15
3 changed files with 118 additions and 153 deletions

View File

@@ -325,8 +325,8 @@ struct radeon_crtc {
struct drm_display_mode native_mode;
int pll_id;
/* page flipping */
struct workqueue_struct *flip_queue;
struct radeon_flip_work *flip_work;
struct radeon_unpin_work *unpin_work;
int deferred_flip_completion;
/* pll sharing */
struct radeon_atom_ss ss;
bool ss_enabled;