| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_encoder.c | 100 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 …]
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_encoder.h | 130 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__))
|
| H A D | drm_simple_kms_helper.h | 13 #define drmm_simple_encoder_alloc(dev, type, member, encoder_type) \ argument 15 offsetof(type, member), encoder_type))
|
| /openbsd-src/sys/dev/pci/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() 1127 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC && in amdgpu_connector_dvi_detect() 1128 encoder->encoder_type != DRM_MODE_ENCODER_TVDAC) in amdgpu_connector_dvi_detect() 1149 encoder->encoder_type, lret); in amdgpu_connector_dvi_detect() 1180 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in amdgpu_connector_dvi_encoder() 1183 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC || in amdgpu_connector_dvi_encoder() 1184 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()
|
| /openbsd-src/sys/dev/pci/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() 1353 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC && in radeon_dvi_detect() 1354 encoder->encoder_type != DRM_MODE_ENCODER_TVDAC) in radeon_dvi_detect() 1374 DRM_DEBUG_KMS("load_detect %x returned: %x\n", encoder->encoder_type, lret); in radeon_dvi_detect() 1410 if (encoder && (encoder->encoder_type == DRM_MODE_ENCODER_TMDS)) { in radeon_dvi_detect() 1433 if (encoder->encoder_type == DRM_MODE_ENCODER_TMDS) in radeon_dvi_encoder() 1436 if (encoder->encoder_type == DRM_MODE_ENCODER_DAC || in radeon_dvi_encoder() 1437 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 | 243 radeon_connector->devices, encoder->encoder_type); in radeon_encoder_set_active_device()
|
| H A D | atombios_crtc.c | 642 if (encoder->encoder_type != DRM_MODE_ENCODER_DAC) in atombios_adjust_pll() 644 if (encoder->encoder_type == DRM_MODE_ENCODER_LVDS) in atombios_adjust_pll()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/modules/hdcp/ |
| H A D | hdcp_psp.h | 120 enum ta_dtm_encoder_type encoder_type; member
|
| H A D | hdcp_psp.c | 201 dtm_cmd->dtm_in_message.topology_update_v3.encoder_type = TA_DTM_ENCODER_TYPE__DIG; in add_display_to_topology_v3()
|
| /openbsd-src/sys/dev/pci/drm/include/uapi/drm/ |
| H A D | drm_mode.h | 377 __u32 encoder_type; member
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_sdvo.c | 2798 encoder->encoder_type = DRM_MODE_ENCODER_TMDS; in intel_sdvo_dvi_init() 2833 encoder->encoder_type = DRM_MODE_ENCODER_TVDAC; in intel_sdvo_tv_init() 2873 encoder->encoder_type = DRM_MODE_ENCODER_DAC; in intel_sdvo_analog_init() 2903 encoder->encoder_type = DRM_MODE_ENCODER_LVDS; in intel_sdvo_lvds_init()
|