Searched refs:nv_pclass (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | handle.c | 193 if (engctx && (namedb = (void *)nv_pclass(engctx, NV_NAMEDB_CLASS))) in nvkm_handle_get_class() 202 if (engctx && (namedb = (void *)nv_pclass(engctx, NV_NAMEDB_CLASS))) in nvkm_handle_get_vinst() 211 if (engctx && (namedb = (void *)nv_pclass(engctx, NV_NAMEDB_CLASS))) in nvkm_handle_get_cinst()
|
D | engctx.c | 36 parctx = nv_pclass(nv_object(engctx), NV_PARENT_CLASS); in nvkm_engctx_exists() 137 parent = nv_pclass(object->parent, NV_PARENT_CLASS); in nvkm_engctx_init() 164 parent = nv_pclass(object->parent, NV_PARENT_CLASS); in nvkm_engctx_fini()
|
D | gpuobj.c | 66 while ((pargpu = nv_pclass(pargpu, NV_GPUOBJ_CLASS))) { in nvkm_gpuobj_create_() 242 nv_pclass(nv_object(gpuobj), NV_MEMOBJ_CLASS); in nvkm_gpuobj_map() 255 nv_pclass(nv_object(gpuobj), NV_MEMOBJ_CLASS); in nvkm_gpuobj_map_vm()
|
D | ioctl.c | 472 if (!(namedb = (void *)nv_pclass(object, NV_NAMEDB_CLASS)) || in nvkm_ioctl_path()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | object.h | 71 nv_pclass(struct nvkm_object *parent, u32 oclass) in nv_pclass() function
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv04.c | 1272 namedb = (void *)nv_pclass(nv_object(chan), NV_NAMEDB_CLASS); in nv04_gr_intr()
|
D | nv10.c | 1173 namedb = (void *)nv_pclass(nv_object(chan), NV_NAMEDB_CLASS); in nv10_gr_intr()
|