From: Jordan Crouse <jcrouse@codeaurora.org>
To: freedreno@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org
Subject: [PATCH v2 0/9] drm/msm for 4.15 (resend)
Date: Fri, 20 Oct 2017 11:06:54 -0600 [thread overview]
Message-ID: <1508519223-10631-1-git-send-email-jcrouse@codeaurora.org> (raw)
(Resending for more visibility)
Here are the refreshed submitqueue/ringbuffer/preemption changes for 4.15.
These are the original changes with bug fixes, improvements and suggestions
squashed in:
- Moved SUBMITQUEUE_CLOSE param to a u32 instead of reusing the struct
- Changed to use per-ring fence contexts
- Squashed in Rob's change to the driver version
- Squshed in fix for preemption race condition
These apply against drm-msm-next-2017-08-22 from ~robclark/linux.
Jordan Crouse (9):
drm/msm: Add per-instance submit queues
drm/msm: Move memptrs to msm_gpu
drm/msm: Support multiple ringbuffers
drm/msm: Add a parameter query for the number of ringbuffers
drm/msm: Shadow current pointer in the ring until command is complete
drm/msm: Make the value of RB_CNTL (almost) generic
drm/msm: Implement preemption for A5XX targets
drm/msm: Removed unused struct_mutex_task
drm/msm: dump a rd GPUADDR header for all buffers in the command
drivers/gpu/drm/msm/Makefile | 4 +-
drivers/gpu/drm/msm/adreno/a3xx_gpu.c | 10 +-
drivers/gpu/drm/msm/adreno/a4xx_gpu.c | 10 +-
drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 222 +++++++++++++++++++---
drivers/gpu/drm/msm/adreno/a5xx_gpu.h | 109 ++++++++++-
drivers/gpu/drm/msm/adreno/a5xx_power.c | 6 +-
drivers/gpu/drm/msm/adreno/a5xx_preempt.c | 305 ++++++++++++++++++++++++++++++
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 183 +++++++++---------
drivers/gpu/drm/msm/adreno/adreno_gpu.h | 43 ++---
drivers/gpu/drm/msm/msm_drv.c | 71 ++++++-
drivers/gpu/drm/msm/msm_drv.h | 28 +--
drivers/gpu/drm/msm/msm_fence.c | 2 +-
drivers/gpu/drm/msm/msm_fence.h | 2 +-
drivers/gpu/drm/msm/msm_gem.h | 5 +-
drivers/gpu/drm/msm/msm_gem_submit.c | 26 ++-
drivers/gpu/drm/msm/msm_gpu.c | 174 ++++++++++++-----
drivers/gpu/drm/msm/msm_gpu.h | 51 +++--
drivers/gpu/drm/msm/msm_rd.c | 30 +--
drivers/gpu/drm/msm/msm_ringbuffer.c | 37 +++-
drivers/gpu/drm/msm/msm_ringbuffer.h | 33 +++-
drivers/gpu/drm/msm/msm_submitqueue.c | 152 +++++++++++++++
include/uapi/drm/msm_drm.h | 24 +++
22 files changed, 1249 insertions(+), 278 deletions(-)
create mode 100644 drivers/gpu/drm/msm/adreno/a5xx_preempt.c
create mode 100644 drivers/gpu/drm/msm/msm_submitqueue.c
--
1.9.1
next reply other threads:[~2017-10-20 17:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-20 17:06 Jordan Crouse [this message]
2017-10-20 17:06 ` [PATCH 1/9] drm/msm: Add per-instance submit queues Jordan Crouse
2017-10-20 17:06 ` [PATCH 2/9] drm/msm: Move memptrs to msm_gpu Jordan Crouse
2017-10-20 17:06 ` [PATCH 4/9] drm/msm: Add a parameter query for the number of ringbuffers Jordan Crouse
2017-10-20 17:07 ` [PATCH 6/9] drm/msm: Make the value of RB_CNTL (almost) generic Jordan Crouse
2017-10-20 17:07 ` [PATCH 7/9] drm/msm: Implement preemption for A5XX targets Jordan Crouse
[not found] ` <1508519223-10631-1-git-send-email-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-10-20 17:06 ` [PATCH 3/9] drm/msm: Support multiple ringbuffers Jordan Crouse
2017-10-20 17:06 ` [PATCH 5/9] drm/msm: Shadow current pointer in the ring until command is complete Jordan Crouse
2017-10-20 17:07 ` [PATCH 8/9] drm/msm: Removed unused struct_mutex_task Jordan Crouse
2017-10-20 17:07 ` [PATCH 9/9] drm/msm: dump a rd GPUADDR header for all buffers in the command Jordan Crouse
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=1508519223-10631-1-git-send-email-jcrouse@codeaurora.org \
--to=jcrouse@codeaurora.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).