Searched refs:nv_pclass (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/nouveau/core/core/ |
D | handle.c | 198 if (engctx && (namedb = (void *)nv_pclass(engctx, NV_NAMEDB_CLASS))) in nouveau_handle_get_class() 207 if (engctx && (namedb = (void *)nv_pclass(engctx, NV_NAMEDB_CLASS))) in nouveau_handle_get_vinst() 216 if (engctx && (namedb = (void *)nv_pclass(engctx, NV_NAMEDB_CLASS))) in nouveau_handle_get_cinst()
|
D | engctx.c | 41 parctx = nv_pclass(nv_object(engctx), NV_PARENT_CLASS); in nouveau_engctx_exists() 147 parent = nv_pclass(object->parent, NV_PARENT_CLASS); in nouveau_engctx_init() 174 parent = nv_pclass(object->parent, NV_PARENT_CLASS); in nouveau_engctx_fini()
|
D | gpuobj.c | 71 while ((pargpu = nv_pclass(pargpu, NV_GPUOBJ_CLASS))) { in nouveau_gpuobj_create_() 249 nv_pclass(nv_object(gpuobj), NV_MEMOBJ_CLASS); in nouveau_gpuobj_map() 262 nv_pclass(nv_object(gpuobj), NV_MEMOBJ_CLASS); in nouveau_gpuobj_map_vm()
|
D | object.c | 290 namedb = nv_pclass(parent, NV_NAMEDB_CLASS); in nouveau_object_del()
|
/drivers/gpu/drm/nouveau/core/include/core/ |
D | object.h | 68 nv_pclass(struct nouveau_object *parent, u32 oclass) in nv_pclass() function
|
/drivers/gpu/drm/nouveau/ |
D | nv50_display.c | 81 struct nouveau_object *client = nv_pclass(core, NV_CLIENT_CLASS); in nv50_chan_create() 98 struct nouveau_object *client = nv_pclass(core, NV_CLIENT_CLASS); in nv50_chan_destroy() 154 struct nouveau_object *client = nv_pclass(core, NV_CLIENT_CLASS); in nv50_dmac_create_fbdma() 199 struct nouveau_object *client = nv_pclass(core, NV_CLIENT_CLASS); in nvc0_dmac_create_fbdma() 241 struct nouveau_object *client = nv_pclass(core, NV_CLIENT_CLASS); in nvd0_dmac_create_fbdma() 275 struct nouveau_object *client = nv_pclass(core, NV_CLIENT_CLASS); in nv50_dmac_create()
|
/drivers/gpu/drm/nouveau/core/engine/graph/ |
D | nv04.c | 1279 namedb = (void *)nv_pclass(nv_object(chan), NV_NAMEDB_CLASS); in nv04_graph_intr()
|
D | nv10.c | 1175 namedb = (void *)nv_pclass(nv_object(chan), NV_NAMEDB_CLASS); in nv10_graph_intr()
|