Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h35 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **);
92 cnt = nvif_object_sclass_get(object, &sclass); \
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c58 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get() function
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c527 ret = nvif_object_sclass_get(&chan->chan->user, &sclass); in nouveau_abi16_ioctl_grobj_alloc()
H A Dnouveau_drm.c474 ret = n = nvif_object_sclass_get(&device->object, &sclass); in nouveau_accel_init()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c85 ret = n = nvif_object_sclass_get(disp, &sclass); in nv50_chan_create()