https://lore.kernel.org/r/20250818190046.157962-2-sidhartha.kumar%40oracle.com
patch subject: [PATCH 1/6] drm: Convert aux_idr to XArray
config: x86_64-buildonly-randconfig-002-20250819
(https://download.01.org/0day-ci/archive/20250819/202508191844.vzb7euyb-...@intel.com/config)
compiler: clang version 20.
From: Matthew Wilcox
Remove aux_idr_mutex by converting aux_idr to an XArray.
Signed-off-by: Matthew Wilcox
Signed-off-by: Sidhartha Kumar
---
drivers/gpu/drm/display/drm_dp_aux_dev.c | 38 ++--
1 file changed, 15 insertions(+), 23 deletions(-)
diff --git a/drivers/gpu/dr