summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-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-241-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
* drm/i915/ehl: Don't forget to set TC long detect functionMatt Roper2019-10-161-0/+1
* drm/i915/ehl: Port C's hotplug interrupt is associated with TC1 bitsVivek Kasireddy2019-10-141-4/+4
* drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson2019-10-071-3/+3
* drm/i915: Implement a better i945gm vblank irq vs. C-states workaroundVille Syrjälä2019-10-041-67/+12
* drm/i915: Unify ICP and MCC hotplug pin tablesMatt Roper2019-09-191-8/+2
* drm/i915/tgl: Access the right register when handling PSR interruptionsJosé Roberto de Souza2019-09-041-6/+45
* drm/i915: unify icp, tgp and mcc irq setupLucas De Marchi2019-08-301-29/+21
* drm/i915: parameterize SDE hotplug registersLucas De Marchi2019-08-301-18/+18
* drm/i915: unify icp, tgp and mcc irq handlingLucas De Marchi2019-08-301-49/+16
* drm/i915: parameterize south hpd macrosLucas De Marchi2019-08-301-18/+4
* drm/i915: Use enum pipe consistentlyVille Syrjälä2019-08-231-5/+6
* drm/i915: Unconfuse pipe vs. crtc->index in i915_get_crtc_scanoutpos()Ville Syrjälä2019-08-231-4/+4
* drm/i915: Do not unmask PSR interruption in IRQ postinstallJosé Roberto de Souza2019-08-221-2/+0
* drm/i915/bdw+: Move misc display IRQ handling to it own functionJosé Roberto de Souza2019-08-131-20/+25
* drm/i915: Extract general GT interrupt handlersAndi Shyti2019-08-121-542/+35