commit | f2f9a2cbaf019481feefe231f996d3602612fa99 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Oct 01 12:46:14 2014 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Oct 02 13:32:24 2014 +1000 |
tree | 28c0826ea3b5bb0d8e5456f7f7ac3c85b243c800 | |
parent | 5838ae610ff36777b8fce6f353c2417980c1a1fa [diff] |
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: Ben Skeggs <bskeggs@redhat.com>