All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC v2 0/2] Disable planes on blanked CRTC and enable on unblank
@ 2015-11-13 15:53 Jyri Sarha
  2015-11-13 15:53 ` [PATCH RFC v2 1/2] drm/atomic: Track drm_plane's active state Jyri Sarha
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jyri Sarha @ 2015-11-13 15:53 UTC (permalink / raw)
  To: dri-devel, linux-omap; +Cc: tomi.valkeinen, Jyri Sarha, laurent.pinchart

Since first RFC version:
- Added "drm/atomic: Track drm_plane's active state"-patch

We would need something like this to get rid off OMAPDSS somewhat
messy runtime_resume code. How does this look, could this generic
solution be refined to be acceptable for mainline, or should we start
looking a local solution to omapdrm?

Jyri Sarha (2):
  drm/atomic: Track drm_plane's active state
  drm/atomic: Disable planes on blanked CRTC and enable on unblank

 drivers/gpu/drm/drm_atomic_helper.c | 82 +++++++++++++++++++++++++++++--------
 drivers/gpu/drm/drm_plane_helper.c  | 10 +----
 include/drm/drm_atomic_helper.h     | 39 +-----------------
 include/drm/drm_crtc.h              |  2 +
 4 files changed, 70 insertions(+), 63 deletions(-)

-- 
1.9.1

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

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

end of thread, other threads:[~2015-11-17 15:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 15:53 [PATCH RFC v2 0/2] Disable planes on blanked CRTC and enable on unblank Jyri Sarha
2015-11-13 15:53 ` [PATCH RFC v2 1/2] drm/atomic: Track drm_plane's active state Jyri Sarha
2015-11-13 15:53 ` [PATCH RFC v2 2/2] drm/atomic: Disable planes on blanked CRTC and enable on unblank Jyri Sarha
2015-11-17 10:28 ` [PATCH RFC v2 0/2] " Daniel Vetter
2015-11-17 15:38   ` Jyri Sarha

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.