Searched refs:I915_MAX_PORTS (Results 1 – 7 of 7) sorted by relevance
45 struct intel_dsi_host *dsi_hosts[I915_MAX_PORTS];46 intel_wakeref_t io_wakeref[I915_MAX_PORTS];
100 I915_MAX_PORTS enumerator
209 struct intel_bios_encoder_data *ports[I915_MAX_PORTS]; /* Non-NULL if port present. */
248 for ((__port) = PORT_A; (__port) < I915_MAX_PORTS; (__port)++)
1295 BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS); in i915_audio_component_bind()
128 struct intel_vgpu_port ports[I915_MAX_PORTS];
1154 (((port) >= PORT_A) && ((port) < I915_MAX_PORTS))
Completed in 20 milliseconds