Skip to content

backend-drm: Refactor backend for Multi-GPU support

Multi-GPU support !736 (merged) requires quite some refactoring in the DRM backend, since the drm device must be separated from the drm backend to allow multiple devices in the backend.

This merge request prepares the drm backend for Multi GPU support without changing the behavior of the backend. Adding support for multiple GPUs is still left to !736 (merged), which depends on this merge request.

Merge request reports