dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Sidhartha Kumar <sidhartha.kumar@oracle.com>
To: Jani Nikula <jani.nikula@linux.intel.com>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
Cc: maarten.lankhorst@linux.intel.com, mripard@kernel.org,
	tzimmermann@suse.de, airlied@gmail.com, simona@ffwll.ch,
	willy@infradead.org
Subject: Re: [PATCH v2 0/6] DRM IDR to Xarray conversions
Date: Fri, 22 Aug 2025 10:36:24 -0400	[thread overview]
Message-ID: <e80a3fd9-56ca-40c5-8ac8-237ce14cc79f@oracle.com> (raw)
In-Reply-To: <f69669c873dbb99c239e9f2ddf154e983baa61e3@intel.com>

On 8/22/25 8:33 AM, Jani Nikula wrote:
> On Thu, 21 Aug 2025, Sidhartha Kumar <sidhartha.kumar@oracle.com> wrote:
>> From: Sidhartha <sidhartha.kumar@oracle.com>
>>
>> v1[1] -> v2:
>>    - rebase onto latest mainline v6.17-rc2
>>    - fix build error in patch 1 per Intel Test Robot
>>
>> This series is part of a project to depcrecate the IDR in favor
>> of the Xarray. This simplifies the code as locking is handled by
>> the Xarray internally and removes the need for a seperate mutex to
>> proect the IDR.
> 
> It would be great if the commit messages mentioned whether the
> identifiers are expected to remain the same in the conversion.
> 

By identifiers do you mean if the name of the previous idr variable is 
the same as the XArray variable that is introduced? Sure I can add that 
in a v3.

Thanks,
Sid

> BR,
> Jani.
> 
>>
>> The patches are from this tree and have been rebased to v6.17-rc2
>> https://git.infradead.org/?p=users/willy/xarray.git;a=shortlog;h=refs/heads/xarray-conv
>>
>>
>> The series has been compiled and tested with drivers/gpu/drm/tests/.kunitconfig
>> and passes all tests.
>>
>> [15:22:04] Testing complete. Ran 608 tests: passed: 608
>> [15:22:04] Elapsed time: 34.792s total, 3.086s configuring, 31.541s building, 0.141s running
>>
>> [1]: https://lore.kernel.org/dri-devel/20250818190046.157962-1-sidhartha.kumar@oracle.com/
>>
>> Matthew Wilcox (6):
>>    drm: Convert aux_idr to XArray
>>    drm: Convert object_name_idr to XArray
>>    drm: Convert syncobj_idr to XArray
>>    drm: Convert magic_map to XArray
>>    drm: Convert lessee_idr to XArray
>>    drm: Convert tile_idr to XArray
>>
>>   drivers/gpu/drm/display/drm_dp_aux_dev.c | 38 ++++++--------
>>   drivers/gpu/drm/drm_auth.c               | 22 ++++----
>>   drivers/gpu/drm/drm_connector.c          | 26 ++++------
>>   drivers/gpu/drm/drm_debugfs.c            | 19 +++----
>>   drivers/gpu/drm/drm_gem.c                | 11 ++--
>>   drivers/gpu/drm/drm_lease.c              | 15 +++---
>>   drivers/gpu/drm/drm_mode_config.c        |  3 +-
>>   drivers/gpu/drm/drm_syncobj.c            | 64 ++++++++----------------
>>   include/drm/drm_auth.h                   |  9 ++--
>>   include/drm/drm_device.h                 |  4 +-
>>   include/drm/drm_file.h                   |  6 +--
>>   include/drm/drm_mode_config.h            | 12 ++---
>>   12 files changed, 86 insertions(+), 143 deletions(-)
> 


  reply	other threads:[~2025-08-22 14:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-21 14:54 [PATCH v2 0/6] DRM IDR to Xarray conversions Sidhartha Kumar
2025-08-21 14:54 ` [PATCH v2 1/6] drm: Convert aux_idr to XArray Sidhartha Kumar
2025-08-21 14:54 ` [PATCH v2 2/6] drm: Convert object_name_idr " Sidhartha Kumar
2025-08-21 14:54 ` [PATCH v2 3/6] drm: Convert syncobj_idr " Sidhartha Kumar
2025-08-21 14:54 ` [PATCH v2 4/6] drm: Convert magic_map " Sidhartha Kumar
2025-08-21 14:54 ` [PATCH v2 5/6] drm: Convert lessee_idr " Sidhartha Kumar
2025-08-21 14:54 ` [PATCH v2 6/6] drm: Convert tile_idr " Sidhartha Kumar
2025-08-22 12:33 ` [PATCH v2 0/6] DRM IDR to Xarray conversions Jani Nikula
2025-08-22 14:36   ` Sidhartha Kumar [this message]
2025-08-22 14:53     ` Matthew Wilcox
2025-08-25  6:52       ` Jani Nikula
2025-08-25 15:20         ` Sidhartha Kumar

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=e80a3fd9-56ca-40c5-8ac8-237ce14cc79f@oracle.com \
    --to=sidhartha.kumar@oracle.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    --cc=willy@infradead.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).