backends/drm: drop dmabuf import modes

Their usefulness is questionable, and on some drivers they happen to prevent the fallback to CPU copy for the cursor from working, since addFB succeeds somehow, but the atomic test later fails.

If we later find some hardware where it's proven to be beneficial, we can add this path back with checks specific to that hardware.

CCBUG: 517987

Merge request reports

Loading