Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1455605
| From | Dave Airlie <airlied@linux.ie> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [git pull] drm zpos property support |
| Date | 2016-08-03 05:20 +0200 |
| Message-ID | <s1USR-5bn-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
This tree was waiting on some media stuff I hadn't had time to get a
stable branchpoint off, so I just waited until it was all in your tree
first, it's been around a bit on the list and shouldn't affect anything
outside adding the generic API and moving some ARM drivers to using it.
Dave.
The following changes since commit dfd2e9ab6a7db56a5f5bb55f71485a92613c8e11:
drm/i915: Check PSR setup time vs. vblank length (2016-08-03 07:06:41 +1000)
are available in the git repository at:
git://people.freedesktop.org/~airlied/linux tags/drm-for-v4.8-zpos
for you to fetch changes up to 586efded6b8beb932e9a356f351b0c681503358f:
Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next (2016-08-03 08:40:24 +1000)
----------------------------------------------------------------
Benjamin Gaignard (3):
Merge remote-tracking branch 'media_tree/vsp1' into generic-zpos-v8
drm: sti: use generic zpos for plane
drm: rcar: use generic code for managing zpos plane property
Dave Airlie (1):
Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next
Marek Szyprowski (2):
drm: add generic zpos property
drm/exynos: use generic code for managing zpos plane property
Documentation/gpu/kms-properties.csv | 1 +
drivers/gpu/drm/Makefile | 2 +-
drivers/gpu/drm/drm_atomic.c | 4 +
drivers/gpu/drm/drm_atomic_helper.c | 7 +
drivers/gpu/drm/drm_blend.c | 238 ++++++++++++++++++++++++++++++
drivers/gpu/drm/drm_crtc_internal.h | 4 +
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/rcar-du/rcar_du_vsp.c | 14 +-
drivers/gpu/drm/sti/sti_cursor.c | 4 +-
drivers/gpu/drm/sti/sti_gdp.c | 4 +-
drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
drivers/gpu/drm/sti/sti_mixer.c | 9 +-
drivers/gpu/drm/sti/sti_plane.c | 78 ++++------
drivers/gpu/drm/sti/sti_plane.h | 7 +-
include/drm/drm_crtc.h | 20 +++
22 files changed, 334 insertions(+), 156 deletions(-)
create mode 100644 drivers/gpu/drm/drm_blend.c
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[git pull] drm zpos property support Dave Airlie <airlied@linux.ie> - 2016-08-03 05:20 +0200
csiph-web