Lines Matching refs:vc4_encoder

322 	struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder);  in vc4_crtc_config_pv()  local
329 bool is_dsi = (vc4_encoder->type == VC4_ENCODER_TYPE_DSI0 || in vc4_crtc_config_pv()
330 vc4_encoder->type == VC4_ENCODER_TYPE_DSI1); in vc4_crtc_config_pv()
413 VC4_SET_FIELD(vc4_encoder->clock_select, in vc4_crtc_config_pv()
437 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_disable() local
465 if (vc4_encoder && vc4_encoder->post_crtc_disable) in vc4_crtc_disable()
466 vc4_encoder->post_crtc_disable(encoder, state); in vc4_crtc_disable()
471 if (vc4_encoder && vc4_encoder->post_crtc_powerdown) in vc4_crtc_disable()
472 vc4_encoder->post_crtc_powerdown(encoder, state); in vc4_crtc_disable()
483 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_get_encoder_by_type() local
485 if (vc4_encoder->type == type) in vc4_crtc_get_encoder_by_type()
569 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_atomic_enable() local
580 if (vc4_encoder->pre_crtc_configure) in vc4_crtc_atomic_enable()
581 vc4_encoder->pre_crtc_configure(encoder, state); in vc4_crtc_atomic_enable()
587 if (vc4_encoder->pre_crtc_enable) in vc4_crtc_atomic_enable()
588 vc4_encoder->pre_crtc_enable(encoder, state); in vc4_crtc_atomic_enable()
596 if (vc4_encoder->post_crtc_enable) in vc4_crtc_atomic_enable()
597 vc4_encoder->post_crtc_enable(encoder, state); in vc4_crtc_atomic_enable()
1076 struct vc4_encoder *vc4_encoder; in vc4_set_crtc_possible_masks() local
1082 vc4_encoder = to_vc4_encoder(encoder); in vc4_set_crtc_possible_masks()
1084 if (vc4_encoder->type == encoder_types[i]) { in vc4_set_crtc_possible_masks()
1085 vc4_encoder->clock_select = i; in vc4_set_crtc_possible_masks()