mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: "Adrián Larumbe" <adrian.larumbe@collabora.com>
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Steven Price <steven.price@arm.com>,
	Boris Brezillon <boris.brezillon@collabora.com>,
	kernel@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: Re: [PATCH v7 6/6] drm/panthor: Bump the driver version to 1.9
Date: Wed, 15 Apr 2026 19:20:02 +0300	[thread overview]
Message-ID: <204ed6d8712c571a570ce3298b9d586939cd4918@intel.com> (raw)
In-Reply-To: <ad-ZeRTbYYGatj7G@sobremesa>

On Wed, 15 Apr 2026, Adrián Larumbe <adrian.larumbe@collabora.com> wrote:
> Hi Jani,
>
> On 15.04.2026 16:54, Jani Nikula wrote:
>> On Wed, 15 Apr 2026, Adrián Larumbe <adrian.larumbe@collabora.com> wrote:
>> > Bump the driver version to reflect the new MMU info query ioctl
>> > parameter and the VM_BIND map sparse flag.
>>
>> You're not actually bumping the version, just adding to the comment.
>
> Forgot to increase the driver's minor revision number, thanks for the catch.
>
>> Does the version actually work for you for checking stuff? Do you have
>> userspace checking it? Should it be some capability thing instead?
>
> We absolutely need it because the UMD must be compatible with previous kernel versions,
> which means in the case of sparse mappings, the old method of creating the dummy BO
> in user mode and then having the Mesa driver do repeated mappings over it through
> successive VM_BIND ioctl's must be available.

Okay, I was just wondering as the last time we bumped i915 version was
nearly 20 years ago. ;D


BR,
Jani.




>
>> BR,
>> Jani.
>>
>> >
>> > Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
>> > ---
>> >  drivers/gpu/drm/panthor/panthor_drv.c | 2 ++
>> >  1 file changed, 2 insertions(+)
>> >
>> > diff --git a/drivers/gpu/drm/panthor/panthor_drv.c b/drivers/gpu/drm/panthor/panthor_drv.c
>> > index a8090bc4e33c..c8fb63ede62c 100644
>> > --- a/drivers/gpu/drm/panthor/panthor_drv.c
>> > +++ b/drivers/gpu/drm/panthor/panthor_drv.c
>> > @@ -1787,6 +1787,8 @@ static void panthor_debugfs_init(struct drm_minor *minor)
>> >   *       - adds DRM_IOCTL_PANTHOR_BO_QUERY_INFO ioctl
>> >   *       - adds drm_panthor_gpu_info::selected_coherency
>> >   * - 1.8 - extends DEV_QUERY_TIMESTAMP_INFO with flags
>> > + * - 1.9 - adds DRM_PANTHOR_DEV_QUERY_MMU_INFO query
>> > + *       - adds DRM_PANTHOR_VM_BIND_OP_MAP_SPARSE flag
>> >   */
>> >  static const struct drm_driver panthor_drm_driver = {
>> >  	.driver_features = DRIVER_RENDER | DRIVER_GEM | DRIVER_SYNCOBJ |
>>
>> --
>> Jani Nikula, Intel
>
> Adrian Larumbe

-- 
Jani Nikula, Intel

  reply	other threads:[~2026-04-15 16:20 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-15 11:28 [PATCH v7 0/6] Support sparse mappings in Panthor Adrián Larumbe
2026-04-15 11:28 ` [PATCH v7 1/6] drm/panthor: Expose GPU page sizes to UM Adrián Larumbe
2026-04-15 13:10   ` Boris Brezillon
2026-04-15 15:19   ` Steven Price
2026-04-15 11:28 ` [PATCH v7 2/6] drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctx Adrián Larumbe
2026-04-15 13:11   ` Boris Brezillon
2026-04-15 15:19   ` Steven Price
2026-04-15 11:28 ` [PATCH v7 3/6] drm/panthor: Delete spurious whitespace from uAPI header Adrián Larumbe
2026-04-15 13:41   ` Boris Brezillon
2026-04-15 15:19   ` Steven Price
2026-04-15 11:28 ` [PATCH v7 4/6] drm/panthor: Remove unused operation context field Adrián Larumbe
2026-04-15 13:41   ` Boris Brezillon
2026-04-15 15:20   ` Steven Price
2026-04-15 11:28 ` [PATCH v7 5/6] drm/panthor: Support sparse mappings Adrián Larumbe
2026-04-15 15:12   ` Boris Brezillon
2026-04-15 22:09     ` Adrián Larumbe
2026-04-16  6:55       ` Boris Brezillon
2026-04-16  7:03       ` Boris Brezillon
2026-04-15 23:15     ` Adrián Larumbe
2026-04-16 18:25     ` Adrián Larumbe
2026-04-17  8:19       ` Boris Brezillon
2026-04-15 11:28 ` [PATCH v7 6/6] drm/panthor: Bump the driver version to 1.9 Adrián Larumbe
2026-04-15 13:54   ` Jani Nikula
2026-04-15 14:01     ` Adrián Larumbe
2026-04-15 16:20       ` Jani Nikula [this message]
2026-04-15 15:26     ` Boris Brezillon
2026-04-15 15:22   ` Boris Brezillon
2026-04-15 15:27     ` 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=204ed6d8712c571a570ce3298b9d586939cd4918@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=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

Powered by JetHome