Searched refs:vc4_encoder (Results 1 – 3 of 3) sorted by relevance
350 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_config_pv() local356 bool is_hdmi = vc4_encoder->type == VC4_ENCODER_TYPE_HDMI0 || in vc4_crtc_config_pv()357 vc4_encoder->type == VC4_ENCODER_TYPE_HDMI1; in vc4_crtc_config_pv()359 bool is_dsi = (vc4_encoder->type == VC4_ENCODER_TYPE_DSI0 || in vc4_crtc_config_pv()360 vc4_encoder->type == VC4_ENCODER_TYPE_DSI1); in vc4_crtc_config_pv()361 bool is_dsi1 = vc4_encoder->type == VC4_ENCODER_TYPE_DSI1; in vc4_crtc_config_pv()362 bool is_vec = vc4_encoder->type == VC4_ENCODER_TYPE_VEC; in vc4_crtc_config_pv()474 VC4_SET_FIELD(vc4_encoder->clock_select, in vc4_crtc_config_pv()503 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_disable() local535 if (vc4_encoder && vc4_encoder->post_crtc_disable) in vc4_crtc_disable()[all …]
342 struct vc4_encoder *vc4_encoder; in vc6_hvs_pv_muxing_commit() local354 vc4_encoder = to_vc4_encoder(encoder); in vc6_hvs_pv_muxing_commit()355 switch (vc4_encoder->type) { in vc6_hvs_pv_muxing_commit()366 vc4_encoder->type); in vc6_hvs_pv_muxing_commit()
37 struct vc4_encoder encoder;