Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0ff501cbb5d825557da7b9a0226ef031344df87d
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
645416f
drm/i915: fix hpd work vs. flush_work in the pageflip code deadlock
by Daniel Vetter
· 11 years ago
b8d88d1
drm/i915: tune down hangcheck noise
by Daniel Vetter
· 11 years ago
c67a470
drm/i915: allow package C8+ states on Haswell (disabled)
by Paulo Zanoni
· 11 years ago
1403c0d
drm/i915: merge HSW and SNB PM irq handlers
by Paulo Zanoni
· 11 years ago
4d3b3d5
drm/i915: fix how we mask PMIMR when adding work to the queue
by Paulo Zanoni
· 11 years ago
60611c1
drm/i915: don't queue PM events we won't process
by Paulo Zanoni
· 11 years ago
333a820
drm/i915: don't disable/reenable IVB error interrupts when not needed
by Paulo Zanoni
· 11 years ago
605cd25
drm/i915: add dev_priv->pm_irq_mask
by Paulo Zanoni
· 11 years ago
f52ecbc
drm/i915: don't update GEN6_PMIMR when it's not needed
by Paulo Zanoni
· 11 years ago
edbfdb4
drm/i915: wrap GEN6_PMIMR changes
by Paulo Zanoni
· 11 years ago
43eaea1
drm/i915: wrap GTIMR changes
by Paulo Zanoni
· 11 years ago
ea04cb3
drm/i915: drop unnecessary local variable to suppress build warning
by Jani Nikula
· 11 years ago
f2f4d82
drm/i915: give more distinctive names to ring hangcheck action enums
by Jani Nikula
· 11 years ago
c8b5018
drm/i915: remove unused leftover variable irq_received
by Jani Nikula
· 11 years ago
a658b5d
drm/i915: Make i915_hangcheck_elapsed() static
by Damien Lespiau
· 11 years ago
b8f102e
drm/i915: Add messages useful for HPD storm detection debugging (v2)
by Egbert Eich
· 11 years ago
907b28c
drm/i915: Colocate all GT access routines in the same file
by Chris Wilson
· 11 years ago
d8fc8a4
drm/i915: invert {ilk, snb}_gt_irq_handler check
by Paulo Zanoni
· 11 years ago
cce723e
drm/i915: Make i915 events part of uapi
by Ben Widawsky
· 11 years ago
8e76f8d
drm/i915: kill ivybridge_irq_postinstall
by Paulo Zanoni
· 11 years ago
b518421
drm/i915: kill Ivybridge vblank irq vfuncs
by Paulo Zanoni
· 11 years ago
f1af8fc
drm/i915: add ILK/SNB support to ivybridge_irq_handler
by Paulo Zanoni
· 11 years ago
23a7851
drm/i915: POSTING_READ(DEIER) on ivybridge_irq_handler
by Paulo Zanoni
· 11 years ago
27b9188
drm/i915: reorganize ironlake_irq_handler
by Paulo Zanoni
· 11 years ago
221ab43
drm/i915: don't read or write GEN6_PMIIR on Gen 5
by Paulo Zanoni
· 11 years ago
9719fb9
drm/i915: extract ivb_display_irq_handler
by Paulo Zanoni
· 11 years ago
c008bc6
drm/i915: extract ilk_display_irq_handler
by Paulo Zanoni
· 11 years ago
3169465
drm/i915: kill ivybridge_irq_preinstall
by Paulo Zanoni
· 11 years ago
10cd45b
drm/i915: introduce i915_queue_hangcheck
by Mika Kuoppala
· 11 years ago
0a9a8c9
drm/i915: unify GT/PM irq postinstall code
by Daniel Vetter
· 11 years ago
d18ea1b
drm/i915: unify PM interrupt preinstall sequence
by Daniel Vetter
· 11 years ago
84734a0
drm/i915: move error state to own compilation unit
by Mika Kuoppala
· 11 years ago
c0d6a3d
drm/i915: don't enable PM_VEBOX_CS_ERROR_INTERRUPT
by Daniel Vetter
· 11 years ago
59cdb63
drm/i915: kill dev_priv->rps.lock
by Daniel Vetter
· 11 years ago
2adbee6
drm/i915: queue work outside spinlock in hsw_pm_irq_handler
by Daniel Vetter
· 11 years ago
41a05a3
drm/i915: streamline hsw_pm_irq_handler
by Daniel Vetter
· 11 years ago
d0ecd7e
drm/i915: irq handlers don't need interrupt-safe spinlocks
by Daniel Vetter
· 11 years ago
de28075
drm/i915: kill lpt pch transcoder->crtc mapping code for fifo underruns
by Daniel Vetter
· 11 years ago
7336df6
drm/i915: improve GEN7_ERR_INT clearing for fifo underrun reporting
by Daniel Vetter
· 11 years ago
1dd246f
drm/i915: improve SERR_INT clearing for fifo underrun reporting
by Daniel Vetter
· 11 years ago
fee884e
drm/i915: extract ibx_display_interrupt_update
by Daniel Vetter
· 11 years ago
f343c5f
drm/i915: Getter/setter for object attributes
by Ben Widawsky
· 11 years ago
b79480b
drm/i915: assert_spin_locked for pipestat interrupt enable/disable
by Daniel Vetter
· 11 years ago
ef86ddc
drm/i915: add error_state sysfs entry
by Mika Kuoppala
· 11 years ago
26b7c22
drm/i915: Extract error buffer capture
by Ben Widawsky
· 11 years ago
5476f85
drm/i915: Remove extra error state NULL
by Ben Widawsky
· 11 years ago
3ef8fb5
drm/i915: Bail out once we've found the context object
by Damien Lespiau
· 11 years ago
b5ea2d5
drm/i915: fix hpd interrupt register locking
by Daniel Vetter
· 11 years ago
91d131d
drm/i915: fold the no-irq check into intel_hpd_irq_handler
by Daniel Vetter
· 11 years ago
5876fa0
drm/i915: fold the queue_work into intel_hpd_irq_handler
by Daniel Vetter
· 11 years ago
10a504d
drm/i915: fold the hpd_irq_setup call into intel_hpd_irq_handler
by Daniel Vetter
· 11 years ago
22062db
drm/i915: s/hotplug_irq_storm_detect/intel_hpd_irq_handler/
by Daniel Vetter
· 11 years ago
6005ce4
drm/i915: close tiny race in the ilk pcu even interrupt setup
by Daniel Vetter
· 11 years ago
4bc9d43
drm/i915: fix locking around ironlake_enable|disable_display_irq
by Daniel Vetter
· 11 years ago
7425034
drm/i915: Jump to at least RPe on VLV when increasing the GPU frequency
by Ville Syrjälä
· 11 years ago
d8289c9
drm/i915: Make the rps new_delay comparison more readable
by Ville Syrjälä
· 11 years ago
4f7fd70
drm/i915: Fix up sdvo hpd pins for i965g/gm
by Daniel Vetter
· 11 years ago
acd78c1
drm/i915: Remove extra "ring" from error message
by Ben Widawsky
· 11 years ago
ad8beae
drm/i915: store ring hangcheck action
by Mika Kuoppala
· 11 years ago
a43adf0
drm/i915: Eliminate the addr/seqno from the hangcheck warning
by Chris Wilson
· 11 years ago
6274f21
drm/i915: Don't count semaphore waits towards a stuck ring
by Chris Wilson
· 11 years ago
9107e9d
drm/i915: Only slightly increment hangcheck score if we succesfully kick a ring
by Chris Wilson
· 11 years ago
91738a9
drm/i915: add ibx_irq_preinstall
by Paulo Zanoni
· 11 years ago
96a764d
drm/i915: remove i915_hangcheck_hung
by Mika Kuoppala
· 12 years ago
05407ff
drm/i915: detect hang using per ring hangcheck_score
by Mika Kuoppala
· 12 years ago
35c20a6
drm/i915: Rename the gtt_list to global_list
by Ben Widawsky
· 12 years ago
12638c5
drm/i915: Enable vebox interrupts
by Ben Widawsky
· 12 years ago
cc609d5
drm/i915: consolidate interrupt naming scheme
by Ben Widawsky
· 12 years ago
4848405
drm/i915: make PM interrupt writes non-destructive
by Ben Widawsky
· 12 years ago
eda63ff
drm/i915: Add PM regs to pre/post install
by Ben Widawsky
· 12 years ago
7d99163
drm/i915: Create an ivybridge_irq_preinstall
by Ben Widawsky
· 12 years ago
baf02a1
drm/i915: Create a more generic pm handler for hsw+
by Ben Widawsky
· 12 years ago
692a04c
drm/i915: fix pch_nop support
by Daniel Vetter
· 12 years ago
a01025a
drm/i915: fixup i915_pipe_enabled check in i915_irq.c
by Daniel Vetter
· 12 years ago
7ed73da
drm/i915: Fix error state memory leaks
by Ben Widawsky
· 12 years ago
ed5cbb0
drm/i915: introduce i915_hangcheck_ring_hung
by Mika Kuoppala
· 12 years ago
92cab73
drm/i915: track ring progression using seqnos
by Mika Kuoppala
· 12 years ago
79ee20d
drm/i915: pass seqno to i915_hangcheck_ring_idle
by Mika Kuoppala
· 12 years ago
bc5ead8c
drm/i915: fix hotplug event bit tracking
by Jani Nikula
· 12 years ago
71f8ba6
drm/i915: check the power well on i915_pipe_enabled
by Paulo Zanoni
· 12 years ago
f49e38d
drm/i915: cleanup opregion asle pipestat enable
by Jani Nikula
· 12 years ago
f898780
drm/i915: cleanup redundant checks from intel_enable_asle
by Jani Nikula
· 12 years ago
2ce12e3
drm/i915: remove VLV MSI IRQ hack
by Jesse Barnes
· 12 years ago
81a0780
drm/i915: drop code duplication in favor of asle interrupt handler
by Jani Nikula
· 12 years ago
52ceb90
drm/i915: make sure GPU freq drops to minimum after entering RC6 v4
by Jesse Barnes
· 12 years ago
321a1b3
drm/i915: Only reprobe display on encoder which has received an HPD event (v2)
by Egbert Eich
· 12 years ago
142e239
drm/i915: Add bit field to record which pins have received HPD events (v3)
by Egbert Eich
· 12 years ago
de032bf
drm/i915: print Gen5+ CPU/PCH poison interrupts
by Paulo Zanoni
· 12 years ago
8664281
drm/i915: report Gen5+ CPU and PCH FIFO underruns
by Paulo Zanoni
· 12 years ago
0a073b8
drm/i915: turbo & RC6 support for VLV v7
by Jesse Barnes
· 12 years ago
cfc33bf
drm/i915: Use port_name() in PCH port audio power change message
by Ville Syrjälä
· 12 years ago
ac4c16c
drm/i915: Add Reenable Timer to turn Hotplug Detection back on (v4)
by Egbert Eich
· 12 years ago
cd569ae
drm/i915: Disable HPD interrupt on pin when irq storm is detected (v3)
by Egbert Eich
· 12 years ago
995e6b3
drm/i915: Mask out the HPD irq bits before setting them individually.
by Egbert Eich
· 12 years ago
821450c
drm/i915: (re)init HPD interrupt storm statistics
by Egbert Eich
· 12 years ago
b543fb0
drm/i915: Add HPD IRQ storm detection (v5)
by Egbert Eich
· 12 years ago
42b5aea
drm/i915: IVB/HSW have 32 fence register
by Ville Syrjälä
· 12 years ago
ab5c608
drm/i915: Don't touch South Display when PCH_NOP
by Ben Widawsky
· 12 years ago
0ff9800
drm/i915: remove "inline" keyword from ironlake_disable_display_irq
by Paulo Zanoni
· 12 years ago
73c352a
drm/i915: wire up SDVO hpd support on cpt/ppt
by Daniel Vetter
· 12 years ago
Next »