mbox series

[0/3] Tiger Lake: interrupts

Message ID 20190725234813.27179-1-lucas.demarchi@intel.com (mailing list archive)
Headers show
Series Tiger Lake: interrupts | expand

Message

Lucas De Marchi July 25, 2019, 11:48 p.m. UTC
North and south interrupts. Updated version of the patches extracted
from https://patchwork.freedesktop.org/series/63670/

José Roberto de Souza (1):
  drm/i915/tgl: Update north display hotplug detection to TGL
    connections

Lucas De Marchi (2):
  drm/i915/tgl: Add hpd interrupt handling
  drm/i915/tgl: handle DP aux interrupts

 drivers/gpu/drm/i915/display/intel_hotplug.c |   6 +
 drivers/gpu/drm/i915/i915_drv.h              |   4 +
 drivers/gpu/drm/i915/i915_irq.c              | 195 +++++++++++++++++--
 drivers/gpu/drm/i915/i915_reg.h              |  43 +++-
 4 files changed, 224 insertions(+), 24 deletions(-)