Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vc4/
Dvc4_crtc.c317 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_config_pv() local
323 bool is_hdmi = vc4_encoder->type == VC4_ENCODER_TYPE_HDMI0 || in vc4_crtc_config_pv()
324 vc4_encoder->type == VC4_ENCODER_TYPE_HDMI1; in vc4_crtc_config_pv()
326 bool is_dsi = (vc4_encoder->type == VC4_ENCODER_TYPE_DSI0 || in vc4_crtc_config_pv()
327 vc4_encoder->type == VC4_ENCODER_TYPE_DSI1); in vc4_crtc_config_pv()
328 bool is_dsi1 = vc4_encoder->type == VC4_ENCODER_TYPE_DSI1; in vc4_crtc_config_pv()
416 VC4_SET_FIELD(vc4_encoder->clock_select, in vc4_crtc_config_pv()
443 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_disable() local
475 if (vc4_encoder && vc4_encoder->post_crtc_disable) in vc4_crtc_disable()
476 vc4_encoder->post_crtc_disable(encoder, state); in vc4_crtc_disable()
[all …]
Dvc4_hdmi.h127 struct vc4_encoder encoder;
243 struct vc4_encoder *_encoder = to_vc4_encoder(encoder); in encoder_to_vc4_hdmi()
Dvc4_drv.h439 struct vc4_encoder { struct
452 static inline struct vc4_encoder * argument
455 return container_of(encoder, struct vc4_encoder, base); in to_vc4_encoder()
Dvc4_dpi.c88 struct vc4_encoder encoder;
Dvc4_vec.c164 struct vc4_encoder encoder;
Dvc4_dsi.c552 struct vc4_encoder encoder;