aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvif/os.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-10 04:10:21 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 05:13:09 +1000
commita04d04231b490a2dca427a0f04603ed47fdb9cee (patch)
treee2603db4b8eb2cab4251fd3caf9e470029243f25 /drivers/gpu/drm/nouveau/nvif/os.h
parentdrm/nouveau/client: add method to retrieve device list (diff)
downloadlinux-dev-a04d04231b490a2dca427a0f04603ed47fdb9cee.tar.xz
linux-dev-a04d04231b490a2dca427a0f04603ed47fdb9cee.zip
drm/nouveau/nvif: import library functions for the ioctl/event interfaces
This is a wrapper around the interfaces defined in an earlier commit, and is also used by various userspace (either by a libdrm backend, or libpciaccess) tools/tests. In the future this will be extended to handle channels, replacing some long-unloved code we currently use, and allow fifo/display/mpeg (hi Ilia ;)) engines to all be exposed in the same way. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif/os.h')
l---------drivers/gpu/drm/nouveau/nvif/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/os.h b/drivers/gpu/drm/nouveau/nvif/os.h
new file mode 120000
index 000000000000..bd744b2cf5cf
--- /dev/null
+++ b/drivers/gpu/drm/nouveau/nvif/os.h
@@ -0,0 +1 @@
+../core/os.h \ No newline at end of file