Linux Samsung SOC development
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Generic zpos property
@ 2016-05-13  7:15 Benjamin Gaignard
  2016-05-13  7:15 ` [PATCH v3 1/4] drm: add generic " Benjamin Gaignard
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Benjamin Gaignard @ 2016-05-13  7:15 UTC (permalink / raw)
  To: dri-devel, linux-samsung-soc, daniel
  Cc: Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz, Seung-Woo Kim,
	fabien.dessenne, linaro-mm-sig, Andrzej Hajda, Tobias Jakobi,
	Laurent Pinchart, Benjamin Gaignard, vincent.abriou

version 3:
use kmalloc_array instead of kmalloc.
Correct normalize_zpos computation (comeback to Mareck original code)

version 2:
add a zpos property into drm_plane structure to simplify code.
This allow to get/set zpos value in core and not in drivers code.
Fix various remarks.

version 1:
refactor Marek's patches to have per plane zpos property instead of only
one in core.

Benjamin Gaignard (2):
  drm: sti: use generic zpos for plane
  drm: rcar: use generic code for managing zpos plane property

Marek Szyprowski (2):
  drm: add generic zpos property
  drm/exynos: use generic code for managing zpos plane property

 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               | 226 ++++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_crtc_internal.h       |   3 +
 drivers/gpu/drm/exynos/exynos_drm_drv.h   |   2 -
 drivers/gpu/drm/exynos/exynos_drm_plane.c |  67 ++-------
 drivers/gpu/drm/exynos/exynos_mixer.c     |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c    |   2 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.h     |   1 -
 drivers/gpu/drm/rcar-du/rcar_du_kms.c     |   5 -
 drivers/gpu/drm/rcar-du/rcar_du_plane.c   |   9 +-
 drivers/gpu/drm/rcar-du/rcar_du_plane.h   |   2 -
 drivers/gpu/drm/sti/sti_mixer.c           |   9 +-
 drivers/gpu/drm/sti/sti_plane.c           |  80 ++++-------
 drivers/gpu/drm/sti/sti_plane.h           |   2 -
 include/drm/drm_crtc.h                    |  28 ++++
 18 files changed, 325 insertions(+), 139 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_blend.c

Cc: Inki Dae <inki.dae@samsung.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
Cc: Andrzej Hajda <a.hajda@samsung.com>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Cc: Gustavo Padovan <gustavo@padovan.org>
Cc: vincent.abriou@st.com
Cc: fabien.dessenne@st.com
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-- 
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] 6+ messages in thread

end of thread, other threads:[~2016-05-24 14:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13  7:15 [PATCH v3 0/4] Generic zpos property Benjamin Gaignard
2016-05-13  7:15 ` [PATCH v3 1/4] drm: add generic " Benjamin Gaignard
2016-05-13  7:15 ` [PATCH v3 2/4] drm: sti: use generic zpos for plane Benjamin Gaignard
2016-05-13  7:15 ` [PATCH v3 3/4] drm/exynos: use generic code for managing zpos plane property Benjamin Gaignard
2016-05-13  7:15 ` [PATCH v3 4/4] drm: rcar: " Benjamin Gaignard
2016-05-24 14:53   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox