Home
last modified time | relevance | path

Searched defs:nvif_sclass (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h6 struct nvif_sclass { struct
7 s32 oclass;
8 int minver;
9 int maxver;
109 #define nvif_sclass(o,m,u) ({ \ macro
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h6 struct nvif_sclass { struct
29 int nvif_object_sclass_get(struct nvif_object *, struct nvif_sclass **); argument
103 #define nvif_sclass(o,m,u) ({ \ macro