All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/docs: Record TODO about plane clipping
@ 2017-02-26 19:38 Daniel Vetter
  2017-02-26 19:38 ` [PATCH 2/2] drm/doc: Capture TODO for deferred fbdev setup Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2017-02-26 19:38 UTC (permalink / raw)
  To: DRI Development; +Cc: Daniel Vetter, Russell King - ARM Linux, Daniel Vetter

It's such a mess that it's become a FAQ :(

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Russell King - ARM Linux <linux@armlinux.org.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 Documentation/gpu/todo.rst | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index 3813a2525ada..2760872621af 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -63,6 +63,18 @@ do by directly using the new atomic helper driver callbacks.
 
 Contact: Daniel Vetter, respective driver maintainers
 
+Clean up the clipped coordination confusion around planes
+---------------------------------------------------------
+
+We have a helper to get this right with drm_plane_helper_check_update(), but
+it's not consistently used. This should be fixed, preferrably in the atomic
+helpers (and drivers then moved over to clipped coordinates). Probably the
+helper should also be moved from drm_plane_helper.c to the atomic helpers, to
+avoid confusion - the other helpers in that file are all deprecated legacy
+helpers.
+
+Contact: Ville Syrjälä, Daniel Vetter, driver maintainers
+
 Convert early atomic drivers to async commit helpers
 ----------------------------------------------------
 
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] drm/doc: Capture TODO for deferred fbdev setup
  2017-02-26 19:38 [PATCH 1/2] drm/docs: Record TODO about plane clipping Daniel Vetter
@ 2017-02-26 19:38 ` Daniel Vetter
  2017-02-27  7:29   ` Thierry Reding
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2017-02-26 19:38 UTC (permalink / raw)
  To: DRI Development; +Cc: Daniel Vetter, Daniel Vetter

Also became a bit a FAQ recently.

Cc: John Stultz <john.stultz@linaro.org
Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 Documentation/gpu/todo.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index 2760872621af..ce0f1a588e7f 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -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
 ----------------------------------------------------
 
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] drm/doc: Capture TODO for deferred fbdev setup
  2017-02-26 19:38 ` [PATCH 2/2] drm/doc: Capture TODO for deferred fbdev setup Daniel Vetter
@ 2017-02-27  7:29   ` Thierry Reding
  0 siblings, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2017-02-27  7:29 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Daniel Vetter, DRI Development


[-- Attachment #1.1: Type: text/plain, Size: 612 bytes --]

On Sun, Feb 26, 2017 at 08:38:51PM +0100, Daniel Vetter wrote:
> Also became a bit a FAQ recently.
> 
> Cc: John Stultz <john.stultz@linaro.org
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  Documentation/gpu/todo.rst | 11 +++++++++++
>  1 file changed, 11 insertions(+)

Yeah, there also seems to have been a slew of new drivers adding their
custom implementations recently. I think I have a version of the series
that's based on something more recent that I've been meaning to send
out, but kept getting side-tracked.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-27  7:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-26 19:38 [PATCH 1/2] drm/docs: Record TODO about plane clipping Daniel Vetter
2017-02-26 19:38 ` [PATCH 2/2] drm/doc: Capture TODO for deferred fbdev setup Daniel Vetter
2017-02-27  7:29   ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.