drm-misc-next for 4.13

Sean Paul seanpaul at chromium.org
Tue Jun 20 15:11:26 UTC 2017


Hi Dave,
One more -misc-next pull for 4.13 from drm-misc-next. These 3 patches came less
than an hour after my last PR, so we'll sneak these in and cut over to
next-fixes after this.

All 3 are vc4. 2 add tiling support to vc4 and the other replaces hand-rolled
atomic commit code with the helpers.


UAPI Changes:
- vc4: Add get/set tiling format ioctls (Eric)

Driver Changes:
- vc4: Add tiling T-format support for scanout (Eric)
- vc4: Use atomic helpers in commit (Boris)

Cc: Boris Brezillon <boris.brezillon at free-electrons.com>
Cc: Eric Anholt <eric at anholt.net>

Cheers, Sean



The following changes since commit ac7c748317f515f426f48e72964c71142506f7a6:

  drm: Reduce scope of 'state' variable (2017-06-15 14:26:02 -0400)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-2017-06-19_0

for you to fetch changes up to 34c8ea400ff6383b028f63df2453914163afc07c:

  drm/vc4: Mimic drm_atomic_helper_commit() behavior (2017-06-15 16:29:08 -0700)

----------------------------------------------------------------
UAPI Changes:
- vc4: Add get/set tiling format ioctls (Eric)

Driver Changes:
- vc4: Add tiling T-format support for scanout (Eric)
- vc4: Use atomic helpers in commit (Boris)

Cc: Boris Brezillon <boris.brezillon at free-electrons.com>
Cc: Eric Anholt <eric at anholt.net>

----------------------------------------------------------------
Boris Brezillon (1):
      drm/vc4: Mimic drm_atomic_helper_commit() behavior

Eric Anholt (2):
      drm/vc4: Add T-format scanout support.
      drm/vc4: Add get/set tiling ioctls.

 drivers/gpu/drm/vc4/vc4_bo.c    | 83 +++++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/vc4/vc4_drv.c   |  2 +
 drivers/gpu/drm/vc4/vc4_drv.h   |  6 +++
 drivers/gpu/drm/vc4/vc4_kms.c   | 79 +++++++++++++++++++++++++--------------
 drivers/gpu/drm/vc4/vc4_plane.c | 31 +++++++++++++--
 drivers/gpu/drm/vc4/vc4_regs.h  | 19 ++++++++++
 include/uapi/drm/drm_fourcc.h   | 23 +++++++++++-
 include/uapi/drm/vc4_drm.h      | 16 ++++++++
 8 files changed, 227 insertions(+), 32 deletions(-)


More information about the dri-devel mailing list