index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-13
drm/i915/guc: unify guc irq handling
Daniele Ceraolo Spurio
1
-15
/
+9
2019-07-13
drm/i915/guc: move guc irq functions to intel_guc parameter
Daniele Ceraolo Spurio
1
-14
/
+26
2019-07-05
drm/i915: Move dev_priv->pm_i{m, e}r into intel_gt
Tvrtko Ursulin
1
-57
/
+64
2019-07-05
drm/i915: Remove some legacy mmio accessors from interrupt handling
Tvrtko Ursulin
1
-36
/
+39
2019-07-05
drm/i915: Rework some interrupt handling functions to take intel_gt
Tvrtko Ursulin
1
-42
/
+46
2019-07-03
drm/i915: synchronize_irq() against the actual irq
Ville Syrjälä
1
-5
/
+5
2019-06-27
drm/i915: Make i945gm_vblank_work_func static
Chris Wilson
1
-1
/
+1
2019-06-26
drm/i915: Initialize drm_driver vblank funcs at compile time
Ville Syrjälä
1
-7
/
+4
2019-06-26
drm/i915: Nuke drm_driver irq vfuncs
Ville Syrjälä
1
-141
/
+148
2019-06-26
drm/i915: Switch to per-crtc vblank vfuncs
Ville Syrjälä
1
-53
/
+40
2019-06-17
drm/i915/ehl: Introduce Mule Creek Canyon PCH
Matt Roper
1
-5
/
+14
2019-06-17
drm/i915: move modesetting core code under display/
Jani Nikula
1
-4
/
+5
2019-06-14
drm/i915: make enable/disable rpm assert function use the rpm structure
Daniele Ceraolo Spurio
1
-16
/
+16
2019-06-14
drm/i915: Remove rpm asserts that use i915
Daniele Ceraolo Spurio
1
-3
/
+3
2019-06-12
drm/i915: Remove I915_READ16 and I915_WRITE16
Tvrtko Ursulin
1
-17
/
+23
2019-06-12
drm/i915: Remove I915_POSTING_READ_FW
Tvrtko Ursulin
1
-1
/
+1
2019-06-10
drm/i915: move pm related declarations to intel_pm.h
Jani Nikula
1
-0
/
+1
2019-05-28
drm/i915/guc: Correctly handle GuC interrupts on Gen11
Oscar Mateo
1
-1
/
+52
2019-05-28
drm/i915/guc: Create vfuncs for the GuC interrupts control functions
Oscar Mateo
1
-3
/
+3
2019-05-03
drm/i915: extract intel_lpe_audio.h from i915_drv.h
Jani Nikula
1
-0
/
+1
2019-04-30
drm/i915: extract intel_hotplug.h from intel_drv.h and i915_drv.h
Jani Nikula
1
-0
/
+1
2019-04-30
drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.h
Jani Nikula
1
-0
/
+1
2019-04-30
drm/i915: extract intel_fifo_underrun.h from intel_drv.h
Jani Nikula
1
-0
/
+1
2019-04-26
drm/i915: Replace pcu_lock with sb_lock
Chris Wilson
1
-2
/
+2
2019-04-16
drm/i915: fully convert the IRQ initialization macros to intel_uncore
Paulo Zanoni
1
-56
/
+88
2019-04-16
drm/i915: convert the IRQ initialization functions to intel_uncore
Paulo Zanoni
1
-49
/
+48
2019-04-16
drm/i915: add GEN2_ prefix to the I{E, I, M, S}R registers
Paulo Zanoni
1
-26
/
+26
2019-04-16
drm/i915: don't specify the IRQ register in the gen2 macros
Paulo Zanoni
1
-32
/
+25
2019-04-16
drm/i915: refactor the IRQ init/reset macros
Paulo Zanoni
1
-50
/
+86
2019-04-11
drm/i915: Use Engine1 instance for gen11 pm interrupts
Mika Kuoppala
1
-18
/
+38
2019-04-10
drm/i915/icl: Don't warn on spurious interrupts
Mika Kuoppala
1
-7
/
+1
2019-04-10
drm/i915/icl: Handle rps interrupts without irq lock
Mika Kuoppala
1
-1
/
+20
2019-04-08
drm/i915: extract intel_psr.h from intel_drv.h
Jani Nikula
1
-4
/
+7
2019-04-03
drm/i915: Move the decision to use the breadcrumb tasklet to the backend
Chris Wilson
1
-1
/
+1
2019-03-25
drm/i915: Use vblank_disable_immediate on gen2
Ville Syrjälä
1
-7
/
+1
2019-03-25
drm/i915: Disable C3 when enabling vblank interrupts on i945gm
Ville Syrjälä
1
-0
/
+88
2019-03-20
drm/i915: move regs pointer inside the uncore structure
Daniele Ceraolo Spurio
1
-11
/
+11
2019-03-20
drm/i915: Introduce i915_has_asle()
Ville Syrjälä
1
-1
/
+9
2019-03-14
drm/i915: Also use new comparative stuff for more ICP+ stuff
Rodrigo Vivi
1
-4
/
+4
2019-03-13
drm/i915: Start using comparative INTEL_PCH_TYPE
Rodrigo Vivi
1
-5
/
+2
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-31
/
+34
2019-03-05
drm/i915: Just check the vebox IIR regardless
Chris Wilson
1
-6
/
+4
2019-03-01
drm/i915: extract AUX mask assignment to separate function
Lucas De Marchi
1
-14
/
+20
2019-02-20
drm/i915: Reduce the RPS shock
Chris Wilson
1
-0
/
+12
2019-02-20
Merge drm/drm-next into drm-intel-next-queued
Joonas Lahtinen
1
-0
/
+2
2019-02-15
drm/i915: Add pipe crc tracepoint
Ville Syrjälä
1
-6
/
+3
2019-02-04
Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-84
/
+34
2019-02-04
Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+2
2019-01-29
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
1
-71
/
+11
2019-01-29
drm/i915: Remove the intel_engine_notify tracepoint
Chris Wilson
1
-2
/
+0
[prev]
[next]