HomeSort by: relevance | last modified time | path
    Searched defs:other_encoder (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_encoders.c 134 struct drm_encoder *other_encoder; local in function:amdgpu_get_external_encoder
140 list_for_each_entry(other_encoder, &dev->mode_config.encoder_list, head) {
141 if (other_encoder == encoder)
143 other_amdgpu_encoder = to_amdgpu_encoder(other_encoder);
146 return other_encoder;
153 struct drm_encoder *other_encoder = amdgpu_get_external_encoder(encoder); local in function:amdgpu_encoder_get_dp_bridge_encoder_id
155 if (other_encoder) {
156 struct amdgpu_encoder *amdgpu_encoder = to_amdgpu_encoder(other_encoder);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_encoders.c 293 struct drm_encoder *other_encoder; local in function:radeon_get_external_encoder
299 list_for_each_entry(other_encoder, &dev->mode_config.encoder_list, head) {
300 if (other_encoder == encoder)
302 other_radeon_encoder = to_radeon_encoder(other_encoder);
305 return other_encoder;
312 struct drm_encoder *other_encoder = radeon_get_external_encoder(encoder); local in function:radeon_encoder_get_dp_bridge_encoder_id
314 if (other_encoder) {
315 struct radeon_encoder *radeon_encoder = to_radeon_encoder(other_encoder);
radeon_atombios_encoders.c 2563 struct drm_encoder *other_encoder; local in function:radeon_atom_encoder_disable
2566 list_for_each_entry(other_encoder, &dev->mode_config.encoder_list, head) {
2567 other_radeon_encoder = to_radeon_encoder(other_encoder);
2569 drm_helper_encoder_in_use(other_encoder))
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_ddi.c 3073 struct intel_encoder *other_encoder; local in function:icl_sanitize_encoder_pll_mapping
3080 for_each_intel_encoder(&dev_priv->drm, other_encoder) {
3081 if (other_encoder == encoder)
3084 if (WARN_ON(port_mask & BIT(other_encoder->port)))

Completed in 316 milliseconds