Searched refs:nv50_disp_mthd_chan (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | nv50.h | 47 const struct nv50_disp_mthd_chan *core; 48 const struct nv50_disp_mthd_chan *base; 49 const struct nv50_disp_mthd_chan *ovly; 138 struct nv50_disp_mthd_chan { struct 180 void nv50_disp_mthd_chan(struct nv50_disp_priv *, int debug, int head, 181 const struct nv50_disp_mthd_chan *); 186 extern const struct nv50_disp_mthd_chan g84_disp_core_mthd_chan; 189 extern const struct nv50_disp_mthd_chan g84_disp_base_mthd_chan; 190 extern const struct nv50_disp_mthd_chan g84_disp_ovly_mthd_chan; 192 extern const struct nv50_disp_mthd_chan g94_disp_core_mthd_chan; [all …]
|
D | g84.c | 96 const struct nv50_disp_mthd_chan 144 const struct nv50_disp_mthd_chan 187 const struct nv50_disp_mthd_chan
|
D | gk104.c | 111 const struct nv50_disp_mthd_chan 183 const struct nv50_disp_mthd_chan
|
D | gf110.c | 278 static const struct nv50_disp_mthd_chan 428 const struct nv50_disp_mthd_chan 510 static const struct nv50_disp_mthd_chan 1110 nv50_disp_mthd_chan(priv, NV_DBG_DEBUG, 0, impl->mthd.core); in gf110_disp_intr_supervisor() 1167 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 0, in gf110_disp_intr_error() 1177 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 1, in gf110_disp_intr_error() 1187 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 5, in gf110_disp_intr_error()
|
D | gt200.c | 63 static const struct nv50_disp_mthd_chan
|
D | g94.c | 43 const struct nv50_disp_mthd_chan
|
D | nv50.c | 344 nv50_disp_mthd_chan(struct nv50_disp_priv *priv, int debug, int head, in nv50_disp_mthd_chan() function 345 const struct nv50_disp_mthd_chan *chan) in nv50_disp_mthd_chan() 473 static const struct nv50_disp_mthd_chan 632 static const struct nv50_disp_mthd_chan 723 static const struct nv50_disp_mthd_chan 1352 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 0, in nv50_disp_intr_error() 1362 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 1, in nv50_disp_intr_error() 1372 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 3, in nv50_disp_intr_error() 1887 nv50_disp_mthd_chan(priv, NV_DBG_DEBUG, 0, impl->mthd.core); in nv50_disp_intr_supervisor()
|