Searched refs:nv50_disp_dmac_func (Results 1 - 13 of 13) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | dmacnv50.h | 7 const struct nv50_disp_dmac_func *func; 12 struct nv50_disp_dmac_func { struct 18 int nv50_disp_dmac_new_(const struct nv50_disp_dmac_func *, 23 extern const struct nv50_disp_dmac_func nv50_disp_dmac_func; 25 extern const struct nv50_disp_dmac_func nv50_disp_core_func; 27 extern const struct nv50_disp_dmac_func gf119_disp_dmac_func; 29 extern const struct nv50_disp_dmac_func gf119_disp_core_func; 32 int (*ctor)(const struct nv50_disp_dmac_func *, 38 const struct nv50_disp_dmac_func *func; 43 int nv50_disp_core_new(const struct nv50_disp_dmac_func *, 48 int nv50_disp_base_new(const struct nv50_disp_dmac_func *, 53 int nv50_disp_ovly_new(const struct nv50_disp_dmac_func *,
|
H A D | basenv50.c | 33 nv50_disp_base_new(const struct nv50_disp_dmac_func *func, nv50_disp_base_new() 120 .func = &nv50_disp_dmac_func,
|
H A D | ovlynv50.c | 33 nv50_disp_ovly_new(const struct nv50_disp_dmac_func *func, nv50_disp_ovly_new() 108 .func = &nv50_disp_dmac_func,
|
H A D | basegt200.c | 35 .func = &nv50_disp_dmac_func,
|
H A D | basegt215.c | 35 .func = &nv50_disp_dmac_func,
|
H A D | ovlyg84.c | 74 .func = &nv50_disp_dmac_func,
|
H A D | ovlygt215.c | 35 .func = &nv50_disp_dmac_func,
|
H A D | corenv50.c | 34 nv50_disp_core_new(const struct nv50_disp_dmac_func *func, nv50_disp_core_new() 226 const struct nv50_disp_dmac_func
|
H A D | baseg84.c | 77 .func = &nv50_disp_dmac_func,
|
H A D | ovlygt200.c | 77 .func = &nv50_disp_dmac_func,
|
H A D | dmacnv50.c | 134 nv50_disp_dmac_new_(const struct nv50_disp_dmac_func *func, nv50_disp_dmac_new_() 242 const struct nv50_disp_dmac_func 243 nv50_disp_dmac_func = { variable in typeref:struct:nv50_disp_dmac_func
|
H A D | dmacgf119.c | 95 const struct nv50_disp_dmac_func
|
H A D | coregf119.c | 228 const struct nv50_disp_dmac_func
|
Completed in 104 milliseconds