Home
last modified time | relevance | path

Searched refs:nvkm_output (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.h8 struct nvkm_output { struct
25 struct nvkm_output *_outp = (d); \ argument
29 struct nvkm_output *_outp = (d); \
33 struct nvkm_output *_outp = (d); \
54 struct nvkm_output *_outp = (void *)outp; \
Doutp.c35 struct nvkm_output *outp = (void *)object; in _nvkm_output_fini()
43 struct nvkm_output *outp = (void *)object; in _nvkm_output_init()
53 struct nvkm_output *outp = (void *)object; in _nvkm_output_dtor()
70 struct nvkm_output *outp; in nvkm_output_create_()
120 struct nvkm_output *outp; in _nvkm_output_ctor()
Dnv50.h4 struct nvkm_output;
10 #define NV50_DISP_MTHD_V1 NV50_DISP_MTHD_, int head, struct nvkm_output *outp
35 void (*magic)(struct nvkm_output *);
224 void gm204_sor_magic(struct nvkm_output *outp);
Dbase.c75 struct nvkm_output *outp; in nvkm_disp_hpd_ctor()
121 struct nvkm_output *outp; in _nvkm_disp_fini()
144 struct nvkm_output *outp; in _nvkm_disp_init()
171 struct nvkm_output *outp, *outt; in _nvkm_disp_dtor()
Doutpdp.h10 struct nvkm_output base;
60 int nvkm_output_dp_train(struct nvkm_output *, u32 rate, bool wait);
Dgf110.c789 static struct nvkm_output *
795 struct nvkm_output *outp; in exec_lookup()
835 static struct nvkm_output *
839 struct nvkm_output *outp; in exec_script()
871 static struct nvkm_output *
875 struct nvkm_output *outp; in exec_clkcmp()
942 struct nvkm_output *outp = exec_script(priv, head, 2); in gf110_disp_intr_unk2_0()
1035 struct nvkm_output *outp; in gf110_disp_intr_unk2_2()
Dnv50.c990 struct nvkm_output *outp = NULL; in nv50_disp_main_mthd()
991 struct nvkm_output *temp; in nv50_disp_main_mthd()
1384 static struct nvkm_output *
1390 struct nvkm_output *outp; in exec_lookup()
1441 static struct nvkm_output *
1445 struct nvkm_output *outp; in exec_script()
1498 static struct nvkm_output *
1502 struct nvkm_output *outp; in exec_clkcmp()
1595 struct nvkm_output *outp = exec_script(priv, head, 2); in nv50_disp_intr_unk20_0()
1757 struct nvkm_output *outp; in nv50_disp_intr_unk20_2()
[all …]
Dpiornv50.c45 struct nvkm_output *outp; in nv50_pior_tmds_ctor()
Dconn.c91 struct nvkm_output *outp; in nvkm_connector_create_()
Dsorgm204.c42 gm204_sor_magic(struct nvkm_output *outp) in gm204_sor_magic()
Doutpdp.c34 nvkm_output_dp_train(struct nvkm_output *base, u32 datarate, bool wait) in nvkm_output_dp_train()