Skip to content

xf86drm: add drmGetNodeTypeFromDevId

Simon Ser requested to merge emersion/drm:node-type-from-devid into main

This is useful to figure out whether the dev_t refers to a primary node or a render node. Indeed, drmGetDeviceFromDevId returns a drmDevice, which holds both the primary and render nodes.

Merge request reports