linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] V3D TFU engine support
@ 2018-11-08 16:16 Eric Anholt
  2018-11-08 16:16 ` [PATCH 1/4] drm/v3d: Fix whitespace inconsistency in the header Eric Anholt
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Eric Anholt @ 2018-11-08 16:16 UTC (permalink / raw)
  To: dri-devel; +Cc: linux-kernel, boris.brezillon, Daniel Vetter, Eric Anholt

This series adds support for V3D's TFU engine (a little texture
tiling/YUV import/mipmap generation block).  Corresponding Mesa
userspace is at
https://gitlab.freedesktop.org/anholt/mesa/commits/v3d-tfu

Once we have TFU, the next step will be compute shaders, which are a
lot more interesting.

Eric Anholt (4):
  drm/v3d: Fix whitespace inconsistency in the header.
  drm/v3d: Update a comment about what uses v3d_job_dependency().
  drm/v3d: Clean up the reservation object setup.
  drm/v3d: Add support for submitting jobs to the TFU.

 drivers/gpu/drm/v3d/v3d_drv.c   |  12 +-
 drivers/gpu/drm/v3d/v3d_drv.h   |  32 +++++-
 drivers/gpu/drm/v3d/v3d_gem.c   | 193 ++++++++++++++++++++++++++------
 drivers/gpu/drm/v3d/v3d_irq.c   |  12 +-
 drivers/gpu/drm/v3d/v3d_regs.h  |  58 ++++++++++
 drivers/gpu/drm/v3d/v3d_sched.c | 149 ++++++++++++++++++++----
 drivers/gpu/drm/v3d/v3d_trace.h |  20 ++++
 include/uapi/drm/v3d_drm.h      |  29 ++++-
 8 files changed, 437 insertions(+), 68 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2018-11-28 19:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-08 16:16 [PATCH 0/4] V3D TFU engine support Eric Anholt
2018-11-08 16:16 ` [PATCH 1/4] drm/v3d: Fix whitespace inconsistency in the header Eric Anholt
2018-11-13 10:22   ` Boris Brezillon
2018-11-08 16:16 ` [PATCH 2/4] drm/v3d: Update a comment about what uses v3d_job_dependency() Eric Anholt
2018-11-13 10:22   ` Boris Brezillon
2018-11-08 16:16 ` [PATCH 3/4] drm/v3d: Clean up the reservation object setup Eric Anholt
2018-11-13 10:22   ` Boris Brezillon
2018-11-08 16:16 ` [PATCH 4/4] drm/v3d: Add support for submitting jobs to the TFU Eric Anholt
2018-11-13 22:03   ` Eric Anholt
2018-11-28 19:45     ` Dave Emett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).