/linux/include/drm/ |
A D | drm_encoder.h | 130 int encoder_type; member 195 int encoder_type, const char *name, ...); 201 int encoder_type, 222 #define drmm_encoder_alloc(dev, type, member, funcs, encoder_type, name, ...) \ argument 225 encoder_type, name, ##__VA_ARGS__)) 240 #define drmm_plain_encoder_alloc(dev, funcs, encoder_type, name, ...) \ argument 243 0, funcs, encoder_type, name, ##__VA_ARGS__))
|
A D | drm_simple_kms_helper.h | 243 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/drivers/gpu/drm/ |
A D | drm_encoder.c | 99 int encoder_type, const char *name, va_list ap) in __drm_encoder_init() argument 112 encoder->encoder_type = encoder_type; in __drm_encoder_init() 118 drm_encoder_enum_list[encoder_type].name, in __drm_encoder_init() 161 int encoder_type, const char *name, ...) in drm_encoder_init() argument 169 ret = __drm_encoder_init(dev, encoder, funcs, encoder_type, name, ap); in drm_encoder_init() 217 int encoder_type, const char *name, ...) in __drmm_encoder_alloc() argument 234 ret = __drm_encoder_init(dev, encoder, funcs, encoder_type, name, ap); in __drmm_encoder_alloc() 300 enc_resp->encoder_type = encoder->encoder_type; in drm_mode_getencoder()
|
A D | drm_simple_kms_helper.c | 70 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()
|
/linux/drivers/gpu/drm/tidss/ |
A D | tidss_encoder.c | 73 u32 encoder_type, u32 possible_crtcs) in tidss_encoder_create() argument 85 encoder_type, NULL); in tidss_encoder_create()
|
A D | tidss_encoder.h | 15 u32 encoder_type, u32 possible_crtcs);
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_dvo.c | 430 int encoder_type = DRM_MODE_ENCODER_NONE; in intel_dvo_init() local 518 &intel_dvo_enc_funcs, encoder_type, in intel_dvo_init() 537 encoder_type = DRM_MODE_ENCODER_TMDS; in intel_dvo_init() 544 encoder_type = DRM_MODE_ENCODER_LVDS; in intel_dvo_init()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_connectors.c | 236 int encoder_type) in amdgpu_connector_find_encoder() argument 241 if (encoder->encoder_type == encoder_type) in amdgpu_connector_find_encoder() 1080 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC && in amdgpu_connector_dvi_detect() 1081 encoder->encoder_type != DRM_MODE_ENCODER_TVDAC) in amdgpu_connector_dvi_detect() 1101 DRM_DEBUG_KMS("load_detect %x returned: %x\n",encoder->encoder_type,lret); in amdgpu_connector_dvi_detect() 1132 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in amdgpu_connector_dvi_encoder() 1135 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC || in amdgpu_connector_dvi_encoder() 1136 encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in amdgpu_connector_dvi_encoder()
|
A D | amdgpu_encoders.c | 77 amdgpu_connector->devices, encoder->encoder_type); in amdgpu_encoder_set_active_device()
|
/linux/drivers/gpu/drm/sun4i/ |
A D | sun4i_tcon.c | 195 switch (encoder->encoder_type) { in sun4i_tcon_set_status() 709 switch (encoder->encoder_type) { in sun4i_tcon_mode_set() 1355 switch (encoder->encoder_type) { in sun4i_a10_tcon_set_mux() 1375 if (encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in sun5i_a13_tcon_set_mux() 1395 switch (encoder->encoder_type) { in sun6i_tcon_set_mux() 1437 encoder->encoder_type == DRM_MODE_ENCODER_TMDS) { in sun8i_r40_tcon_tv_set_mux()
|
/linux/drivers/gpu/drm/imx/ |
A D | imx-tve.c | 488 int encoder_type; in imx_tve_bind() local 491 encoder_type = tve->mode == TVE_MODE_VGA ? in imx_tve_bind() 495 encoder_type); in imx_tve_bind()
|
A D | ipuv3-crtc.c | 279 encoder_types |= BIT(encoder->encoder_type); in ipu_crtc_mode_set_nofb()
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_connectors.c | 268 static struct drm_encoder *radeon_find_encoder(struct drm_connector *connector, int encoder_type) in radeon_find_encoder() argument 273 if (encoder->encoder_type == encoder_type) in radeon_find_encoder() 1371 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC && in radeon_dvi_detect() 1372 encoder->encoder_type != DRM_MODE_ENCODER_TVDAC) in radeon_dvi_detect() 1392 DRM_DEBUG_KMS("load_detect %x returned: %x\n",encoder->encoder_type,lret); in radeon_dvi_detect() 1428 if (encoder && (encoder->encoder_type == DRM_MODE_ENCODER_TMDS)) { in radeon_dvi_detect() 1451 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in radeon_dvi_encoder() 1454 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC || in radeon_dvi_encoder() 1455 encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in radeon_dvi_encoder()
|
A D | radeon_legacy_crtc.c | 794 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 D | radeon_encoders.c | 232 radeon_connector->devices, encoder->encoder_type); in radeon_encoder_set_active_device()
|
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_hdmi.h | 37 enum vc4_encoder_type encoder_type; member
|
A D | vc4_crtc.c | 496 enum vc4_encoder_type encoder_type; in vc4_crtc_disable_at_boot() local 523 encoder_type = pv_data->encoder_types[encoder_sel]; in vc4_crtc_disable_at_boot() 524 encoder = vc4_crtc_get_encoder_by_type(crtc, encoder_type); in vc4_crtc_disable_at_boot() 1079 if (encoder->encoder_type == DRM_MODE_ENCODER_VIRTUAL) in vc4_set_crtc_possible_masks()
|
A D | vc4_hdmi.c | 2119 vc4_hdmi->encoder.base.type = variant->encoder_type; in vc4_hdmi_bind() 2274 .encoder_type = VC4_ENCODER_TYPE_HDMI0, 2294 .encoder_type = VC4_ENCODER_TYPE_HDMI0, 2322 .encoder_type = VC4_ENCODER_TYPE_HDMI1,
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_connector.h | 167 return encoder->encoder_type == DRM_MODE_ENCODER_DPMST; in nouveau_connector_is_mst()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
A D | disp.c | 635 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) in nv50_audio_component_get_eld() 943 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) in nv50_real_outp() 1398 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_cleanup() 1420 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_prepare() 2077 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) { in nv50_disp_atomic_commit_core() 2091 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) { in nv50_disp_atomic_commit_core() 2476 if (outp->encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_disp_outp_atomic_check_clr() 2635 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) in nv50_display_fini() 2654 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) { in nv50_display_init()
|
/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
A D | hdcp_psp.h | 111 enum ta_dtm_encoder_type encoder_type; member
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_encoder.c | 998 if (drm_enc->encoder_type == DRM_MODE_ENCODER_TMDS) in dpu_encoder_virt_mode_set() 1180 if (drm_enc->encoder_type == DRM_MODE_ENCODER_TMDS) { in dpu_encoder_virt_enable() 1221 if (drm_enc->encoder_type == DRM_MODE_ENCODER_TMDS) { in dpu_encoder_virt_disable() 1250 if (drm_enc->encoder_type == DRM_MODE_ENCODER_TMDS) { in dpu_encoder_virt_disable()
|
/linux/include/uapi/drm/ |
A D | drm_mode.h | 377 __u32 encoder_type; member
|
/linux/drivers/gpu/drm/gma500/ |
A D | psb_intel_sdvo.c | 1972 encoder->encoder_type = DRM_MODE_ENCODER_TMDS; in psb_intel_sdvo_dvi_init() 2003 encoder->encoder_type = DRM_MODE_ENCODER_TVDAC; in psb_intel_sdvo_tv_init() 2043 encoder->encoder_type = DRM_MODE_ENCODER_DAC; in psb_intel_sdvo_analog_init() 2076 encoder->encoder_type = DRM_MODE_ENCODER_LVDS; in psb_intel_sdvo_lvds_init()
|
/linux/drivers/gpu/drm/sti/ |
A D | sti_dvo.c | 426 if (encoder->encoder_type == DRM_MODE_ENCODER_LVDS) in sti_dvo_find_encoder()
|