All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: add generic zpos property
@ 2016-03-30 11:34 Benjamin Gaignard
  2016-03-30 11:34 ` [PATCH 1/2] " Benjamin Gaignard
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Benjamin Gaignard @ 2016-03-30 11:34 UTC (permalink / raw)
  To: m.szyprowski, ville.syrjala, dri-devel, daniel
  Cc: linaro-mm-sig, Benjamin Gaignard

The original patches have been done by Marek:
https://lists.freedesktop.org/archives/dri-devel/2016-January/099572.html

I have just adapt them to make zpos depend on plane and no more on drm core.

Since zpos range can be define per plane normalize function takes care of
the min and max before compute normalized zpos value.

Benjamin Gaignard (2):
  drm: add generic zpos property
  drm: sti: use generic zpos for plane

 Documentation/DocBook/gpu.tmpl      |  10 ++
 drivers/gpu/drm/Makefile            |   2 +-
 drivers/gpu/drm/drm_atomic.c        |   4 +
 drivers/gpu/drm/drm_atomic_helper.c |   6 +
 drivers/gpu/drm/drm_blend.c         | 242 ++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_crtc_internal.h |   3 +
 drivers/gpu/drm/sti/sti_mixer.c     |   2 +-
 drivers/gpu/drm/sti/sti_plane.c     |  82 +++++-------
 drivers/gpu/drm/sti/sti_plane.h     |   2 -
 include/drm/drm_crtc.h              |  17 +++
 10 files changed, 314 insertions(+), 56 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_blend.c

-- 
1.9.1

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

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

end of thread, other threads:[~2016-04-01 13:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-30 11:34 [PATCH 0/2] drm: add generic zpos property Benjamin Gaignard
2016-03-30 11:34 ` [PATCH 1/2] " Benjamin Gaignard
2016-03-30 11:34 ` [PATCH 2/2] drm: sti: use generic zpos for plane Benjamin Gaignard
2016-03-30 12:38 ` [PATCH 0/2] drm: add generic zpos property Thierry Reding
2016-04-01 12:13 ` Marek Szyprowski
2016-04-01 13:35 ` Emil Velikov
2016-04-01 13:37   ` Emil Velikov

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.