✓ CI.checkpatch: success for drm: Use full allocated minor range for DRM

Patchwork patchwork at emeril.freedesktop.org
Fri Aug 23 17:11:07 UTC 2024


== Series Details ==

Series: drm: Use full allocated minor range for DRM
URL   : https://patchwork.freedesktop.org/series/137726/
State : success

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 034ecab7b2fc62f686aadcc78dbf0254b2530a5f
Author: Michał Winiarski <michal.winiarski at intel.com>
Date:   Fri Aug 23 18:30:48 2024 +0200

    drm: Expand max DRM device number to full MINORBITS
    
    Having a limit of 64 DRM devices is not good enough for modern world
    where we have multi-GPU servers, SR-IOV virtual functions and virtual
    devices used for testing.
    Let's utilize full minor range for DRM devices.
    To avoid regressing the existing userspace, we're still maintaining the
    numbering scheme where 0-63 is used for primary, 64-127 is reserved
    (formerly for control) and 128-191 is used for render.
    For minors >= 192, we're allocating minors dynamically on a first-come,
    first-served basis.
    
    Acked-by: James Zhu <James.Zhu at amd.com>
    Signed-off-by: Michał Winiarski <michal.winiarski at intel.com>
+ /mt/dim checkpatch 96041621daaf71059d790a2ddbaa60114371eada drm-intel
ff7ef370b54c drm: Use XArray instead of IDR for minors
e19253f9a691 accel: Use XArray instead of IDR for minors
034ecab7b2fc drm: Expand max DRM device number to full MINORBITS




More information about the Intel-xe mailing list