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