summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Introduce intel_hpd_hotplug_irqs()Ville Syrjälä2020-09-151-27/+23
* drm/i915: Introduce HPD_PORT_TC<n>Ville Syrjälä2020-09-151-91/+30
* drm/i915: Split icp_hpd_detection_setup() into ddi vs. tc partsVille Syrjälä2020-09-151-21/+27
* drm/i915: Configure GEN11_{TBT,TC}_HOTPLUG_CTL for ports TC5/6Ville Syrjälä2020-09-151-2/+6
* drm/i915: Nuke the redundant TC/TBT HPD bit definesVille Syrjälä2020-09-151-10/+10
* drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson2020-09-071-0/+1
* drm/i915/dg1: Remove SHPD_FILTER_CNT register programmingAnusha Srivatsa2020-07-141-1/+2
* drm/i915/dg1: add support for the master unit interruptLucas De Marchi2020-07-141-3/+53
* drm/i915: Extend Wa_14010685332 to all ICP+ PCH'sMatt Roper2020-06-261-4/+2
* drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionImre Deak2020-06-151-0/+1
* drm/i915/rkl: Don't try to access transcoder DMatt Roper2020-06-041-2/+6
* drm/i915: Trim the ironlake+ irq handlerChris Wilson2020-06-011-28/+29
* drm/i915: Stop using mode->private_flagsVille Syrjälä2020-05-291-2/+2
* drm/i915/ehl: Extend w/a 14010685332 to JSP/MCCSwathi Dhanavanthri2020-05-221-2/+4
* drm/i915/rkl: Limit number of universal planes to 5Matt Roper2020-05-201-1/+3
* drm/i915: Stash hpd status bits under dev_privVille Syrjälä2020-05-111-89/+114
* drm/i915/icp: Add Wa_14010685332Matt Roper2020-05-051-0/+8
* drm/i915/tgl+: Fix interrupt handling for DP AUX transactionsImre Deak2020-05-051-13/+3
* drm/i915: Use proper fault mask in interrupt postinstall tooMatt Roper2020-04-271-4/+2
* Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2020-04-161-5/+15
|\
| * Merge tag 'drm-intel-next-2020-03-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-03-191-11/+20
| |\
| * \ Merge tag 'drm-intel-next-2020-02-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-02-271-108/+128
| |\ \
| * \ \ Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-171-9/+9
| |\ \ \
| * | | | drm: Remove legacy version of get_scanout_position()Thomas Zimmermann2020-02-131-1/+1
| * | | | drm/i915: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-5/+15
* | | | | drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson2020-03-261-4/+4
| |_|_|/ |/| | |
* | | | drm/i915/crc: move pipe_crc from drm_i915_private to intel_crtcJani Nikula2020-03-021-1/+1
* | | | drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula2020-02-271-1/+0
* | | | drm/i915: Remove (pipe == crtc->index) assumptionAnshuman Gupta2020-02-261-7/+15
* | | | drm/i915: Iterate over pipes and skip the disabled oneAnshuman Gupta2020-02-261-2/+4
| |_|/ |/| |
* | | drm/i915: Sprinkle missing commasVille Syrjälä2020-02-041-9/+9
* | | drm/i915: conversion to drm_device logging macros when drm_i915_private is pr...Wambui Karuga2020-02-041-39/+53
* | | drm/i915/gt: Reorganise gen8+ interrupt handlerChris Wilson2020-01-281-10/+4
* | | drm/i915/irq: use intel de functions for forcewake register accessJani Nikula2020-01-271-11/+16
* | | drm/i915: Make WARN* drm specific where uncore or stream ptr is availablePankaj Bharadiya2020-01-221-4/+6
* | | drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-01-221-35/+40
| |/ |/|
* | drm/i915: prefer 3-letter acronym for ivybridgeLucas De Marchi2019-12-281-3/+3
* | drm/i915: prefer 3-letter acronym for ironlakeLucas De Marchi2019-12-281-6/+6
|/
* drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson2019-12-181-4/+4
* drm/i915/irq: Refactor gen11 display interrupt handlingMatt Roper2019-12-031-22/+35
* drm/i915: Program SHPD_FILTER_CNT on CNP+Matt Roper2019-12-021-0/+5
* drm/i915: Disable display interrupts during display IRQ handlerClint Taylor2019-11-271-0/+4
* drm/i915/tgl: Handle AUX interrupts for TC portsMatt Roper2019-10-281-2/+8
* drm/i915: Extract the GuC interrupt handlersAndi Shyti2019-10-261-93/+0
* drm/i915: Extract GT render power state managementAndi Shyti2019-10-261-355/+4
* drm/i915: split gen11_irq_handler to make it shareableLucas De Marchi2019-10-251-5/+14
* drm/i915: Catch GTT fault errors for gen11+ planesMatt Roper2019-10-251-1/+3
* drm/i915: Restore full symmetry in i915_driver_modeset_probe/removeJanusz Krzysztofik2019-10-181-4/+4
* drm/i915: Correct the PCH type in irq postinstallVivek Kasireddy2019-10-181-1/+4
* drm/i915: Introduce Jasper Lake PCHMatt Roper2019-10-161-1/+23