CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2023/07/06 01:21:30
Modified files:
lib/libdrm : xf86drm.c
Log message:
fix drmGetMinorNameForFD(). tweaks and ok jsg@.
For the gpu n, the main device node is /dev/dri/card<n> and the
render device node is /dev/dri/renderD<n+drmGetMinorBase()> not
/dev/dri/renderD<n>
and miod@ checked that no port should be affected.
