From: Eric Anholt <eric@anholt.net> To: dri-devel@lists.freedesktop.org Cc: linux-kernel@vger.kernel.org, boris.brezillon@bootlin.com, Daniel Vetter <daniel.vetter@ffwll.ch>, Eric Anholt <eric@anholt.net> Subject: [PATCH 0/4] V3D TFU engine support Date: Thu, 8 Nov 2018 08:16:50 -0800 [thread overview] Message-ID: <20181108161654.19888-1-eric@anholt.net> (raw) 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
next reply other threads:[~2018-11-08 16:16 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-11-08 16:16 Eric Anholt [this message] 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
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20181108161654.19888-1-eric@anholt.net \ --to=eric@anholt.net \ --cc=boris.brezillon@bootlin.com \ --cc=daniel.vetter@ffwll.ch \ --cc=dri-devel@lists.freedesktop.org \ --cc=linux-kernel@vger.kernel.org \ --subject='Re: [PATCH 0/4] V3D TFU engine support' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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).