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/ |
H A 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; 201 extern const struct nv50_disp_mthd_chan gf110_disp_base_mthd_chan; 210 extern const struct nv50_disp_mthd_chan gk104_disp_core_mthd_chan; 211 extern const struct nv50_disp_mthd_chan gk104_disp_ovly_mthd_chan;
|
H A D | g84.c | 96 const struct nv50_disp_mthd_chan 144 const struct nv50_disp_mthd_chan 187 const struct nv50_disp_mthd_chan
|
H A D | gk104.c | 111 const struct nv50_disp_mthd_chan 183 const struct nv50_disp_mthd_chan
|
H A D | g94.c | 43 const struct nv50_disp_mthd_chan
|
H A D | gt200.c | 63 static const struct nv50_disp_mthd_chan
|
H A 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); gf110_disp_intr_supervisor() 1167 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 0, gf110_disp_intr_error() 1177 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 1, gf110_disp_intr_error() 1187 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 5, gf110_disp_intr_error()
|
H A D | nv50.c | 344 nv50_disp_mthd_chan(struct nv50_disp_priv *priv, int debug, int head, nv50_disp_mthd_chan() function 345 const struct nv50_disp_mthd_chan *chan) 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, nv50_disp_intr_error() 1362 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 1, nv50_disp_intr_error() 1372 nv50_disp_mthd_chan(priv, NV_DBG_ERROR, chid - 3, nv50_disp_intr_error() 1887 nv50_disp_mthd_chan(priv, NV_DBG_DEBUG, 0, impl->mthd.core); nv50_disp_intr_supervisor()
|
Completed in 92 milliseconds