linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] V3D CSD support, implicit sync fix.
@ 2019-04-16 22:58 Eric Anholt
  2019-04-16 22:58 ` [PATCH v2 1/5] drm/v3d: Switch the type of job-> to reduce casting Eric Anholt
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Eric Anholt @ 2019-04-16 22:58 UTC (permalink / raw)
  To: dri-devel
  Cc: linux-kernel, Paul Kocialkowski, Maxime Ripard, david.emett,
	thomas.spurden, Eric Anholt

This is a resend of my April 1st series, rebased on the merge of the
fence array helpers, and with little fixes for bugs reported by static
analysis and one minor race fix I noticed while re-reviewing.

Eric Anholt (5):
  drm/v3d: Switch the type of job-> to reduce casting.
  drm/v3d: Refactor job management.
  drm/v3d: Add support for compute shader dispatch.
  drm/v3d: Drop reservation of a shared slot in the dma-buf
    reservations.
  drm/v3d: Add missing implicit synchronization.

 drivers/gpu/drm/v3d/v3d_debugfs.c |  22 ++
 drivers/gpu/drm/v3d/v3d_drv.c     |  10 +-
 drivers/gpu/drm/v3d/v3d_drv.h     | 104 +++---
 drivers/gpu/drm/v3d/v3d_fence.c   |   2 +
 drivers/gpu/drm/v3d/v3d_gem.c     | 548 +++++++++++++++++++-----------
 drivers/gpu/drm/v3d/v3d_irq.c     |  24 +-
 drivers/gpu/drm/v3d/v3d_regs.h    |  73 ++++
 drivers/gpu/drm/v3d/v3d_sched.c   | 380 ++++++++++++++-------
 drivers/gpu/drm/v3d/v3d_trace.h   |  94 +++++
 include/uapi/drm/v3d_drm.h        |  28 ++
 10 files changed, 908 insertions(+), 377 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-04-17 21:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 22:58 [PATCH v2 0/5] V3D CSD support, implicit sync fix Eric Anholt
2019-04-16 22:58 ` [PATCH v2 1/5] drm/v3d: Switch the type of job-> to reduce casting Eric Anholt
2019-04-16 22:58 ` [PATCH v2 2/5] drm/v3d: Refactor job management Eric Anholt
2019-04-16 22:58 ` [PATCH v2 3/5] drm/v3d: Add support for compute shader dispatch Eric Anholt
2019-04-17 21:53   ` Eric Anholt
2019-04-16 22:58 ` [PATCH v2 4/5] drm/v3d: Drop reservation of a shared slot in the dma-buf reservations Eric Anholt
2019-04-16 22:58 ` [PATCH v2 5/5] drm/v3d: Add missing implicit synchronization Eric Anholt

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).