On Mon, 25 Feb 2013 12:06:49 -0500 Egbert Eich <[email protected]> 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 hotplug support will become really simple on > the encoder/connector level. > > Signed-off-by: Egbert Eich <[email protected]> > --- > drivers/gpu/drm/i915/i915_drv.h | 13 +++++++++++++ > drivers/gpu/drm/i915/intel_crt.c | 2 ++ > drivers/gpu/drm/i915/intel_dp.c | 4 ++++ > drivers/gpu/drm/i915/intel_drv.h | 1 + > drivers/gpu/drm/i915/intel_hdmi.c | 4 ++++ > drivers/gpu/drm/i915/intel_sdvo.c | 3 +++ > 6 files changed, 27 insertions(+), 0 deletions(-)
Even better than the last one I suppose... Reviewed-by: Jesse Barnes <[email protected]> -- Jesse Barnes, Intel Open Source Technology Center _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
