Skip to content
Commit 3d1b3c9c authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

backends/drm: Store hardware and virtual outputs in two different lists

Currently, we effectively almost everywhere need DrmOutput outputs,
DrmVirtualOutput outputs are needed only in a couple of places. There's
not a lot that we gain from storing real and virtual outputs in one
list, it adds unnecessary casting, etc. Ideally, virtual outputs must
come from a different backend, the current approach is not scalable.
parent f73cb8f1
Pipeline #228565 passed with stage
in 34 minutes and 58 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment