Searched refs:nvif_object_sclass_get (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 29 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **); 86 cnt = nvif_object_sclass_get(object, &sclass); \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 35 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **); 92 cnt = nvif_object_sclass_get(object, &sclass); \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | object.c | 59 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
H A D | object.c | 58 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_abi16.c | 446 ret = nvif_object_sclass_get(&chan->chan->user, &sclass); in nouveau_abi16_ioctl_grobj_alloc()
|
H A D | nouveau_drm.c | 446 ret = n = nvif_object_sclass_get(&device->object, &sclass); in nouveau_accel_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_abi16.c | 515 ret = nvif_object_sclass_get(&chan->chan->user, &sclass); in nouveau_abi16_ioctl_grobj_alloc()
|
H A D | nouveau_drm.c | 474 ret = n = nvif_object_sclass_get(&device->object, &sclass); in nouveau_accel_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 85 ret = n = nvif_object_sclass_get(disp, &sclass); in nv50_chan_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 84 ret = n = nvif_object_sclass_get(disp, &sclass); in nv50_chan_create()
|
Completed in 15 milliseconds