Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/engine/disp/
Doutp.h6 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; \
Doutp.c34 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()
Dbase.c73 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()
Doutpdp.h10 struct nvkm_output base;
60 int nvkm_output_dp_train(struct nvkm_output *, u32 rate, bool wait);
Dnvd0.c790 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()
Dnv50.c986 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 …]
Dpiornv50.c47 struct nvkm_output *outp; in nv50_pior_tmds_ctor()
Dconn.c92 struct nvkm_output *outp; in nvkm_connector_create_()
Dnv50.h20 #define NV50_DISP_MTHD_V1 NV50_DISP_MTHD_, int head, struct nvkm_output *outp
Doutpdp.c35 nvkm_output_dp_train(struct nvkm_output *base, u32 datarate, bool wait) in nvkm_output_dp_train()