[PATCH 00/22] Atomic page flip: fixes, refactoring and non-blocking GPU sync

2012-11-12 Thread ville.syrj...@linux.intel.com
Here's a bunch of new stuff on top of my last atomic modeset/pageflip posting. Highlights: - some bug fixes - started moving common property bits out of intel_atomic.c - hooked up the properties to some legacy code paths - non-blocking GPU synchronization The GPU sync part could surely use some

[PATCH 00/22] Atomic page flip: fixes, refactoring and non-blocking GPU sync

2012-11-12 Thread ville . syrjala
Here's a bunch of new stuff on top of my last atomic modeset/pageflip posting. Highlights: - some bug fixes - started moving common property bits out of intel_atomic.c - hooked up the properties to some legacy code paths - non-blocking GPU synchronization The GPU sync part could surely use some