@@ -24,6 +24,21 @@
* Ville Syrjälä <ville.syrjala@linux.intel.com>
*/
+/*
+ * TODO:
+ * - check crtc.enabled old vs. new state handling
+ * - generate a correct timestamp for override flips
+ * - send flip events at correct time when previous flip is pending,
+ * and nothing changed in the later flip
+ * - flip_seq should be the same for all flips issued at the same time
+ * - make GPU reset handling robust
+ * - old style frame counter still has possible issues
+ * - move primary plane scanout handling into a drm_plane
+ * - cursor register handling needs work
+ * - should drm_plane be used for cursors too?
+ * - more refactoring and cleanups
+ */
+
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_flip.h>