index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: fully convert the IRQ initialization macros to intel_uncore
Paulo Zanoni
2019-04-16
1
-56
/
+88
*
drm/i915: convert the IRQ initialization functions to intel_uncore
Paulo Zanoni
2019-04-16
1
-49
/
+48
*
drm/i915: add GEN2_ prefix to the I{E, I, M, S}R registers
Paulo Zanoni
2019-04-16
1
-26
/
+26
*
drm/i915: don't specify the IRQ register in the gen2 macros
Paulo Zanoni
2019-04-16
1
-32
/
+25
*
drm/i915: refactor the IRQ init/reset macros
Paulo Zanoni
2019-04-16
1
-50
/
+86
*
drm/i915: Use Engine1 instance for gen11 pm interrupts
Mika Kuoppala
2019-04-11
1
-18
/
+38
*
drm/i915/icl: Don't warn on spurious interrupts
Mika Kuoppala
2019-04-10
1
-7
/
+1
*
drm/i915/icl: Handle rps interrupts without irq lock
Mika Kuoppala
2019-04-10
1
-1
/
+20
*
drm/i915: extract intel_psr.h from intel_drv.h
Jani Nikula
2019-04-08
1
-4
/
+7
*
drm/i915: Move the decision to use the breadcrumb tasklet to the backend
Chris Wilson
2019-04-03
1
-1
/
+1
*
drm/i915: Use vblank_disable_immediate on gen2
Ville Syrjälä
2019-03-25
1
-7
/
+1
*
drm/i915: Disable C3 when enabling vblank interrupts on i945gm
Ville Syrjälä
2019-03-25
1
-0
/
+88
*
drm/i915: move regs pointer inside the uncore structure
Daniele Ceraolo Spurio
2019-03-20
1
-11
/
+11
*
drm/i915: Introduce i915_has_asle()
Ville Syrjälä
2019-03-20
1
-1
/
+9
*
drm/i915: Also use new comparative stuff for more ICP+ stuff
Rodrigo Vivi
2019-03-14
1
-4
/
+4
*
drm/i915: Start using comparative INTEL_PCH_TYPE
Rodrigo Vivi
2019-03-13
1
-5
/
+2
*
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-03-05
1
-31
/
+34
*
drm/i915: Just check the vebox IIR regardless
Chris Wilson
2019-03-05
1
-6
/
+4
*
drm/i915: extract AUX mask assignment to separate function
Lucas De Marchi
2019-03-02
1
-14
/
+20
*
drm/i915: Reduce the RPS shock
Chris Wilson
2019-02-20
1
-0
/
+12
*
Merge drm/drm-next into drm-intel-next-queued
Joonas Lahtinen
2019-02-20
1
-0
/
+2
|
\
|
*
Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-02-04
1
-84
/
+34
|
|
\
|
*
\
Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-02-04
1
-0
/
+2
|
|
\
\
|
|
*
|
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-0
/
+2
*
|
|
|
drm/i915: Add pipe crc tracepoint
Ville Syrjälä
2019-02-15
1
-6
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-29
1
-71
/
+11
*
|
|
drm/i915: Remove the intel_engine_notify tracepoint
Chris Wilson
2019-01-29
1
-2
/
+0
*
|
|
drm/i915/tv: Use the scanline counter for timestamps on i965gm TV output
Ville Syrjälä
2019-01-28
1
-2
/
+5
*
|
|
drm/i915: Don't try to use the hardware frame counter with i965gm TV output
Ville Syrjälä
2019-01-25
1
-9
/
+18
|
/
/
*
|
drm/i915/icl: do a posting read after irq install
Daniele Ceraolo Spurio
2019-01-23
1
-0
/
+1
*
|
drm/i915: Tidy common test_bit probing of i915_request->fence.flags
Chris Wilson
2019-01-22
1
-2
/
+1
*
|
drm/i915/irq: switch to kernel types
Jani Nikula
2019-01-17
1
-41
/
+41
*
|
drm/i915: Pull all the reset functionality together into i915_reset.c
Chris Wilson
2019-01-16
1
-238
/
+0
*
|
drm/i915: Track the rpm wakerefs for error handling
Chris Wilson
2019-01-14
1
-2
/
+3
*
|
drm/i915: Markup paired operations on wakerefs
Chris Wilson
2019-01-14
1
-1
/
+1
|
/
*
drm/i915: drop DPF code for gen8+
Daniele Ceraolo Spurio
2019-01-10
1
-3
/
+0
*
drm/i915: drop all drmP.h includes
Jani Nikula
2019-01-09
1
-1
/
+0
*
drm/i915: Drop unused engine->irq_seqno_barrier w/a
Chris Wilson
2018-12-31
1
-7
/
+0
*
drm/i915: Apply missed interrupt after reset w/a to all ringbuffer gen
Chris Wilson
2018-12-18
1
-9
/
+0
*
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
2018-12-13
1
-12
/
+12
*
drm/i915/icl: Reset PSR interruptions
José Roberto de Souza
2018-11-09
1
-0
/
+3
*
drm/i915: Add short HPD IRQ storm detection for non-MST systems
Lyude Paul
2018-11-07
1
-0
/
+7
*
drm/i915/icl: Disable master intr before reading
Mika Kuoppala
2018-10-16
1
-12
/
+25
*
drm/i915/icl: No need to ack intr through master control
Mika Kuoppala
2018-10-16
1
-2
/
+2
*
drm/i915/gen8: Disable master intr before reading
Mika Kuoppala
2018-10-16
1
-10
/
+26
*
drm/i915: Avoid compiler warning for maybe unused gu_misc_iir
Chris Wilson
2018-09-26
1
-21
/
+12
*
drm/i915: Do a full device reset after being wedged
Chris Wilson
2018-09-03
1
-1
/
+2
*
drm/i915: clear error registers after error capture
Lionel Landwerlin
2018-08-30
1
-1
/
+17
*
drm/i915/psr: Mask PSR irq bits when re-enabling interrupts.
Dhinakaran Pandiyan
2018-08-22
1
-1
/
+1
*
drm/i915: Allow control of PSR at runtime through debugfs, v6
Maarten Lankhorst
2018-08-10
1
-1
/
+1
[next]