Searched refs:nvkm_output (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/nouveau/core/engine/disp/ |
D | outp.h | 6 struct nvkm_output { struct 23 struct nvkm_output *_outp = (d); \ argument 27 struct nvkm_output *_outp = (d); \ 31 struct nvkm_output *_outp = (d); \ 52 struct nvkm_output *_outp = (void *)outp; \
|
D | outp.c | 34 struct nvkm_output *outp = (void *)object; in _nvkm_output_fini() 42 struct nvkm_output *outp = (void *)object; in _nvkm_output_init() 52 struct nvkm_output *outp = (void *)object; in _nvkm_output_dtor() 69 struct nvkm_output *outp; in nvkm_output_create_() 116 struct nvkm_output *outp; in _nvkm_output_ctor()
|
D | base.c | 73 struct nvkm_output *outp; in nouveau_disp_hpd_ctor() 120 struct nvkm_output *outp; in _nouveau_disp_fini() 143 struct nvkm_output *outp; in _nouveau_disp_init() 170 struct nvkm_output *outp, *outt; in _nouveau_disp_dtor()
|
D | outpdp.h | 10 struct nvkm_output base; 60 int nvkm_output_dp_train(struct nvkm_output *, u32 rate, bool wait);
|
D | nvd0.c | 790 static struct nvkm_output * 796 struct nvkm_output *outp; in exec_lookup() 836 static struct nvkm_output * 840 struct nvkm_output *outp; in exec_script() 872 static struct nvkm_output * 876 struct nvkm_output *outp; in exec_clkcmp() 943 struct nvkm_output *outp = exec_script(priv, head, 2); in nvd0_disp_intr_unk2_0() 1036 struct nvkm_output *outp; in nvd0_disp_intr_unk2_2()
|
D | nv50.c | 986 struct nvkm_output *outp = NULL; in nv50_disp_base_mthd() 987 struct nvkm_output *temp; in nv50_disp_base_mthd() 1381 static struct nvkm_output * 1387 struct nvkm_output *outp; in exec_lookup() 1438 static struct nvkm_output * 1442 struct nvkm_output *outp; in exec_script() 1495 static struct nvkm_output * 1499 struct nvkm_output *outp; in exec_clkcmp() 1592 struct nvkm_output *outp = exec_script(priv, head, 2); in nv50_disp_intr_unk20_0() 1754 struct nvkm_output *outp; in nv50_disp_intr_unk20_2() [all …]
|
D | piornv50.c | 47 struct nvkm_output *outp; in nv50_pior_tmds_ctor()
|
D | conn.c | 92 struct nvkm_output *outp; in nvkm_connector_create_()
|
D | nv50.h | 20 #define NV50_DISP_MTHD_V1 NV50_DISP_MTHD_, int head, struct nvkm_output *outp
|
D | outpdp.c | 35 nvkm_output_dp_train(struct nvkm_output *base, u32 datarate, bool wait) in nvkm_output_dp_train()
|