Skip to content
Commit 0735f62e authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: prevent all channel creation if accel not available



Previously, if there was no firmware available, the DRM would just
disable channel creation from userspace, but still use a single
channel for its own purposes.

With a bit of care it should actually be possible to do this, due
to the DRM's very limited use of the engine.  It currently doesn't
work correctly however, resulting in corrupted fbcon and hangs on
a number of cards.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 3c8868d3
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