Searched refs:nvif_sclass (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 6 struct nvif_sclass { struct 29 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **); 30 void nvif_object_sclass_put(struct nvif_sclass **); 81 struct nvif_sclass *sclass; \ 103 #define nvif_sclass(o,m,u) ({ \ macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 6 struct nvif_sclass { struct 35 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **); 36 void nvif_object_sclass_put(struct nvif_sclass **); 87 struct nvif_sclass *sclass; \ 109 #define nvif_sclass(o,m,u) ({ \ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | disp.c | 55 int cid = nvif_sclass(&device->object, disps, oclass); in nvif_disp_ctor()
|
H A D | object.c | 52 nvif_object_sclass_put(struct nvif_sclass **psclass) in nvif_object_sclass_put() 59 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
H A D | disp.c | 60 cid = nvif_sclass(&device->object, disps, oclass); in nvif_disp_ctor()
|
H A D | object.c | 51 nvif_object_sclass_put(struct nvif_sclass **psclass) in nvif_object_sclass_put() 58 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_abi16.c | 431 struct nvif_sclass *sclass; in nouveau_abi16_ioctl_grobj_alloc()
|
H A D | nouveau_drm.c | 432 struct nvif_sclass *sclass; in nouveau_accel_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_abi16.c | 500 struct nvif_sclass *sclass; in nouveau_abi16_ioctl_grobj_alloc()
|
H A D | nouveau_drm.c | 460 struct nvif_sclass *sclass; in nouveau_accel_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 80 struct nvif_sclass *sclass; in nv50_chan_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 79 struct nvif_sclass *sclass; in nv50_chan_create()
|
Completed in 15 milliseconds