summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-1/+1
* drm/i915: Check waiter->seqno carefully in case of preemptionChris Wilson2017-09-221-2/+5
* drm/i915: Only wake the waiter from the interrupt if passedChris Wilson2017-09-221-5/+10
* drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlugRodrigo Vivi2017-09-191-1/+9
* drm/i915: Remove duplicated irq_preinstall/uninstall hooksVille Syrjälä2017-09-151-100/+17
* drm/i915: Clean up the HWSTAM messVille Syrjälä2017-09-151-7/+8
* drm/i915: Remove unused 'in_vbl' from i915_get_crtc_scanoutpos()Chris Wilson2017-09-151-3/+0
* drm/i915: Gen3 HWSTAM is actually 32 bitsVille Syrjälä2017-09-141-2/+2
* drm/i915: Rewrite GMCH irq handlers to avoid loopsVille Syrjälä2017-09-141-92/+51
* drm/i915: Extract PIPESTAT irq handling into separate functionsVille Syrjälä2017-09-141-122/+93
* drm/i915: Remove NULL dev_priv checks from irq_uninstallVille Syrjälä2017-09-141-19/+0
* drm/i915: Unify the appearance of gen3/4 irq_postistall hooksVille Syrjälä2017-09-141-11/+17
* drm/i915: Eliminate PORT_HOTPLUG_EN setup from gen3/4 irq_postinstallVille Syrjälä2017-09-141-6/+0
* drm/i915: Setup EMR first on all gen2-4Ville Syrjälä2017-09-141-18/+19
* drm/i915: Introduce GEN2_IRQ_RESET/INITVille Syrjälä2017-09-141-12/+42
* drm/i915: Use GEN3_IRQ_RESET/INIT on gen3/4Ville Syrjälä2017-09-141-18/+6
* drm/i915: s/GEN5/GEN3/Ville Syrjälä2017-09-141-22/+22
* drm/i915: Clear pipestat consistentlyVille Syrjälä2017-09-141-37/+30
* drm/i915: Don't enable/unmask flip interruptsVille Syrjälä2017-09-141-26/+8
* drm/i915/spt+: Don't reset invalid AUX channel interrupt bits in SDEIMRDhinakaran Pandiyan2017-09-121-1/+3
* drm/i915: Make some RPS functions staticOscar Mateo2017-08-241-4/+4
* drm/i915: More surgically unbreak the modeset vs reset deadlockDaniel Vetter2017-08-141-1/+1
* drm/i915: Simplify hpd pin to portRodrigo Vivi2017-08-111-1/+2
* drm/i915: Remove unused i915_err_print_instdoneTvrtko Ursulin2017-07-281-26/+0
* drm/i915: Squelch reset messages during selftestsChris Wilson2017-07-271-2/+2
* drm/i915/hsw, bdw: Add irq_pipe_mask, has_vga power well attributesImre Deak2017-07-271-2/+2
* Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter2017-07-271-1/+1
|\
| * Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-07-261-47/+112
| |\
| * \ Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-271-15/+34
| |\ \
| * | | drm/vblank: Consistent drm_crtc_ prefixDaniel Vetter2017-06-201-1/+1
* | | | drm/i915: Rip out legacy page_flip completion/irq handlingDaniel Vetter2017-07-201-129/+22
* | | | drm/i915: s/INTEL_INFO(dev_priv)->gen/INTEL_GEN(dev_priv) in i915_irqPandiyan, Dhinakaran2017-07-201-12/+12
* | | | drm/i915: Consistently use enum pipe for PCH transcodersMatthias Kaehlcke2017-07-181-5/+5
| |_|/ |/| |
* | | drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson2017-06-281-15/+3
* | | drm/i915: Break modeset deadlocks on resetChris Wilson2017-06-231-20/+60
* | | drm/i915: Modify error handler for per engine hang recoveryMichel Thierry2017-06-201-0/+38
* | | drm/i915: Wait for concurrent global resets to completeChris Wilson2017-06-201-12/+11
| |/ |/|
* | drm/i915/cnp: Introduce Cannonpoint PCH.Rodrigo Vivi2017-06-021-2/+4
* | Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-13/+30
|\ \ | |/ |/|
| * drm/i915: Don't force serialisation on marking up execlists irq postedChris Wilson2017-05-171-1/+1
| * drm/i915: Stop inlining the execlists IRQ handlerChris Wilson2017-05-171-1/+1
| * drm/i915: Don't mark an execlists context-switch when idleChris Wilson2017-05-171-2/+4
| * drm/i915: Stop pretending to mask/unmask LPE audio interruptsVille Syrjälä2017-05-031-9/+6
| * drm/i915: Do not leak dev_priv->l3_parity.remap_info[]Joonas Lahtinen2017-05-021-1/+19
| * drm/i915: Fix system hang with EI UP masked on HaswellMika Kuoppala2017-04-181-2/+2
* | drm/vblank: Lock down vblank->hwmode moreDaniel Vetter2017-05-101-4/+6
* | drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter2017-05-101-45/+7
* | drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter2017-05-101-2/+2
* | drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter2017-05-101-4/+4
* | drm/i915: Fix system hang with EI UP masked on HaswellMika Kuoppala2017-04-261-2/+2
|/
OpenPOWER on IntegriCloud