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

drm/nouveau: fix regression on original nv50 board



Xorg (and any non-DRM client really) doesn't have permission to directly
touch VRAM on nv50 and up, which the fence code prior to g84 depends on.

It's less invasive to temporarily grant it premission to do so, as it
previously did, than it is to rework fencenv50 to use the VM.  That
will come later on.

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