From: Rob Clark <robdclark@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
"open list:DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS"
<nouveau@lists.freedesktop.org>,
"Mario Limonciello" <mario.limonciello@amd.com>,
"Marijn Suijten" <marijn.suijten@somainline.org>,
"Rob Clark" <robdclark@chromium.org>,
"Guchun Chen" <guchun.chen@amd.com>,
"Shashank Sharma" <shashank.sharma@amd.com>,
"open list:SUSPEND TO RAM" <linux-pm@vger.kernel.org>,
"open list:RADEON and AMDGPU DRM DRIVERS"
<amd-gfx@lists.freedesktop.org>,
"Dong Chenchen" <dongchenchen2@huawei.com>,
"Luben Tuikov" <luben.tuikov@amd.com>,
"Philip Yang" <Philip.Yang@amd.com>,
"Srinivasan Shanmugam" <srinivasan.shanmugam@amd.com>,
"Arunpravin Paneer Selvam" <Arunpravin.PaneerSelvam@amd.com>,
linux-arm-msm@vger.kernel.org, "James Zhu" <James.Zhu@amd.com>,
"Sean Paul" <sean@poorly.run>, "Jack Xiao" <Jack.Xiao@amd.com>,
"Jonathan Kim" <jonathan.kim@amd.com>,
freedreno@lists.freedesktop.org,
"Felix Kuehling" <Felix.Kuehling@amd.com>,
"open list" <linux-kernel@vger.kernel.org>,
"Alex Deucher" <alexander.deucher@amd.com>,
"Andrew Morton" <akpm@linux-foundation.org>,
"Lang Yu" <Lang.Yu@amd.com>,
"Christian König" <christian.koenig@amd.com>
Subject: [PATCH 0/7] drm/msm/gem: drm_exec conversion
Date: Fri, 27 Oct 2023 09:58:34 -0700 [thread overview]
Message-ID: <20231027165859.395638-1-robdclark@gmail.com> (raw)
From: Rob Clark <robdclark@chromium.org>
Simplify the exec path (removing a legacy optimization) and convert to
drm_exec. One drm_exec patch to allow passing in the expected # of GEM
objects to avoid re-allocation.
I'd be a bit happier if I could avoid the extra objects table allocation
in drm_exec in the first place, but wasn't really happy with any of the
things I tried to get rid of that.
Rob Clark (7):
drm/msm/gem: Remove "valid" tracking
drm/msm/gem: Remove submit_unlock_unpin_bo()
drm/msm/gem: Don't queue job to sched in error cases
drm/msm/gem: Split out submit_unpin_objects() helper
drm/msm/gem: Cleanup submit_cleanup_bo()
drm/exec: Pass in initial # of objects
drm/msm/gem: Convert to drm_exec
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 4 +-
drivers/gpu/drm/drm_exec.c | 15 +-
drivers/gpu/drm/msm/Kconfig | 1 +
drivers/gpu/drm/msm/msm_gem.h | 13 +-
drivers/gpu/drm/msm/msm_gem_submit.c | 197 ++++++------------------
drivers/gpu/drm/msm/msm_ringbuffer.c | 3 +-
drivers/gpu/drm/nouveau/nouveau_exec.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_uvmm.c | 2 +-
include/drm/drm_exec.h | 2 +-
12 files changed, 79 insertions(+), 170 deletions(-)
--
2.41.0
next reply other threads:[~2023-10-27 16:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-27 16:58 Rob Clark [this message]
2023-10-27 16:58 ` [PATCH 6/7] drm/exec: Pass in initial # of objects Rob Clark
2023-10-30 8:05 ` Christian König
2023-10-30 13:38 ` Rob Clark
2023-10-30 16:01 ` Christian König
2023-10-30 18:26 ` Rob Clark
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=20231027165859.395638-1-robdclark@gmail.com \
--to=robdclark@gmail.com \
--cc=Arunpravin.PaneerSelvam@amd.com \
--cc=Felix.Kuehling@amd.com \
--cc=Jack.Xiao@amd.com \
--cc=James.Zhu@amd.com \
--cc=Lang.Yu@amd.com \
--cc=Philip.Yang@amd.com \
--cc=akpm@linux-foundation.org \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=dongchenchen2@huawei.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=guchun.chen@amd.com \
--cc=jonathan.kim@amd.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=luben.tuikov@amd.com \
--cc=marijn.suijten@somainline.org \
--cc=mario.limonciello@amd.com \
--cc=nouveau@lists.freedesktop.org \
--cc=rafael@kernel.org \
--cc=robdclark@chromium.org \
--cc=sean@poorly.run \
--cc=shashank.sharma@amd.com \
--cc=srinivasan.shanmugam@amd.com \
/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