Home
last modified time | relevance | path

Searched defs:nv50_disp (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.h3 #define nv50_disp(p) container_of((p), struct nv50_disp, base) macro
13 struct nv50_disp { struct
14 const struct nv50_disp_func *func; argument
30 struct nv50_disp_chan *chan[17]; argument
Dnv50.c816 nv50_disp = { variable
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c395 struct nv50_disp { struct
404 static struct nv50_disp * argument
405 nv50_disp(struct drm_device *dev) in nv50_disp() function