diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-05-22 10:59:14 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-01-09 14:32:47 +1000 |
commit | 827ac5471ac6b03d7a74e8fe0805787b0b3c8364 (patch) | |
tree | c493524ff33dedb9f6aa54b51832b4947921f75b /drm/core/engine/software/nv10.c | |
download | nouveau-827ac5471ac6b03d7a74e8fe0805787b0b3c8364.tar.gz |
initial import of nouveau kernel module core, some simple tools, and drm
Ignore (or, if you're really keen, fix) any of the horrors that are part
of the emulate-linux-on-libpciaccess (lib/) layer. When I started down
this path I was only aiming to prototype the reworked driver core, and
never actually intended on going quite this far with things, but it turns
out that being able to develop and test the nouveau core from userspace
is *very* useful.
This tree is based on the code available as of Linux 3.8-rc2.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drm/core/engine/software/nv10.c')
l--------- | drm/core/engine/software/nv10.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drm/core/engine/software/nv10.c b/drm/core/engine/software/nv10.c new file mode 120000 index 000000000..49cd06add --- /dev/null +++ b/drm/core/engine/software/nv10.c @@ -0,0 +1 @@ +../../../../nvkm/engine/software/nv10.c
\ No newline at end of file |