Home
last modified time | relevance | path

Searched refs:nv_pclass (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/nouveau/core/core/
Dhandle.c198 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()
Dengctx.c41 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()
Dgpuobj.c71 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()
Dobject.c290 namedb = nv_pclass(parent, NV_NAMEDB_CLASS); in nouveau_object_del()
/drivers/gpu/drm/nouveau/core/include/core/
Dobject.h68 nv_pclass(struct nouveau_object *parent, u32 oclass) in nv_pclass() function
/drivers/gpu/drm/nouveau/
Dnv50_display.c81 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/
Dnv04.c1279 namedb = (void *)nv_pclass(nv_object(chan), NV_NAMEDB_CLASS); in nv04_graph_intr()
Dnv10.c1175 namedb = (void *)nv_pclass(nv_object(chan), NV_NAMEDB_CLASS); in nv10_graph_intr()