Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/gpu/drm/
Ddrm_encoder.c100 int encoder_type, const char *name, va_list ap) in __drm_encoder_init() argument
113 encoder->encoder_type = encoder_type; in __drm_encoder_init()
119 drm_encoder_enum_list[encoder_type].name, in __drm_encoder_init()
162 int encoder_type, const char *name, ...) in drm_encoder_init() argument
170 ret = __drm_encoder_init(dev, encoder, funcs, encoder_type, name, ap); in drm_encoder_init()
220 int encoder_type, in __drmm_encoder_init() argument
229 ret = __drm_encoder_init(dev, encoder, funcs, encoder_type, name, args); in __drmm_encoder_init()
242 int encoder_type, const char *name, ...) in __drmm_encoder_alloc() argument
256 ret = __drmm_encoder_init(dev, encoder, funcs, encoder_type, name, ap); in __drmm_encoder_alloc()
285 int encoder_type, const char *name, ...) in drmm_encoder_init() argument
[all …]
Ddrm_simple_kms_helper.c69 int encoder_type) in drm_simple_encoder_init() argument
73 encoder_type, NULL); in drm_simple_encoder_init()
78 size_t offset, int encoder_type) in __drmm_simple_encoder_alloc() argument
80 return __drmm_encoder_alloc(dev, size, offset, NULL, encoder_type, in __drmm_simple_encoder_alloc()
/Linux-v6.1/include/drm/
Ddrm_encoder.h130 int encoder_type; member
195 int encoder_type, const char *name, ...);
201 int encoder_type, const char *name, ...);
207 int encoder_type,
228 #define drmm_encoder_alloc(dev, type, member, funcs, encoder_type, name, ...) \ argument
231 encoder_type, name, ##__VA_ARGS__))
246 #define drmm_plain_encoder_alloc(dev, funcs, encoder_type, name, ...) \ argument
249 0, funcs, encoder_type, name, ##__VA_ARGS__))
Ddrm_simple_kms_helper.h243 int encoder_type);
246 size_t offset, int encoder_type);
264 #define drmm_simple_encoder_alloc(dev, type, member, encoder_type) \ argument
267 encoder_type))
/Linux-v6.1/drivers/gpu/drm/tidss/
Dtidss_encoder.c73 u32 encoder_type, u32 possible_crtcs) in tidss_encoder_create() argument
85 encoder_type, NULL); in tidss_encoder_create()
Dtidss_encoder.h15 u32 encoder_type, u32 possible_crtcs);
/Linux-v6.1/drivers/gpu/drm/logicvc/
Dlogicvc_interface.c148 int encoder_type = logicvc_interface_encoder_type(logicvc); in logicvc_interface_init() local
165 &logicvc_encoder_funcs, encoder_type, NULL); in logicvc_interface_init()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dvo.c397 int encoder_type = DRM_MODE_ENCODER_NONE; in intel_dvo_init() local
485 &intel_dvo_enc_funcs, encoder_type, in intel_dvo_init()
504 encoder_type = DRM_MODE_ENCODER_TMDS; in intel_dvo_init()
511 encoder_type = DRM_MODE_ENCODER_LVDS; in intel_dvo_init()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_connectors.c236 int encoder_type) in amdgpu_connector_find_encoder() argument
241 if (encoder->encoder_type == encoder_type) in amdgpu_connector_find_encoder()
1088 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC && in amdgpu_connector_dvi_detect()
1089 encoder->encoder_type != DRM_MODE_ENCODER_TVDAC) in amdgpu_connector_dvi_detect()
1109 DRM_DEBUG_KMS("load_detect %x returned: %x\n",encoder->encoder_type,lret); in amdgpu_connector_dvi_detect()
1140 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in amdgpu_connector_dvi_encoder()
1143 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC || in amdgpu_connector_dvi_encoder()
1144 encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in amdgpu_connector_dvi_encoder()
Damdgpu_encoders.c77 amdgpu_connector->devices, encoder->encoder_type); in amdgpu_encoder_set_active_device()
/Linux-v6.1/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c196 switch (encoder->encoder_type) { in sun4i_tcon_set_status()
710 switch (encoder->encoder_type) { in sun4i_tcon_mode_set()
1356 switch (encoder->encoder_type) { in sun4i_a10_tcon_set_mux()
1376 if (encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in sun5i_a13_tcon_set_mux()
1396 switch (encoder->encoder_type) { in sun6i_tcon_set_mux()
1438 encoder->encoder_type == DRM_MODE_ENCODER_TMDS) { in sun8i_r40_tcon_tv_set_mux()
/Linux-v6.1/drivers/gpu/drm/imx/
Dimx-tve.c490 int encoder_type; in imx_tve_bind() local
493 encoder_type = tve->mode == TVE_MODE_VGA ? in imx_tve_bind()
497 encoder_type); in imx_tve_bind()
Dipuv3-crtc.c278 encoder_types |= BIT(encoder->encoder_type); in ipu_crtc_mode_set_nofb()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_connectors.c247 static struct drm_encoder *radeon_find_encoder(struct drm_connector *connector, int encoder_type) in radeon_find_encoder() argument
252 if (encoder->encoder_type == encoder_type) in radeon_find_encoder()
1354 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC && in radeon_dvi_detect()
1355 encoder->encoder_type != DRM_MODE_ENCODER_TVDAC) in radeon_dvi_detect()
1375 DRM_DEBUG_KMS("load_detect %x returned: %x\n",encoder->encoder_type,lret); in radeon_dvi_detect()
1411 if (encoder && (encoder->encoder_type == DRM_MODE_ENCODER_TMDS)) { in radeon_dvi_detect()
1434 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in radeon_dvi_encoder()
1437 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC || in radeon_dvi_encoder()
1438 encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in radeon_dvi_encoder()
Dradeon_encoders.c241 radeon_connector->devices, encoder->encoder_type); in radeon_encoder_set_active_device()
Dradeon_legacy_crtc.c795 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC) in radeon_set_pll()
797 if (encoder->encoder_type == DRM_MODE_ENCODER_LVDS) { in radeon_set_pll()
/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_hdmi.h24 enum vc4_encoder_type encoder_type; member
Dvc4_crtc.c509 enum vc4_encoder_type encoder_type; in vc4_crtc_disable_at_boot() local
538 encoder_type = pv_data->encoder_types[encoder_sel]; in vc4_crtc_disable_at_boot()
539 encoder = vc4_crtc_get_encoder_by_type(crtc, encoder_type); in vc4_crtc_disable_at_boot()
1267 if (encoder->encoder_type == DRM_MODE_ENCODER_VIRTUAL) in vc4_set_crtc_possible_masks()
/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_connector.h171 return encoder->encoder_type == DRM_MODE_ENCODER_DPMST; in nouveau_connector_is_mst()
/Linux-v6.1/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c630 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) in nv50_audio_component_get_eld()
942 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) in nv50_real_outp()
1363 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_cleanup()
1386 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_prepare()
1398 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_prepare()
2458 if (outp->encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_disp_outp_atomic_check_clr()
2614 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) in nv50_display_fini()
2632 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) { in nv50_display_init()
/Linux-v6.1/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.h120 enum ta_dtm_encoder_type encoder_type; member
/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_kms.c573 info.intf_type = encoder->encoder_type; in _dpu_kms_initialize_dsi()
636 info.intf_type = encoder->encoder_type; in _dpu_kms_initialize_displayport()
675 info.intf_type = encoder->encoder_type; in _dpu_kms_initialize_writeback()
/Linux-v6.1/include/uapi/drm/
Ddrm_mode.h377 __u32 encoder_type; member
/Linux-v6.1/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c1992 encoder->encoder_type = DRM_MODE_ENCODER_TMDS; in psb_intel_sdvo_dvi_init()
2023 encoder->encoder_type = DRM_MODE_ENCODER_TVDAC; in psb_intel_sdvo_tv_init()
2063 encoder->encoder_type = DRM_MODE_ENCODER_DAC; in psb_intel_sdvo_analog_init()
2096 encoder->encoder_type = DRM_MODE_ENCODER_LVDS; in psb_intel_sdvo_lvds_init()
/Linux-v6.1/drivers/gpu/drm/sti/
Dsti_dvo.c426 if (encoder->encoder_type == DRM_MODE_ENCODER_LVDS) in sti_dvo_find_encoder()

12