Home
last modified time | relevance | path

Searched refs:encoder_type (Results 1 – 25 of 40) sorted by relevance

12

/drivers/gpu/drm/
A Ddrm_encoder.c104 int encoder_type, const char *name, va_list ap) in __drm_encoder_init() argument
117 encoder->encoder_type = encoder_type; in __drm_encoder_init()
123 drm_encoder_enum_list[encoder_type].name, in __drm_encoder_init()
166 int encoder_type, const char *name, ...) in drm_encoder_init() argument
174 ret = __drm_encoder_init(dev, encoder, funcs, encoder_type, name, ap); in drm_encoder_init()
224 int encoder_type, in __drmm_encoder_init() argument
246 int encoder_type, const char *name, ...) in __drmm_encoder_alloc() argument
260 ret = __drmm_encoder_init(dev, encoder, funcs, encoder_type, name, ap); in __drmm_encoder_alloc()
289 int encoder_type, const char *name, ...) in drmm_encoder_init() argument
295 ret = __drmm_encoder_init(dev, encoder, funcs, encoder_type, name, ap); in drmm_encoder_init()
[all …]
A Ddrm_simple_kms_helper.c70 int encoder_type) in drm_simple_encoder_init() argument
74 encoder_type, NULL); in drm_simple_encoder_init()
79 size_t offset, int encoder_type) in __drmm_simple_encoder_alloc() argument
81 return __drmm_encoder_alloc(dev, size, offset, NULL, encoder_type, in __drmm_simple_encoder_alloc()
/drivers/gpu/drm/vc4/tests/
A Dvc4_mock.c12 unsigned int encoder_type; member
19 .encoder_type = _etype, \
130 mock_output->encoder_type, in __build_one_pipe()
/drivers/gpu/drm/tidss/
A Dtidss_encoder.c86 u32 encoder_type, u32 possible_crtcs) in tidss_encoder_create() argument
99 encoder_type); in tidss_encoder_create()
A Dtidss_encoder.h16 u32 encoder_type, u32 possible_crtcs);
/drivers/gpu/drm/vc4/
A Dvc4_txp.c520 .encoder_type = VC4_ENCODER_TYPE_TXP0,
534 .encoder_type = VC4_ENCODER_TYPE_TXP1,
547 .encoder_type = VC4_ENCODER_TYPE_TXP0,
591 txp->encoder.type = txp_data->encoder_type; in vc4_txp_bind()
A Dvc4_hdmi.h24 enum vc4_encoder_type encoder_type; member
A Dvc4_crtc.c554 enum vc4_encoder_type encoder_type; in vc4_crtc_disable_at_boot() local
587 encoder_type = pv_data->encoder_types[encoder_sel]; in vc4_crtc_disable_at_boot()
588 encoder = vc4_find_encoder_by_type(drm, encoder_type); in vc4_crtc_disable_at_boot()
1361 if (encoder->encoder_type == DRM_MODE_ENCODER_VIRTUAL) in vc4_set_crtc_possible_masks()
A Dvc4_hdmi.c3164 vc4_hdmi->encoder.type = variant->encoder_type; in vc4_hdmi_bind()
3286 .encoder_type = VC4_ENCODER_TYPE_HDMI0,
3306 .encoder_type = VC4_ENCODER_TYPE_HDMI0,
3335 .encoder_type = VC4_ENCODER_TYPE_HDMI1,
3364 .encoder_type = VC4_ENCODER_TYPE_HDMI0,
3391 .encoder_type = VC4_ENCODER_TYPE_HDMI1,
/drivers/gpu/drm/logicvc/
A Dlogicvc_interface.c147 int encoder_type = logicvc_interface_encoder_type(logicvc); in logicvc_interface_init() local
164 &logicvc_encoder_funcs, encoder_type, NULL); in logicvc_interface_init()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_connectors.c237 int encoder_type) in amdgpu_connector_find_encoder() argument
242 if (encoder->encoder_type == encoder_type) in amdgpu_connector_find_encoder()
1116 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC && in amdgpu_connector_dvi_detect()
1117 encoder->encoder_type != DRM_MODE_ENCODER_TVDAC) in amdgpu_connector_dvi_detect()
1138 encoder->encoder_type, lret); in amdgpu_connector_dvi_detect()
1169 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in amdgpu_connector_dvi_encoder()
1172 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC || in amdgpu_connector_dvi_encoder()
1173 encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in amdgpu_connector_dvi_encoder()
A Damdgpu_encoders.c77 amdgpu_connector->devices, encoder->encoder_type); in amdgpu_encoder_set_active_device()
/drivers/gpu/drm/sun4i/
A Dsun4i_tcon.c196 switch (encoder->encoder_type) { in sun4i_tcon_set_status()
716 switch (encoder->encoder_type) { in sun4i_tcon_mode_set()
1349 switch (encoder->encoder_type) { in sun4i_a10_tcon_set_mux()
1369 if (encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in sun5i_a13_tcon_set_mux()
1389 switch (encoder->encoder_type) { in sun6i_tcon_set_mux()
1431 encoder->encoder_type == DRM_MODE_ENCODER_TMDS) { in sun8i_r40_tcon_tv_set_mux()
/drivers/gpu/drm/imx/ipuv3/
A Dimx-tve.c493 int encoder_type; in imx_tve_bind() local
496 encoder_type = tve->mode == TVE_MODE_VGA ? in imx_tve_bind()
500 encoder_type); in imx_tve_bind()
A Dipuv3-crtc.c278 encoder_types |= BIT(encoder->encoder_type); in ipu_crtc_mode_set_nofb()
/drivers/gpu/drm/radeon/
A Dradeon_connectors.c246 static struct drm_encoder *radeon_find_encoder(struct drm_connector *connector, int encoder_type) in radeon_find_encoder() argument
251 if (encoder->encoder_type == encoder_type) in radeon_find_encoder()
1341 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC && in radeon_dvi_detect()
1342 encoder->encoder_type != DRM_MODE_ENCODER_TVDAC) in radeon_dvi_detect()
1362 DRM_DEBUG_KMS("load_detect %x returned: %x\n", encoder->encoder_type, lret); in radeon_dvi_detect()
1398 if (encoder && (encoder->encoder_type == DRM_MODE_ENCODER_TMDS)) { in radeon_dvi_detect()
1421 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in radeon_dvi_encoder()
1424 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC || in radeon_dvi_encoder()
1425 encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in radeon_dvi_encoder()
A Dradeon_legacy_crtc.c794 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC) in radeon_set_pll()
796 if (encoder->encoder_type == DRM_MODE_ENCODER_LVDS) { in radeon_set_pll()
A Dradeon_encoders.c244 radeon_connector->devices, encoder->encoder_type); in radeon_encoder_set_active_device()
/drivers/gpu/drm/nouveau/dispnv50/
A Ddisp.c618 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) in nv50_audio_component_get_eld()
716 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) { in nv50_audio_supported()
885 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) in nv50_real_outp()
1315 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_cleanup()
1344 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_prepare()
1356 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_prepare()
2135 if (outp->encoder->encoder_type != DRM_MODE_ENCODER_DPMST) { in nv50_disp_atomic_commit_core()
2527 if (outp->encoder->encoder_type == DRM_MODE_ENCODER_DPMST || in nv50_disp_outp_atomic_check_clr()
2681 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) in nv50_display_fini()
2778 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) in nv50_display_read_hw_state()
[all …]
/drivers/gpu/drm/nouveau/
A Dnouveau_connector.h173 return encoder->encoder_type == DRM_MODE_ENCODER_DPMST; in nouveau_connector_is_mst()
/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
A Ddml2_pmo_dcn3.c264 static bool is_dp_encoder(enum dml2_output_encoder_class encoder_type) in is_dp_encoder() argument
266 switch (encoder_type) { in is_dp_encoder()
/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_encoder.c1644 if (drm_enc->encoder_type == DRM_MODE_ENCODER_VIRTUAL && in _dpu_encoder_trigger_flush()
1688 if (phys->parent->encoder_type == DRM_MODE_ENCODER_VIRTUAL && in _dpu_encoder_trigger_start()
2109 if (drm_enc->encoder_type == DRM_MODE_ENCODER_VIRTUAL) { in dpu_encoder_is_valid_for_commit()
2598 int type = drm_enc->encoder_type; in dpu_encoder_get_clones()
2613 curr->encoder_type == DRM_MODE_ENCODER_DSI) || in dpu_encoder_get_clones()
2615 curr->encoder_type == DRM_MODE_ENCODER_VIRTUAL)) in dpu_encoder_get_clones()
/drivers/gpu/drm/amd/display/modules/hdcp/
A Dhdcp_psp.h120 enum ta_dtm_encoder_type encoder_type; member
/drivers/gpu/drm/gma500/
A Dpsb_intel_sdvo.c1994 encoder->encoder_type = DRM_MODE_ENCODER_TMDS; in psb_intel_sdvo_dvi_init()
2025 encoder->encoder_type = DRM_MODE_ENCODER_TVDAC; in psb_intel_sdvo_tv_init()
2065 encoder->encoder_type = DRM_MODE_ENCODER_DAC; in psb_intel_sdvo_analog_init()
2098 encoder->encoder_type = DRM_MODE_ENCODER_LVDS; in psb_intel_sdvo_lvds_init()
/drivers/gpu/drm/sti/
A Dsti_dvo.c428 if (encoder->encoder_type == DRM_MODE_ENCODER_LVDS) in sti_dvo_find_encoder()

Completed in 95 milliseconds

12