summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Extract GT powermanagement interrupt handlingAndi Shyti2019-08-121-168/+52
* drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula2019-08-071-1/+1
* drm/i915/irq: un-inline functions to avoid i915_drv.h includeJani Nikula2019-08-071-0/+19
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-1/+1
* drm/i915/ehl: Don't forget to handle port C's hotplug interruptsMatt Roper2019-08-011-6/+35
* drm/i915/tgl: handle DP aux interruptsLucas De Marchi2019-07-301-5/+11
* drm/i915/tgl: Update north display hotplug detection to TGL connectionsJosé Roberto de Souza2019-07-301-5/+46
* drm/i915/tgl: Add hpd interrupt handlingLucas De Marchi2019-07-301-11/+117
* drm/i915/uc: Unify uC platform checkDaniele Ceraolo Spurio2019-07-251-1/+1
* drm/i915: Add gen8_de_pipe_fault_mask()Ville Syrjälä2019-07-181-6/+9
* drm/i915/guc: prefer intel_gt in guc interrupt functionsDaniele Ceraolo Spurio2019-07-131-33/+40
* drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_ucDaniele Ceraolo Spurio2019-07-131-4/+2
* drm/i915/guc: unify guc irq handlingDaniele Ceraolo Spurio2019-07-131-15/+9
* drm/i915/guc: move guc irq functions to intel_guc parameterDaniele Ceraolo Spurio2019-07-131-14/+26
* drm/i915: Move dev_priv->pm_i{m, e}r into intel_gtTvrtko Ursulin2019-07-051-57/+64
* drm/i915: Remove some legacy mmio accessors from interrupt handlingTvrtko Ursulin2019-07-051-36/+39
* drm/i915: Rework some interrupt handling functions to take intel_gtTvrtko Ursulin2019-07-051-42/+46
* drm/i915: synchronize_irq() against the actual irqVille Syrjälä2019-07-031-5/+5
* drm/i915: Make i945gm_vblank_work_func staticChris Wilson2019-06-271-1/+1
* drm/i915: Initialize drm_driver vblank funcs at compile timeVille Syrjälä2019-06-261-7/+4
* drm/i915: Nuke drm_driver irq vfuncsVille Syrjälä2019-06-261-141/+148
OpenPOWER on IntegriCloud