drivers/gpu/drm/nouveau/nvif/client.c
0 → 100644
+130
−0
drivers/gpu/drm/nouveau/nvif/client.h
0 → 100644
+39
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>