Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/vc4/
Dvc4_crtc.c327 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_config_pv() local
333 bool is_hdmi = vc4_encoder->type == VC4_ENCODER_TYPE_HDMI0 || in vc4_crtc_config_pv()
334 vc4_encoder->type == VC4_ENCODER_TYPE_HDMI1; in vc4_crtc_config_pv()
336 bool is_dsi = (vc4_encoder->type == VC4_ENCODER_TYPE_DSI0 || in vc4_crtc_config_pv()
337 vc4_encoder->type == VC4_ENCODER_TYPE_DSI1); in vc4_crtc_config_pv()
338 bool is_dsi1 = vc4_encoder->type == VC4_ENCODER_TYPE_DSI1; in vc4_crtc_config_pv()
339 bool is_vec = vc4_encoder->type == VC4_ENCODER_TYPE_VEC; in vc4_crtc_config_pv()
443 VC4_SET_FIELD(vc4_encoder->clock_select, in vc4_crtc_config_pv()
470 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_crtc_disable() local
502 if (vc4_encoder && vc4_encoder->post_crtc_disable) in vc4_crtc_disable()
[all …]
Dvc4_txp.c165 struct vc4_encoder encoder;
498 struct vc4_encoder *vc4_encoder; in vc4_txp_bind() local
527 vc4_encoder = &txp->encoder; in vc4_txp_bind()
530 encoder = &vc4_encoder->base; in vc4_txp_bind()
Dvc4_hdmi.h119 struct vc4_encoder encoder;
224 struct vc4_encoder *_encoder = to_vc4_encoder(encoder); in encoder_to_vc4_hdmi()
Dvc4_drv.h462 struct vc4_encoder { struct
476 container_of_const(_encoder, struct vc4_encoder, base) argument
485 struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder); in vc4_find_encoder_by_type() local
487 if (vc4_encoder->type == type) in vc4_find_encoder_by_type()
Dvc4_dpi.c88 struct vc4_encoder encoder;
Dvc4_vec.c195 struct vc4_encoder encoder;
Dvc4_dsi.c552 struct vc4_encoder encoder;
/linux-6.12.1/drivers/gpu/drm/vc4/tests/
Dvc4_mock.h37 struct vc4_encoder encoder;