Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-15 | drm/nouveau/nvif: return null pointers on failure, in addition to ret != 0 | Ben Skeggs | |
Reported by Coverity. The intention is that the return value is checked, but let's be more paranoid and make it extremely obvious if something forgets to. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2014-08-10 | drm/nouveau/nvif: import library functions for the ioctl/event interfaces | Ben Skeggs | |
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> |