Skip to content

Draft: xf86drm: add drmDevicesQueryAffinity

Simon Ser requested to merge emersion/drm:devices-affinity into main

Add a function to check whether two DRM devices have an "affinity", ie. whether it makes sense to use them together by default. This is used for split render/display SoCs: the list of devices here is the same as renderonly/kmsro in Mesa.

Merge request reports