From: Adrián Larumbe <adrian.larumbe@collabora.com>
To: linux-kernel@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org,
Steven Price <steven.price@arm.com>,
Boris Brezillon <boris.brezillon@collabora.com>,
kernel@collabora.com,
Adrián Larumbe <adrian.larumbe@collabora.com>,
Liviu Dudau <liviu.dudau@arm.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>
Subject: [PATCH v13 4/6] drm/panthor: Remove unused operation context field
Date: Fri, 22 May 2026 19:51:58 +0100 [thread overview]
Message-ID: <20260522185206.2798288-5-adrian.larumbe@collabora.com> (raw)
In-Reply-To: <20260522185206.2798288-1-adrian.larumbe@collabora.com>
A Panthor BO's sgtable is now retrieved from its dmap field.
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
---
drivers/gpu/drm/panthor/panthor_mmu.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/gpu/drm/panthor/panthor_mmu.c b/drivers/gpu/drm/panthor/panthor_mmu.c
index f1afe4a3e296..ca78267d43e9 100644
--- a/drivers/gpu/drm/panthor/panthor_mmu.c
+++ b/drivers/gpu/drm/panthor/panthor_mmu.c
@@ -199,14 +199,6 @@ struct panthor_vm_op_ctx {
/** @map.bo_offset: Offset in the buffer object. */
u64 bo_offset;
- /**
- * @map.sgt: sg-table pointing to pages backing the GEM object.
- *
- * This is gathered at job creation time, such that we don't have
- * to allocate in ::run_job().
- */
- struct sg_table *sgt;
-
/** @map.bo: the BO being mapped. */
struct panthor_gem_object *bo;
} map;
--
2.53.0
next prev parent reply other threads:[~2026-05-22 18:52 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-22 18:51 [PATCH v13 0/6] Support sparse mappings in Panthor Adrián Larumbe
2026-05-22 18:51 ` [PATCH v13 1/6] drm/panthor: Expose GPU page sizes to UM Adrián Larumbe
2026-05-25 8:13 ` Claude review: " Claude Code Review Bot
2026-05-22 18:51 ` [PATCH v13 2/6] drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctx Adrián Larumbe
2026-05-25 8:13 ` Claude review: " Claude Code Review Bot
2026-05-22 18:51 ` [PATCH v13 3/6] drm/panthor: Delete spurious whitespace from uAPI header Adrián Larumbe
2026-05-25 8:13 ` Claude review: " Claude Code Review Bot
2026-05-22 18:51 ` Adrián Larumbe [this message]
2026-05-25 8:13 ` Claude review: drm/panthor: Remove unused operation context field Claude Code Review Bot
2026-05-22 18:51 ` [PATCH v13 5/6] drm/panthor: Support sparse mappings Adrián Larumbe
2026-05-25 8:13 ` Claude review: " Claude Code Review Bot
2026-05-22 18:52 ` [PATCH v13 6/6] drm/panthor: Bump the driver version to 1.9 Adrián Larumbe
2026-05-25 8:13 ` Claude review: " Claude Code Review Bot
2026-05-25 8:13 ` Claude review: Support sparse mappings in Panthor Claude Code Review Bot
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=20260522185206.2798288-5-adrian.larumbe@collabora.com \
--to=adrian.larumbe@collabora.com \
--cc=airlied@gmail.com \
--cc=boris.brezillon@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel@collabora.com \
--cc=linux-kernel@vger.kernel.org \
--cc=liviu.dudau@arm.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=simona@ffwll.ch \
--cc=steven.price@arm.com \
--cc=tzimmermann@suse.de \
/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