• Home
  • Raw
  • Download

Lines Matching refs:vc4

56 #define HDMI_READ(offset) readl(vc4->hdmi->hdmicore_regs + offset)
57 #define HDMI_WRITE(offset, val) writel(val, vc4->hdmi->hdmicore_regs + offset)
58 #define HD_READ(offset) readl(vc4->hdmi->hd_regs + offset)
59 #define HD_WRITE(offset, val) writel(val, vc4->hdmi->hd_regs + offset)
129 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_debugfs_regs() local
150 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_dump_regs() local
169 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_connector_detect() local
171 if (vc4->hdmi->hpd_gpio) { in vc4_hdmi_connector_detect()
172 if (gpio_get_value_cansleep(vc4->hdmi->hpd_gpio) ^ in vc4_hdmi_connector_detect()
173 vc4->hdmi->hpd_active_low) in vc4_hdmi_connector_detect()
179 if (drm_probe_ddc(vc4->hdmi->ddc)) in vc4_hdmi_connector_detect()
201 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_connector_get_modes() local
205 edid = drm_get_edid(connector, vc4->hdmi->ddc); in vc4_hdmi_connector_get_modes()
287 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_stop_packet() local
301 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_write_infoframe() local
400 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_encoder_mode_set() local
428 clk_set_rate(vc4->hdmi->pixel_clock, mode->clock * 1000 * in vc4_hdmi_encoder_mode_set()
507 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_encoder_disable() local
520 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_encoder_enable() local
598 struct vc4_dev *vc4 = drm->dev_private; in vc4_hdmi_bind() local
693 vc4->hdmi = hdmi; in vc4_hdmi_bind()
743 struct vc4_dev *vc4 = drm->dev_private; in vc4_hdmi_unbind() local
744 struct vc4_hdmi *hdmi = vc4->hdmi; in vc4_hdmi_unbind()
753 vc4->hdmi = NULL; in vc4_hdmi_unbind()