Re: [Intel-gfx] [PATCH v.2 02/12] DRM/I915: Add enum hpd_pin to intel_encoder.

2013-03-26 Thread Jesse Barnes
On Mon, 25 Feb 2013 12:06:49 -0500 Egbert Eich wrote: > To clean up hotplug support we add a new enum to intel_encoder: > enum hpd_pin. It allows the encoder to request a hpd line but leave > the details which IRQ is responsible on which chipset generation > to i915_irq.c. > This way requesting h

[Intel-gfx] [PATCH v.2 02/12] DRM/I915: Add enum hpd_pin to intel_encoder.

2013-02-25 Thread Egbert Eich
To clean up hotplug support we add a new enum to intel_encoder: enum hpd_pin. It allows the encoder to request a hpd line but leave the details which IRQ is responsible on which chipset generation to i915_irq.c. This way requesting hotplug support will become really simple on the encoder/connector