/linux/drivers/gpu/drm/ |
H A D | drm_encoder.c | 104 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 233 ret = __drm_encoder_init(dev, encoder, funcs, encoder_type, name, args); in __drmm_encoder_init() 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 [all …]
|
H A D | drm_simple_kms_helper.c | 69 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/include/drm/ |
H A D | drm_encoder.h | 137 int encoder_type; member 209 int encoder_type, const char *name, ...); 215 int encoder_type, const char *name, ...); 221 int encoder_type, 242 #define drmm_encoder_alloc(dev, type, member, funcs, encoder_type, name, ...) \ argument 245 encoder_type, name, ##__VA_ARGS__)) 260 #define drmm_plain_encoder_alloc(dev, funcs, encoder_type, name, ...) \ argument 263 0, funcs, encoder_type, name, ##__VA_ARGS__))
|
H A D | drm_simple_kms_helper.h | 263 int encoder_type); 266 size_t offset, int encoder_type); 284 #define drmm_simple_encoder_alloc(dev, type, member, encoder_type) \ argument 287 encoder_type))
|
/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_mock.c | 12 unsigned int encoder_type; member 19 .encoder_type = _etype, \ 130 mock_output->encoder_type, in __build_one_pipe()
|
/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_encoder.c | 85 u32 encoder_type, u32 possible_crtcs) in tidss_encoder_create() argument 93 encoder, encoder_type); in tidss_encoder_create()
|
H A D | tidss_encoder.h | 16 u32 encoder_type, u32 possible_crtcs);
|
/linux/drivers/gpu/drm/logicvc/ |
H A D | logicvc_interface.c | 147 int encoder_type = logicvc_interface_encoder_type(logicvc); in logicvc_interface_init() local 164 &logicvc_encoder_funcs, encoder_type, NULL); in logicvc_interface_init()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_connectors.c | 237 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()
|
H A D | amdgpu_encoders.c | 77 amdgpu_connector->devices, encoder->encoder_type); in amdgpu_encoder_set_active_device()
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.c | 196 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()
|
/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | imx-tve.c | 487 int encoder_type; in imx_tve_bind() local 490 encoder_type = tve->mode == TVE_MODE_VGA ? in imx_tve_bind() 494 encoder_type); in imx_tve_bind()
|
H A D | ipuv3-crtc.c | 278 encoder_types |= BIT(encoder->encoder_type); in ipu_crtc_mode_set_nofb()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_connectors.c | 246 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() 1351 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC && in radeon_dvi_detect() 1352 encoder->encoder_type != DRM_MODE_ENCODER_TVDAC) in radeon_dvi_detect() 1372 DRM_DEBUG_KMS("load_detect %x returned: %x\n", encoder->encoder_type, lret); in radeon_dvi_detect() 1408 if (encoder && (encoder->encoder_type == DRM_MODE_ENCODER_TMDS)) { in radeon_dvi_detect() 1431 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in radeon_dvi_encoder() 1434 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC || in radeon_dvi_encoder() 1435 encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) in radeon_dvi_encoder()
|
H 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()
|
H A D | radeon_encoders.c | 244 radeon_connector->devices, encoder->encoder_type); in radeon_encoder_set_active_device()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.h | 23 enum vc4_encoder_type encoder_type; member
|
H A D | vc4_crtc.c | 521 enum vc4_encoder_type encoder_type; in vc4_crtc_disable_at_boot() local 550 encoder_type = pv_data->encoder_types[encoder_sel]; in vc4_crtc_disable_at_boot() 551 encoder = vc4_find_encoder_by_type(drm, encoder_type); in vc4_crtc_disable_at_boot() 1284 if (encoder->encoder_type == DRM_MODE_ENCODER_VIRTUAL) in vc4_set_crtc_possible_masks()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.h | 173 return encoder->encoder_type == DRM_MODE_ENCODER_DPMST; in nouveau_connector_is_mst()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 608 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) in nv50_audio_component_get_eld() 706 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) { in nv50_audio_supported() 877 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) in nv50_real_outp() 1308 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_cleanup() 1337 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_prepare() 1349 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) { in nv50_mstm_prepare() 2128 if (outp->encoder->encoder_type != DRM_MODE_ENCODER_DPMST) { in nv50_disp_atomic_commit_core() 2520 if (outp->encoder->encoder_type == DRM_MODE_ENCODER_DPMST || in nv50_disp_outp_atomic_check_clr() 2674 if (encoder->encoder_type != DRM_MODE_ENCODER_DPMST) in nv50_display_fini() 2771 if (encoder->encoder_type == DRM_MODE_ENCODER_DPMST) in nv50_display_read_hw_state() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/ |
H A D | dml2_pmo_dcn3.c | 264 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()
|
/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_psp.h | 120 enum ta_dtm_encoder_type encoder_type; member
|
/linux/include/uapi/drm/ |
H A D | drm_mode.h | 377 __u32 encoder_type; member
|
/linux/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 1994 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()
|
/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_kms.c | 109 switch (encoder->encoder_type) { in mdp4_round_pixclk()
|