summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+34
2020-12-18Revert "drm/i915: re-order if/else ladder for hpd_irq_setup"Chris Wilson1-12/+15
2020-12-15drm/i915/pmu: Replace open coded kstat_irqs() copyThomas Gleixner1-0/+34
2020-11-17drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platformsBob Paauwe1-2/+4
2020-11-11drm/i915: Do not setup hpd without displayLucas De Marchi1-0/+3
2020-11-11drm/i915: move display-related to the end of intel_irq_init()Lucas De Marchi1-4/+4
2020-11-11drm/i915: re-order if/else ladder for hpd_irq_setupLucas De Marchi1-15/+12
2020-10-30drm/i915: Get rid of ibx_irq_pre_postinstall()Ville Syrjälä1-27/+15
2020-10-30drm/i915: Use GEN3_IRQ_INIT() to init south interrupts in icp+Ville Syrjälä1-6/+2
2020-10-30drm/i915: Enable hpd logic only for ports that are presentVille Syrjälä1-96/+206
2020-10-30drm/i915: Remove per-platform IIR HPD maskingVille Syrjälä1-22/+2
2020-10-30drm/i915: Rename 'tmp_mask'Ville Syrjälä1-10/+12
2020-10-30drm/i915: Don't enable hpd detection logic from irq_postinstall()Ville Syrjälä1-37/+3
2020-10-30drm/i915: Split gen11_hpd_detection_setup() into tc vs. tbt variantsVille Syrjälä1-3/+10
2020-10-30drm/i915: Relocate intel_hpd_{enabled,hotplug}_irqs()Ville Syrjälä1-25/+25
2020-10-30drm/i915: s/tc_port/hpd_pin/ in icp+ TC hotplug bitsVille Syrjälä1-15/+15
2020-10-30drm/i915: s/tc_port/hpd_pin/ in GEN11_{TC,TBT}_HOTPLUG()Ville Syrjälä1-24/+24
2020-10-30drm/i915: s/port/hpd_pin/ for icp+ ddi hpd bitsVille Syrjälä1-11/+11
2020-10-30drm/i915: Introduce GEN8_DE_PORT_HOTPLUG()Ville Syrjälä1-9/+9
2020-10-30drm/i915: Parametrize BXT_DE_PORT_HP_DDI with hpd_pinVille Syrjälä1-6/+6
2020-10-30drm/i915: s/PORT_TC/TC_PORT_/Ville Syrjälä1-39/+39
2020-10-23drm/i915/dg1: invert HPD pinsClinton A Taylor1-0/+9
2020-10-23drm/i915/dg1: add hpd interrupt handlingLucas De Marchi1-6/+31
2020-10-22drm/i915: Reset the interrupt mask on disabling interruptsChris Wilson1-5/+7
2020-10-21drm/i915: Clean up the irq enable/disable for ilk rpsVille Syrjälä1-12/+4
2020-10-21drm/i915: Do gen5_gt_irq_postinstall() before enabling the master interruptVille Syrjälä1-2/+2
2020-09-28drm/i915/dsi: Enable software vblank counterVandita Kulkarni1-0/+4
2020-09-28drm/i915/dsi: Add TE handler for dsi cmd mode.Vandita Kulkarni1-0/+65
2020-09-28i915/dsi: Configure TE interrupt for cmd modeVandita Kulkarni1-2/+48
2020-09-28drm/i915: Add enable/disable flip done and flip done handlerKarthik B S1-0/+52
2020-09-15drm/i915: Introduce intel_hpd_hotplug_irqs()Ville Syrjälä1-27/+23
2020-09-15drm/i915: Introduce HPD_PORT_TC<n>Ville Syrjälä1-91/+30
2020-09-15drm/i915: Split icp_hpd_detection_setup() into ddi vs. tc partsVille Syrjälä1-21/+27
2020-09-15drm/i915: Configure GEN11_{TBT,TC}_HOTPLUG_CTL for ports TC5/6Ville Syrjälä1-2/+6
2020-09-15drm/i915: Nuke the redundant TC/TBT HPD bit definesVille Syrjälä1-10/+10
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson1-0/+1
2020-07-14drm/i915/dg1: Remove SHPD_FILTER_CNT register programmingAnusha Srivatsa1-1/+2
2020-07-14drm/i915/dg1: add support for the master unit interruptLucas De Marchi1-3/+53
2020-06-25drm/i915: Extend Wa_14010685332 to all ICP+ PCH'sMatt Roper1-4/+2
2020-06-15drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionImre Deak1-0/+1
2020-06-04drm/i915/rkl: Don't try to access transcoder DMatt Roper1-2/+6
2020-06-01drm/i915: Trim the ironlake+ irq handlerChris Wilson1-28/+29
2020-05-29drm/i915: Stop using mode->private_flagsVille Syrjälä1-2/+2
2020-05-21drm/i915/ehl: Extend w/a 14010685332 to JSP/MCCSwathi Dhanavanthri1-2/+4
2020-05-20drm/i915/rkl: Limit number of universal planes to 5Matt Roper1-1/+3
2020-05-11drm/i915: Stash hpd status bits under dev_privVille Syrjälä1-89/+114
2020-05-05drm/i915/icp: Add Wa_14010685332Matt Roper1-0/+8
2020-05-05drm/i915/tgl+: Fix interrupt handling for DP AUX transactionsImre Deak1-13/+3
2020-04-27drm/i915: Use proper fault mask in interrupt postinstall tooMatt Roper1-4/+2
2020-04-16Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen1-5/+15