Home
last modified time | relevance | path

Searched refs:max_ac_packet (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhdmigt215.c27 gt215_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gt215_hdmi_ctrl() argument
33 max_ac_packet << 16 | in gt215_hdmi_ctrl()
H A Dhdmig84.c27 g84_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in g84_hdmi_ctrl() argument
33 max_ac_packet << 16 | in g84_hdmi_ctrl()
H A Dhdmigv100.c25 gv100_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gv100_hdmi_ctrl() argument
30 max_ac_packet << 16 | in gv100_hdmi_ctrl()
H A Dhdmigk104.c27 gk104_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gk104_hdmi_ctrl() argument
32 max_ac_packet << 16 | in gk104_hdmi_ctrl()
H A Dhdmigf119.c27 gf119_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gf119_hdmi_ctrl() argument
32 max_ac_packet << 16 | in gf119_hdmi_ctrl()
H A Drootnv50.c179 "max_ac_packet %d rekey %d scdc %d\n", in nv50_disp_root_mthd_()
181 args->v0.max_ac_packet, args->v0.rekey, in nv50_disp_root_mthd_()
183 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in nv50_disp_root_mthd_()
203 args->v0.max_ac_packet, in nv50_disp_root_mthd_()
H A Dior.h67 u8 max_ac_packet, u8 rekey, u8 *avi, u8 avi_size,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h23 bool hdmi, u8 max_ac_packet, u8 rekey, u8 scdc, bool hda);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl5070.h69 __u8 max_ac_packet; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgk104.c77 gk104_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gk104_sor_hdmi_ctrl() argument
81 max_ac_packet << 16 | in gk104_sor_hdmi_ctrl()
H A Dgt215.c141 gt215_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gt215_sor_hdmi_ctrl() argument
146 max_ac_packet << 16 | in gt215_sor_hdmi_ctrl()
H A Dg84.c79 g84_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in g84_sor_hdmi_ctrl() argument
84 max_ac_packet << 16 | in g84_sor_hdmi_ctrl()
H A Dior.h67 void (*ctrl)(struct nvkm_ior *, int head, bool enable, u8 max_ac_packet, u8 rekey);
H A Dgf119.c253 gf119_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gf119_sor_hdmi_ctrl() argument
257 max_ac_packet << 16 | in gf119_sor_hdmi_ctrl()
H A Dgv100.c146 gv100_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gv100_sor_hdmi_ctrl() argument
150 max_ac_packet << 16 | in gv100_sor_hdmi_ctrl()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c167 bool hdmi, u8 max_ac_packet, u8 rekey, u8 scdc, bool hda) in nvif_outp_acquire_tmds()
174 args.tmds.hdmi_max_ac_packet = max_ac_packet; in nvif_outp_acquire_tmds()
181 "[ACQUIRE proto:TMDS head:%d hdmi:%d max_ac_packet:%d rekey:%d scdc:%d hda:%d]" in nvif_outp_acquire_tmds()
166 nvif_outp_acquire_tmds(struct nvif_outp *outp, int head, bool hdmi, u8 max_ac_packet, u8 rekey, u8 scdc, bool hda) nvif_outp_acquire_tmds() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c778 u32 max_ac_packet; in nv50_hdmi_enable() local
785 max_ac_packet = mode->htotal - mode->hdisplay; in nv50_hdmi_enable()
786 max_ac_packet -= rekey; in nv50_hdmi_enable()
787 max_ac_packet -= 18; /* constant from tegra */ in nv50_hdmi_enable()
788 max_ac_packet /= 32; in nv50_hdmi_enable()
812 max_ac_packet, rekey, scdc, hda); in nv50_hdmi_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c837 u32 max_ac_packet; in nv50_hdmi_enable() local
870 max_ac_packet = mode->htotal - mode->hdisplay; in nv50_hdmi_enable()
871 max_ac_packet -= args.pwr.rekey; in nv50_hdmi_enable()
872 max_ac_packet -= 18; /* constant from tegra */ in nv50_hdmi_enable()
873 args.pwr.max_ac_packet = max_ac_packet / 32; in nv50_hdmi_enable()

Completed in 16 milliseconds