Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
85f9e50d815a70780699752c4f2dc1198c2c0b61
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
85f9e50
drm/i915: move i915_get_extra_insdone out of CONFIG_DEBUG_FS block
by Daniel Vetter
· 12 years ago
050ee91
drm/i915: Use new INSTDONE registers (Gen7+)
by Ben Widawsky
· 12 years ago
bd9854f
drm/i915: Extract reading INSTDONE
by Ben Widawsky
· 12 years ago
71e172e
drm/i915: Add ERR_INT to gen7 error state
by Ben Widawsky
· 12 years ago
6c085a7
drm/i915: Track unbound pages
by Chris Wilson
· 12 years ago
a22ddff
Merge tag 'v3.6-rc2' into drm-intel-next
by Daniel Vetter
· 12 years ago
b2eadbc
drm/i915: Lazily apply the SNB+ seqno w/a
by Chris Wilson
· 12 years ago
9270388
drm/i915: fix up ilk drps/ips locking
by Daniel Vetter
· 12 years ago
73edd18f
drm/i915: DE_PCU_EVENT irq is ilk-only
by Daniel Vetter
· 12 years ago
c6a828d
drm/i915: move all rps state into dev_priv->rps
by Daniel Vetter
· 12 years ago
98c7b42
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
e1ef7cc
drm/i915: Macro to determine DPF support
by Ben Widawsky
· 12 years ago
0201f1e
drm/i915: Replace the pending_gpu_write flag with an explicit seqno
by Chris Wilson
· 12 years ago
12f5581
drm/i915: Add comments to explain the BSD tail write workaround
by Chris Wilson
· 13 years ago
e6b0b6a
Merge tag 'v3.5-rc7' into drm-next
by Dave Airlie
· 12 years ago
7b0cfee
Merge tag 'v3.5-rc4' into drm-intel-next-queued
by Daniel Vetter
· 13 years ago
58bf806
drm/i915: rip out the PM_IIR WARN
by Daniel Vetter
· 13 years ago
31acc7f
drm/i915: support page flipping on ValleyView
by Jesse Barnes
· 13 years ago
b9a3906
drm/i915: add ccid to error state
by Ben Widawsky
· 13 years ago
23e81d6
drm/i915: pch_irq_handler -> {ibx, cpt}_irq_handler
by Adam Jackson
· 13 years ago
e269f90
Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queued
by Daniel Vetter
· 13 years ago
98fd81c
drm/i915: initialize the parity work only once
by Daniel Vetter
· 13 years ago
d2ba847
drm/i915: ivybridge_handle_parity_error should be static
by Daniel Vetter
· 13 years ago
15b9f80
drm/i915: enable parity error interrupts
by Ben Widawsky
· 13 years ago
e368919
drm/i915: Dynamic Parity Detection handling
by Ben Widawsky
· 13 years ago
7b9e0ae
drm/i915: Always update RPS interrupts thresholds along with frequency
by Chris Wilson
· 13 years ago
084b612
drm/i915: SDVO hotplug have different interrupt status bits for i915/i965/g4x
by Chris Wilson
· 13 years ago
adca473
drm/i915: All members of gen4 have hotplug, so unconditionally enable its irq
by Chris Wilson
· 13 years ago
b451951
drm/i915: Introduce for_each_ring() macro
by Chris Wilson
· 13 years ago
7d4e146
drm/i915: reuse Ivy Bridge interrupts code for Haswell
by Eugeni Dodonov
· 13 years ago
0e43406
drm/i915: Simplify interrupt processing for IvyBridge
by Chris Wilson
· 13 years ago
9adab8b
drm/i915: Avoid a double-read of PCH_IIR during interrupt handling
by Chris Wilson
· 13 years ago
b615b57
drm/i915: Support pageflipping interrupts for all 3-pipes on IVB
by Chris Wilson
· 13 years ago
d4b8bb2
drm/i915: kill flags parameter for reset functions
by Daniel Vetter
· 13 years ago
742cbee
drm/i915: rework dev->first_error locking
by Daniel Vetter
· 13 years ago
d05c617
drm/i915: extract dri1 breadcrumb update from irq handler
by Daniel Vetter
· 13 years ago
9488867
drm/i915: move dri1 irq ioctl code to i915_dma.c
by Daniel Vetter
· 13 years ago
647a3fb
drm/i915: rip out dri1 breadcrumb updates from gen5+ irq handlers
by Daniel Vetter
· 13 years ago
d1c1edb
drm/i915: move dri1 vblank stubs to i915_dma.c
by Daniel Vetter
· 13 years ago
7001f22
drm/i915: Remove unused dev_priv->vblank_pipe
by Chris Wilson
· 13 years ago
6d171cb
drm/i915: Remove unused ring->irq_seqno
by Chris Wilson
· 13 years ago
9574b3f
drm/i915: kill waiting_seqno
by Ben Widawsky
· 13 years ago
be998e2
drm/i915: move vbetool invoked ier stuff
by Ben Widawsky
· 13 years ago
624f869
drm/i915: Remove unused and unloved vblank macros
by Chris Wilson
· 13 years ago
bbba0a9
drm/i915: Inline I915_INTERRUPT_ENABLE_FIX
by Chris Wilson
· 13 years ago
38bde18
drm/i915: Handle PendingFlip on gen3 robustly
by Chris Wilson
· 13 years ago
55b3975
drm/i915: Cleanup gen3 irq uninstall
by Chris Wilson
· 13 years ago
00d98eb
drm/i915: HWSTAM is only 16-bit on gen3
by Chris Wilson
· 13 years ago
8291ee9
drm/i915: Remove gen4 irq code from gen3 irq routine
by Chris Wilson
· 13 years ago
2c8ba29
drm/i915: Remove gen3 irq code from gen4 irq routine
by Chris Wilson
· 13 years ago
4f7d1e7
drm/i915: Clear FlipDone semantics change for pageflipping on gen3
by Chris Wilson
· 13 years ago
a266c7d
drm/i915: Duplicate and split the gen3/4 irq handler
by Chris Wilson
· 13 years ago
e0f608d
drm/i915: pending_flip_is_done is gen3, name it so
by Chris Wilson
· 13 years ago
fa883c6
drm/i915: Remove redundant initialisation of per-ring IRQ waitqueues
by Chris Wilson
· 13 years ago
8b2e326
drm/i915: Unconditionally initialise the interrupt workers
by Chris Wilson
· 13 years ago
cd9d4e9
drm/i915: check for kms in dri1 ioctls
by Daniel Vetter
· 13 years ago
1b50247
drm/i915: Remove the list of pinned inactive objects
by Chris Wilson
· 13 years ago
6b26c86
drm/i915: create macros to handle masked bits
by Daniel Vetter
· 13 years ago
c2798b1
drm/i915: i8xx interrupt handler
by Chris Wilson
· 13 years ago
446f254
drm/i915: Mask reserved bits in display/sprite address registers
by Armin Reese
· 13 years ago
fc6826d
drm/i915: Refactor the deferred PM_IIR handling into a single function
by Chris Wilson
· 13 years ago
d1e61e7
drm/i915: Trigger hangcheck if we detect more a repeating missed IRQ
by Chris Wilson
· 13 years ago
9d2f41f
drm/i915: dump the DMA fetch addr register on pre-gen6
by Daniel Vetter
· 13 years ago
e7b4c6b
drm/i915: extract gt interrupt handler
by Daniel Vetter
· 13 years ago
fad2596
drm/i915: rip out old HWSTAM missed irq WA for vlv
by Daniel Vetter
· 13 years ago
e2a1e2f
drm/i915: ring irq cleanups
by Ben Widawsky
· 13 years ago
7e231dbe
drm/i915: ValleyView IRQ support
by Jesse Barnes
· 13 years ago
74898d7
drm/i915: bind objects to the global gtt only when needed
by Daniel Vetter
· 13 years ago
a70491c
i915: Add and use pr_fmt and pr_<level>
by Joe Perches
· 13 years ago
ee4f42b
drm/i915: Record the position of the request upon error
by Chris Wilson
· 13 years ago
52d39a2
drm/i915: Record the in-flight requests at the time of a hang
by Chris Wilson
· 13 years ago
99ffa16
drm/i915: enable forcewake voodoo also for gen6
by Daniel Vetter
· 13 years ago
9edd576
Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued
by Daniel Vetter
· 13 years ago
7e3b873
drm/i915: dump even more into the error_state
by Daniel Vetter
· 13 years ago
172975aa
drm/i915: Handle unmappable buffers during error state capture
by Chris Wilson
· 13 years ago
33f3f51
drm/i915: add per-ring fault reg to error_state
by Daniel Vetter
· 13 years ago
653d7be
drm/i915: capture error_state also for stuck rings
by Daniel Vetter
· 13 years ago
c1cd90e
drm/i915: collect more per ring error state
by Daniel Vetter
· 13 years ago
d27b1e0
drm/i915: refactor ring error state capture to use arrays
by Daniel Vetter
· 13 years ago
96154f2
drm/i915: switch ring->id to be a real id
by Daniel Vetter
· 13 years ago
6dc0e81
drm/i915: correct lock type in destroy
by Ben Widawsky
· 13 years ago
bdfcdb6
drm/i915: rip out the HWSTAM missed irq workaround
by Daniel Vetter
· 13 years ago
4e0e90d
drm/i915: kicking rings stuck on semaphores considered harmful
by Daniel Vetter
· 13 years ago
2318fcd
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next
by Dave Airlie
· 13 years ago
1fbe6f6
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 13 years ago
01f2c77
drm: Replace pitch with pitches[] in drm_framebuffer
by Ville Syrjälä
· 13 years ago
097354e
drm/i915: check ACTHD of all rings
by Daniel Vetter
· 13 years ago
775d17b
drm/i915: Ivybridge still has fences!
by Daniel Vetter
· 13 years ago
a9e2641
drm/i915: close PM interrupt masking races in the rps work func
by Daniel Vetter
· 13 years ago
4fb066a
drm/i915: close PM interrupt masking races in the irq handler
by Daniel Vetter
· 13 years ago
86a3073
Merge branch 'edp-training-fixes' into drm-intel-next
by Keith Packard
· 13 years ago
192aac1f
drm/i915: Shut down PCH interrupts during irq_uninstall
by Keith Packard
· 13 years ago
7fe0b97
drm/i915: Enable digital port hotplug on PCH systems
by Keith Packard
· 13 years ago
0206e35
Drivers: i915: Fix all space related issues.
by Akshay Joshi
· 13 years ago
c3613de
drm/i915: Can't do accurate vblank timestamps with UMS
by Keith Packard
· 13 years ago
2c1756b
Merge branch 'drm-intel-fixes' into drm-intel-next
by Keith Packard
· 13 years ago
40ee338
drm/i915: Fixup for 'Hold mode_config->mutex during hotplug'
by Keith Packard
· 13 years ago
887a82e
Merge branch 'drm-intel-fixes' into drm-intel-next
by Keith Packard
· 13 years ago
a65e34c
drm/i915: Hold mode_config->mutex during hotplug processing
by Keith Packard
· 13 years ago
a7f0895
Merge branch 'drm-intel-fixes' into drm-intel-next
by Keith Packard
· 14 years ago
Next »