summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_nvif.c
Commit message (Collapse)AuthorAgeFilesLines
* drm/nouveau/core/client: pass notification callback to nvkm_client_newBen Skeggs2017-02-171-10/+2Star
| | | | | | Preparation for supporting subclients. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* drm/nouveau/core/client: destroy client objects over nvifBen Skeggs2017-02-171-10/+0Star
| | | | | | Preparation for supporting subclients, and also good for consistency. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* drm/nouveau/core/client: use standard object dtor/init/fini pathsBen Skeggs2017-02-171-3/+7
| | | | | | Preparation for supporting subclients, and also good for consistency. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs2016-05-201-1/+1
| | | | | | | Fixes out-of-tree build issue where uapi/drm/nouveau_drm.h gets picked up instead. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* drm/nouveau/client: tidy ctor/dtor interfacesBen Skeggs2015-08-281-5/+3Star
| | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs2015-01-221-7/+7
| | | | | | | | | | | | | | | | The namespace of NVKM is being changed to nvkm_ instead of nouveau_, which will be used for the DRM part of the driver. This is being done in order to make it very clear as to what part of the driver a given symbol belongs to, and as a minor step towards splitting the DRM driver out to be able to stand on its own (for virt). Because there's already a large amount of churn here anyway, this is as good a time as any to also switch to NVIDIA's device and chipset naming to ease collaboration with them. A comparison of objdump disassemblies proves no code changes. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* drm/nouveau/core: namespace + nvidia gpu names (no binary change)Ben Skeggs2015-01-221-5/+5
| | | | | | | | | | | | | | | | The namespace of NVKM is being changed to nvkm_ instead of nouveau_, which will be used for the DRM part of the driver. This is being done in order to make it very clear as to what part of the driver a given symbol belongs to, and as a minor step towards splitting the DRM driver out to be able to stand on its own (for virt). Because there's already a large amount of churn here anyway, this is as good a time as any to also switch to NVIDIA's device and chipset naming to ease collaboration with them. A comparison of objdump disassemblies proves no code changes. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* nouveau: __iomem misannotationsAl Viro2014-10-091-2/+2
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* drm/nouveau: expose the full object/event interfaces to userspaceBen Skeggs2014-08-091-0/+3
| | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* drm/nouveau: port to nvif client/device/objectsBen Skeggs2014-08-091-0/+133
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>