drm/doc: Capture TODO for deferred fbdev setup
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 26 Feb 2017 19:38:51 +0000 (20:38 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 28 Feb 2017 12:07:23 +0000 (13:07 +0100)
Also became a bit a FAQ recently.

Cc: John Stultz <john.stultz@linaro.org
Cc: Thierry Reding <thierry.reding@gmail.com>
Acked-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170226193851.3245-2-daniel.vetter@ffwll.ch
Documentation/gpu/todo.rst

index 2760872..ce0f1a5 100644 (file)
@@ -75,6 +75,17 @@ helpers.
 
 Contact: Ville Syrjälä, Daniel Vetter, driver maintainers
 
+Implement deferred fbdev setup in the helper
+--------------------------------------------
+
+Many (especially embedded drivers) want to delay fbdev setup until there's a
+real screen plugged in. This is to avoid the dreaded fallback to the low-res
+fbdev default. Many drivers have a hacked-up (and often broken) version of this,
+better to do it once in the shared helpers. Thierry has a patch series, but that
+one needs to be rebased and final polish applied.
+
+Contact: Thierry Reding, Daniel Vetter, driver maintainers
+
 Convert early atomic drivers to async commit helpers
 ----------------------------------------------------