aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17drm/i915/ehl: Introduce Mule Creek Canyon PCHMatt Roper1-5/+14
2019-06-17drm/i915: move modesetting core code under display/Jani Nikula1-4/+5
2019-06-14drm/i915: make enable/disable rpm assert function use the rpm structureDaniele Ceraolo Spurio1-16/+16
2019-06-14drm/i915: Remove rpm asserts that use i915Daniele Ceraolo Spurio1-3/+3
2019-06-12drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin1-17/+23
2019-06-12drm/i915: Remove I915_POSTING_READ_FWTvrtko Ursulin1-1/+1
2019-06-10drm/i915: move pm related declarations to intel_pm.hJani Nikula1-0/+1
2019-05-28drm/i915/guc: Correctly handle GuC interrupts on Gen11Oscar Mateo1-1/+52
2019-05-28drm/i915/guc: Create vfuncs for the GuC interrupts control functionsOscar Mateo1-3/+3
2019-05-03drm/i915: extract intel_lpe_audio.h from i915_drv.hJani Nikula1-0/+1
2019-04-30drm/i915: extract intel_hotplug.h from intel_drv.h and i915_drv.hJani Nikula1-0/+1
2019-04-30drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.hJani Nikula1-0/+1
2019-04-30drm/i915: extract intel_fifo_underrun.h from intel_drv.hJani Nikula1-0/+1
2019-04-26drm/i915: Replace pcu_lock with sb_lockChris Wilson1-2/+2
2019-04-16drm/i915: fully convert the IRQ initialization macros to intel_uncorePaulo Zanoni1-56/+88
2019-04-16drm/i915: convert the IRQ initialization functions to intel_uncorePaulo Zanoni1-49/+48
2019-04-16drm/i915: add GEN2_ prefix to the I{E, I, M, S}R registersPaulo Zanoni1-26/+26
2019-04-16drm/i915: don't specify the IRQ register in the gen2 macrosPaulo Zanoni1-32/+25
2019-04-16drm/i915: refactor the IRQ init/reset macrosPaulo Zanoni1-50/+86
2019-04-11drm/i915: Use Engine1 instance for gen11 pm interruptsMika Kuoppala1-18/+38
2019-04-10drm/i915/icl: Don't warn on spurious interruptsMika Kuoppala1-7/+1
2019-04-10drm/i915/icl: Handle rps interrupts without irq lockMika Kuoppala1-1/+20
2019-04-08drm/i915: extract intel_psr.h from intel_drv.hJani Nikula1-4/+7
2019-04-03drm/i915: Move the decision to use the breadcrumb tasklet to the backendChris Wilson1-1/+1
2019-03-25drm/i915: Use vblank_disable_immediate on gen2Ville Syrjälä1-7/+1
2019-03-25drm/i915: Disable C3 when enabling vblank interrupts on i945gmVille Syrjälä1-0/+88
2019-03-20drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio1-11/+11
2019-03-20drm/i915: Introduce i915_has_asle()Ville Syrjälä1-1/+9
2019-03-14drm/i915: Also use new comparative stuff for more ICP+ stuffRodrigo Vivi1-4/+4
2019-03-13drm/i915: Start using comparative INTEL_PCH_TYPERodrigo Vivi1-5/+2
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-31/+34
2019-03-05drm/i915: Just check the vebox IIR regardlessChris Wilson1-6/+4
2019-03-01drm/i915: extract AUX mask assignment to separate functionLucas De Marchi1-14/+20
2019-02-20drm/i915: Reduce the RPS shockChris Wilson1-0/+12
2019-02-20Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen1-0/+2
2019-02-15drm/i915: Add pipe crc tracepointVille Syrjälä1-6/+3
2019-02-04Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-84/+34
2019-02-04Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+2
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson1-71/+11
2019-01-29drm/i915: Remove the intel_engine_notify tracepointChris Wilson1-2/+0
2019-01-28drm/i915/tv: Use the scanline counter for timestamps on i965gm TV outputVille Syrjälä1-2/+5
2019-01-25drm/i915: Don't try to use the hardware frame counter with i965gm TV outputVille Syrjälä1-9/+18
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+2
2019-01-23drm/i915/icl: do a posting read after irq installDaniele Ceraolo Spurio1-0/+1
2019-01-22drm/i915: Tidy common test_bit probing of i915_request->fence.flagsChris Wilson1-2/+1
2019-01-17drm/i915/irq: switch to kernel typesJani Nikula1-41/+41
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-238/+0
2019-01-14drm/i915: Track the rpm wakerefs for error handlingChris Wilson1-2/+3
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-1/+1
2019-01-10drm/i915: drop DPF code for gen8+Daniele Ceraolo Spurio1-3/+0