Searched defs:nvkm_disp (Results 1 – 2 of 2) sorted by relevance
4 #define nvkm_disp(p) container_of((p), struct nvkm_disp, engine) macro10 struct nvkm_disp { struct11 const struct nvkm_disp_func *func; argument12 struct nvkm_engine engine;14 struct {29 } rm;31 struct list_head heads;32 struct list_head iors;33 struct list_head outps;34 struct list_head conns;[all …]
219 nvkm_disp = { variable