aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/i915_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-28drm/i915: Use proper fault mask in interrupt postinstall tooMatt Roper1-4/+2
2020-03-19Merge tag 'drm-intel-next-2020-03-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-11/+20
2020-03-02drm/i915/crc: move pipe_crc from drm_i915_private to intel_crtcJani Nikula1-1/+1
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula1-1/+0
2020-02-27Merge tag 'drm-intel-next-2020-02-25' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-108/+128
2020-02-26drm/i915: Remove (pipe == crtc->index) assumptionAnshuman Gupta1-7/+15
2020-02-26drm/i915: Iterate over pipes and skip the disabled oneAnshuman Gupta1-2/+4
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-9/+9
2020-02-13drm: Remove legacy version of get_scanout_position()Thomas Zimmermann1-1/+1
2020-02-13drm/i915: Convert to CRTC VBLANK callbacksThomas Zimmermann1-5/+15
2020-02-04drm/i915: Sprinkle missing commasVille Syrjälä1-9/+9
2020-02-04drm/i915: conversion to drm_device logging macros when drm_i915_private is present.Wambui Karuga1-39/+53
2020-01-28drm/i915/gt: Reorganise gen8+ interrupt handlerChris Wilson1-10/+4
2020-01-27drm/i915/irq: use intel de functions for forcewake register accessJani Nikula1-11/+16
2020-01-22drm/i915: Make WARN* drm specific where uncore or stream ptr is availablePankaj Bharadiya1-4/+6
2020-01-22drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-35/+40
2019-12-28drm/i915: prefer 3-letter acronym for ivybridgeLucas De Marchi1-3/+3
2019-12-28drm/i915: prefer 3-letter acronym for ironlakeLucas De Marchi1-6/+6
2019-12-18drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson1-4/+4
2019-12-03drm/i915/irq: Refactor gen11 display interrupt handlingMatt Roper1-22/+35
2019-12-02drm/i915: Program SHPD_FILTER_CNT on CNP+Matt Roper1-0/+5
2019-11-26drm/i915: Disable display interrupts during display IRQ handlerClint Taylor1-0/+4
2019-10-28drm/i915/tgl: Handle AUX interrupts for TC portsMatt Roper1-2/+8
2019-10-26drm/i915: Extract the GuC interrupt handlersAndi Shyti1-93/+0
2019-10-26drm/i915: Extract GT render power state managementAndi Shyti1-355/+4
2019-10-25drm/i915: split gen11_irq_handler to make it shareableLucas De Marchi1-5/+14
2019-10-24drm/i915: Catch GTT fault errors for gen11+ planesMatt Roper1-1/+3
2019-10-18drm/i915: Restore full symmetry in i915_driver_modeset_probe/removeJanusz Krzysztofik1-4/+4
2019-10-18drm/i915: Correct the PCH type in irq postinstallVivek Kasireddy1-1/+4
2019-10-16drm/i915: Introduce Jasper Lake PCHMatt Roper1-1/+23
2019-10-16drm/i915/ehl: Don't forget to set TC long detect functionMatt Roper1-0/+1
2019-10-14drm/i915/ehl: Port C's hotplug interrupt is associated with TC1 bitsVivek Kasireddy1-4/+4
2019-10-07drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson1-3/+3
2019-10-04drm/i915: Implement a better i945gm vblank irq vs. C-states workaroundVille Syrjälä1-67/+12
2019-09-19drm/i915: Unify ICP and MCC hotplug pin tablesMatt Roper1-8/+2
2019-09-04drm/i915/tgl: Access the right register when handling PSR interruptionsJosé Roberto de Souza1-6/+45
2019-08-30drm/i915: unify icp, tgp and mcc irq setupLucas De Marchi1-29/+21
2019-08-30drm/i915: parameterize SDE hotplug registersLucas De Marchi1-18/+18
2019-08-30drm/i915: unify icp, tgp and mcc irq handlingLucas De Marchi1-49/+16
2019-08-30drm/i915: parameterize south hpd macrosLucas De Marchi1-18/+4
2019-08-23drm/i915: Use enum pipe consistentlyVille Syrjälä1-5/+6
2019-08-23drm/i915: Unconfuse pipe vs. crtc->index in i915_get_crtc_scanoutpos()Ville Syrjälä1-4/+4
2019-08-22drm/i915: Do not unmask PSR interruption in IRQ postinstallJosé Roberto de Souza1-2/+0
2019-08-13drm/i915/bdw+: Move misc display IRQ handling to it own functionJosé Roberto de Souza1-20/+25
2019-08-12drm/i915: Extract general GT interrupt handlersAndi Shyti1-542/+35
2019-08-12drm/i915: Extract GT powermanagement interrupt handlingAndi Shyti1-168/+52
2019-08-07drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula1-1/+1
2019-08-07drm/i915/irq: un-inline functions to avoid i915_drv.h includeJani Nikula1-0/+19
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson1-1/+1
2019-08-01drm/i915/ehl: Don't forget to handle port C's hotplug interruptsMatt Roper1-6/+35