From: Liviu Dudau <liviu.dudau@arm.com>
To: Boris Brezillon <boris.brezillon@collabora.com>
Cc: "Steven Price" <steven.price@arm.com>,
"Adrián Larumbe" <adrian.larumbe@collabora.com>,
dri-devel@lists.freedesktop.org,
"David Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona@ffwll.ch>,
"Akash Goel" <akash.goel@arm.com>,
"Rob Clark" <robin.clark@oss.qualcomm.com>,
"Sean Paul" <sean@poorly.run>,
"Konrad Dybcio" <konradybcio@kernel.org>,
"Akhil P Oommen" <akhilpo@oss.qualcomm.com>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"Dmitry Osipenko" <dmitry.osipenko@collabora.com>,
"Chris Diamand" <chris.diamand@arm.com>,
"Danilo Krummrich" <dakr@kernel.org>,
"Matthew Brost" <matthew.brost@intel.com>,
"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
"Alice Ryhl" <aliceryhl@google.com>,
"Chia-I Wu" <olvaffe@gmail.com>,
kernel@collabora.com
Subject: Re: [PATCH v7 02/10] drm/panthor: Remove unused panthor_vm_op_ctx::map::new_vma field
Date: Thu, 2 Apr 2026 15:31:47 +0100 [thread overview]
Message-ID: <ac590-6-RcR-tMgf@e142607> (raw)
In-Reply-To: <20260401134854.2275433-3-boris.brezillon@collabora.com>
On Wed, Apr 01, 2026 at 03:48:46PM +0200, Boris Brezillon wrote:
> This field is never used, drop it.
>
> v7:
> - New patch
>
> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Best regards,
Liviu
> ---
> drivers/gpu/drm/panthor/panthor_mmu.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/panthor/panthor_mmu.c b/drivers/gpu/drm/panthor/panthor_mmu.c
> index f8c41e36afa4..ab67286e3a6e 100644
> --- a/drivers/gpu/drm/panthor/panthor_mmu.c
> +++ b/drivers/gpu/drm/panthor/panthor_mmu.c
> @@ -197,11 +197,6 @@ struct panthor_vm_op_ctx {
> * to allocate in ::run_job().
> */
> struct sg_table *sgt;
> -
> - /**
> - * @map.new_vma: The new VMA object that will be inserted to the VA tree.
> - */
> - struct panthor_vma *new_vma;
> } map;
> };
>
> --
> 2.53.0
>
--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯
next prev parent reply other threads:[~2026-04-02 14:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-01 13:48 [PATCH v7 00/10] drm/panthor: Add a GEM shrinker Boris Brezillon
2026-04-01 13:48 ` [PATCH v7 01/10] drm/gem: Consider GEM object reclaimable if shrinking fails Boris Brezillon
2026-04-01 13:48 ` [PATCH v7 02/10] drm/panthor: Remove unused panthor_vm_op_ctx::map::new_vma field Boris Brezillon
2026-04-02 14:31 ` Liviu Dudau [this message]
2026-04-01 13:48 ` [PATCH v7 03/10] drm/panthor: Move panthor_gems_debugfs_init() to panthor_gem.c Boris Brezillon
2026-04-01 13:48 ` [PATCH v7 04/10] drm/panthor: Group panthor_kernel_bo_xxx() helpers Boris Brezillon
2026-04-01 13:48 ` [PATCH v7 05/10] drm/panthor: Don't call drm_gpuvm_bo_extobj_add() if the object is private Boris Brezillon
2026-04-01 13:48 ` [PATCH v7 06/10] drm/panthor: Part ways with drm_gem_shmem_object Boris Brezillon
2026-04-01 13:48 ` [PATCH v7 07/10] drm/panthor: Lazily allocate pages on mmap() Boris Brezillon
2026-04-01 13:48 ` [PATCH v7 08/10] drm/panthor: Split panthor_vm_prepare_map_op_ctx() to prepare for reclaim Boris Brezillon
2026-04-01 13:48 ` [PATCH v7 09/10] drm/panthor: Track the number of mmap on a BO Boris Brezillon
2026-04-02 14:33 ` Liviu Dudau
2026-04-01 13:48 ` [PATCH v7 10/10] drm/panthor: Add a GEM shrinker Boris Brezillon
2026-04-03 11:54 ` [PATCH v7 00/10] " Boris Brezillon
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=ac590-6-RcR-tMgf@e142607 \
--to=liviu.dudau@arm.com \
--cc=adrian.larumbe@collabora.com \
--cc=airlied@gmail.com \
--cc=akash.goel@arm.com \
--cc=akhilpo@oss.qualcomm.com \
--cc=aliceryhl@google.com \
--cc=boris.brezillon@collabora.com \
--cc=chris.diamand@arm.com \
--cc=dakr@kernel.org \
--cc=dmitry.osipenko@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel@collabora.com \
--cc=konradybcio@kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=matthew.brost@intel.com \
--cc=mripard@kernel.org \
--cc=olvaffe@gmail.com \
--cc=robin.clark@oss.qualcomm.com \
--cc=sean@poorly.run \
--cc=simona@ffwll.ch \
--cc=steven.price@arm.com \
--cc=thomas.hellstrom@linux.intel.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