linux/drivers/gpu/drm/nouveau/include
Ben Skeggs 384af9acea drm/nouveau/gpuobj: type-safe accessor macros
These require an explicit struct nvkm_gpuobj pointer, unlike the previous
macros which take a void *, and work with any nvkm_object.

New semantics require acquiring/releasing a gpuobj before accessing them,
which will be made use of in later patches to greatly reduce the overhead
of accesses, particularly when a direct mmio mapping of the object is not
available (suspend/resume, out of ioremap() space, and on GK20A).

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2015-08-28 12:40:27 +10:00
..
nvif drm/nouveau: switch to new-style timer macros 2015-08-28 12:40:21 +10:00
nvkm drm/nouveau/gpuobj: type-safe accessor macros 2015-08-28 12:40:27 +10:00