Home
last modified time | relevance | path

Searched refs:nvif_object_sclass_get (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h28 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
85 cnt = nvif_object_sclass_get(object, &sclass); \
/Linux-v5.4/drivers/gpu/drm/nouveau/nvif/
Dobject.c59 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get() function
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c445 ret = nvif_object_sclass_get(&chan->chan->user, &sclass); in nouveau_abi16_ioctl_grobj_alloc()
Dnouveau_drm.c440 ret = n = nvif_object_sclass_get(&device->object, &sclass); in nouveau_accel_init()
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c90 ret = n = nvif_object_sclass_get(disp, &sclass); in nv50_chan_create()