CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/04/27 19:14:07

Modified files:
        sys/dev/pci/drm: drm_linux.c 

Log message:
Make xarray cyclic start looking for a free id at the position specified
by the next argument and stop after wrapping back to that position.

Previously looking for a free id started at the beginning of the
allocation range and stopped at the end, ignoring the next argument.

Currently xarray cyclic id allocations are only used by the GuC code in
inteldrm.  In 6.18.25 drm, the amdgpu PASID allocation changes from
using cyclic idr to cyclic xarray.

Reply via email to