Skip to content

nouveau: add ioctl wrapper to check for dead channels

Karol Herbst requested to merge karolherbst/drm:nv_dead_channel_ioctl into main

With this we can easily check from within mesa if the channel is already dead (e.g. when waiting on fences).

Merge request reports