Home
last modified time | relevance | path

Searched refs:vc4_encoder (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/vc4/
Dvc4_crtc.c313 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_config_pv() local
320 bool is_dsi = (vc4_encoder->type == VC4_ENCODER_TYPE_DSI0 || in vc4_crtc_config_pv()
321 vc4_encoder->type == VC4_ENCODER_TYPE_DSI1); in vc4_crtc_config_pv()
322 bool is_dsi1 = vc4_encoder->type == VC4_ENCODER_TYPE_DSI1; in vc4_crtc_config_pv()
406 VC4_SET_FIELD(vc4_encoder->clock_select, in vc4_crtc_config_pv()
428 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_disable() local
456 if (vc4_encoder && vc4_encoder->post_crtc_disable) in vc4_crtc_disable()
457 vc4_encoder->post_crtc_disable(encoder); in vc4_crtc_disable()
462 if (vc4_encoder && vc4_encoder->post_crtc_powerdown) in vc4_crtc_disable()
463 vc4_encoder->post_crtc_powerdown(encoder); in vc4_crtc_disable()
[all …]
Dvc4_dpi.c103 struct vc4_encoder base;
120 struct vc4_dpi_encoder *vc4_encoder = to_vc4_dpi_encoder(encoder); in vc4_dpi_encoder_disable() local
121 struct vc4_dpi *dpi = vc4_encoder->dpi; in vc4_dpi_encoder_disable()
130 struct vc4_dpi_encoder *vc4_encoder = to_vc4_dpi_encoder(encoder); in vc4_dpi_encoder_enable() local
131 struct vc4_dpi *dpi = vc4_encoder->dpi; in vc4_dpi_encoder_enable()
Dvc4_hdmi.c193 struct vc4_hdmi_encoder *vc4_encoder = &vc4_hdmi->encoder; in vc4_hdmi_connector_get_modes() local
202 vc4_encoder->hdmi_monitor = drm_detect_hdmi_monitor(edid); in vc4_hdmi_connector_get_modes()
330 struct vc4_hdmi_encoder *vc4_encoder = to_vc4_hdmi_encoder(encoder); in vc4_hdmi_set_avi_infoframe() local
347 vc4_encoder->limited_rgb_range ? in vc4_hdmi_set_avi_infoframe()
714 struct vc4_hdmi_encoder *vc4_encoder = to_vc4_hdmi_encoder(encoder); in vc4_hdmi_encoder_pre_crtc_enable() local
717 if (vc4_encoder->hdmi_monitor && in vc4_hdmi_encoder_pre_crtc_enable()
722 vc4_encoder->limited_rgb_range = true; in vc4_hdmi_encoder_pre_crtc_enable()
727 vc4_encoder->limited_rgb_range = false; in vc4_hdmi_encoder_pre_crtc_enable()
737 struct vc4_hdmi_encoder *vc4_encoder = to_vc4_hdmi_encoder(encoder); in vc4_hdmi_encoder_post_crtc_enable() local
752 if (vc4_encoder->hdmi_monitor) { in vc4_hdmi_encoder_post_crtc_enable()
[all …]
Dvc4_dsi.c649 struct vc4_encoder base;
798 struct vc4_dsi_encoder *vc4_encoder = to_vc4_dsi_encoder(encoder); in vc4_dsi_encoder_disable() local
799 struct vc4_dsi *dsi = vc4_encoder->dsi; in vc4_dsi_encoder_disable()
842 struct vc4_dsi_encoder *vc4_encoder = to_vc4_dsi_encoder(encoder); in vc4_dsi_encoder_mode_fixup() local
843 struct vc4_dsi *dsi = vc4_encoder->dsi; in vc4_dsi_encoder_mode_fixup()
878 struct vc4_dsi_encoder *vc4_encoder = to_vc4_dsi_encoder(encoder); in vc4_dsi_encoder_enable() local
879 struct vc4_dsi *dsi = vc4_encoder->dsi; in vc4_dsi_encoder_enable()
Dvc4_drv.h441 struct vc4_encoder { struct
454 static inline struct vc4_encoder * argument
457 return container_of(encoder, struct vc4_encoder, base); in to_vc4_encoder()
Dvc4_hdmi.h13 struct vc4_encoder base;
Dvc4_vec.c178 struct vc4_encoder base;