Searched refs:other_encoder (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_encoders.c134 struct drm_encoder *other_encoder; local
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
155 if (other_encoder) {
156 struct amdgpu_encoder *amdgpu_encoder = to_amdgpu_encoder(other_encoder);
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_encoders.c293 struct drm_encoder *other_encoder; local
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
314 if (other_encoder) {
315 struct radeon_encoder *radeon_encoder = to_radeon_encoder(other_encoder);
H A Dradeon_atombios_encoders.c2563 struct drm_encoder *other_encoder; local
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))
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_ddi.c3073 struct intel_encoder *other_encoder; local
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 145 milliseconds