Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2ae2a50c956665da82cf9e9582ae1ade082fee75
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
2ae2a50
drm/i915: Fix up fifo underrun tracking, take N
by Daniel Vetter
· 11 years ago
c23cc41
drm/i915: replace drm_get_connector_name() with direct name field use
by Jani Nikula
· 10 years ago
93b0a4e
drm/i915: Split the ringbuffers from the rings (3/3)
by Oscar Mateo
· 11 years ago
ee1b1e5
drm/i915: Split the ringbuffers from the rings (2/3)
by Oscar Mateo
· 11 years ago
a4872ba
drm/i915: s/intel_ring_buffer/intel_engine_cs
by Oscar Mateo
· 11 years ago
80715b2
drm/i915: Fix gen2 and hsw+ scanline counter
by Ville Syrjälä
· 11 years ago
f75f374
drm/i915: Draw a picture about video timings
by Ville Syrjälä
· 11 years ago
0b2a8e0
drm/i915: Improve gen3/4 frame counter
by Ville Syrjälä
· 11 years ago
7e78f1cb
drm/i915: Add a small adjustment to the pixel counter on interlaced modes
by Ville Syrjälä
· 11 years ago
29c6b0c
drm/i915: Simplify the uncleared FIFO underrun detection
by Ville Syrjälä
· 11 years ago
56b80e1
drm/i915: Check for FIFO underruns at the end of modeset on gmch
by Ville Syrjälä
· 11 years ago
e69abff
drm/i915: Check for FIFO underuns when disabling reporting on gmch platforms
by Ville Syrjälä
· 11 years ago
d40d918
Merge branch 'topic/drm-vblank-rework' into drm-intel-next-queued
by Daniel Vetter
· 11 years ago
c5ab3bc
drm/i915: Accurately initialize fifo underrun state on gmch platforms
by Daniel Vetter
· 11 years ago
8e5fd59
drm/i915/chv: Make CHV irq handler loop until all interrupts are consumed
by Ville Syrjälä
· 11 years ago
3278f67
drrm/i915/chv: Use valleyview_pipestat_irq_handler() for CHV
by Ville Syrjälä
· 11 years ago
724a690
drm/i915/chv: Clarify VLV/CHV PIPESTAT bits a bit more
by Ville Syrjälä
· 11 years ago
823c690
drm/i915: Convert uncleared FIFO underrun message to errors
by Ville Syrjälä
· 11 years ago
0961021
drm/i915/bdw: Implement a basic PM interrupt handler
by Ben Widawsky
· 11 years ago
45a83f8
drm/i915: Drop unecessary casts in i915_irq.c
by Daniel Vetter
· 11 years ago
43f328d
drm/i915/chv: Preliminary interrupt support for Cherryview
by Ville Syrjälä
· 11 years ago
8d7849d
drm/i915: Make sprite updates atomic
by Ville Syrjälä
· 11 years ago
ebc348b
drm/i915: Move semaphore specific ring members to struct
by Ben Widawsky
· 11 years ago
a225f07
drm/i915: Add intel_get_crtc_scanline()
by Ville Syrjälä
· 11 years ago
78e8fc6
drm/i915: Fix scanout position for real
by Ville Syrjälä
· 11 years ago
f454c69
drm/i915: get a runtime PM ref for the deferred GPU reset work
by Imre Deak
· 11 years ago
843d0e7
drm/i915: vlv: clear master interrupt flag when disabling interrupts
by Imre Deak
· 11 years ago
85f9b5f
drm/i915:Handle the irq interrupt for the second BSD ring
by Zhao Yakui
· 11 years ago
885ac04
Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
3ff04a16
drm/i915: Don't WARN nor handle unexpected hpd interrupts on gmch platforms
by Daniel Vetter
· 11 years ago
d0e1f1c
drm/i915: Rename GEN8_PIPE_FLIP_DONE to PRIMARY_FLIP_DONE
by Damien Lespiau
· 11 years ago
8cbf320
Merge remote-tracking branch 'airlied/drm-next' into HEAD
by Daniel Vetter
· 11 years ago
9f97ba8
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
04feced
drm/i915: Provide a bit more info when pipestat bits are wrong
by Ville Syrjälä
· 11 years ago
66e514c
Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
730488b
drm/i915: kill dev_priv->pm.regsave
by Paulo Zanoni
· 11 years ago
0c84121
drm/i915: only enable HWSTAM interrupts on postinstall on ILK+
by Paulo Zanoni
· 11 years ago
823f6b3
drm/i915: add gen8_irq_reset
by Paulo Zanoni
· 11 years ago
be30b29
drm/i915: add ironlake_irq_reset
by Paulo Zanoni
· 11 years ago
d4eb6b1
drm/i915: add missing intel_hpd_irq_uninstall
by Paulo Zanoni
· 11 years ago
1c69eb4
drm/i915: remove ibx_irq_uninstall
by Paulo Zanoni
· 11 years ago
622364b
drm/i915: enable SDEIER later
by Paulo Zanoni
· 11 years ago
8f6ff03
drm/i915: call ibx_irq_uninstall from gen8_irq_uninstall
by Paulo Zanoni
· 11 years ago
efbd3fc
drm/i915: extract ibx_irq_uninstall
by Paulo Zanoni
· 11 years ago
7c4d664
drm/i915: fix open coded gen5_gt_irq_preinstall
by Paulo Zanoni
· 11 years ago
c6d954c
drm/i915: fix GEN7_ERR_INT init/reset code
by Paulo Zanoni
· 11 years ago
105b122
drm/i915: fix SERR_INT init/reset code
by Paulo Zanoni
· 11 years ago
337ba01
drm/i915: check if IIR is still zero at postinstall on Gen5+
by Paulo Zanoni
· 11 years ago
3507989
drm/i915: add GEN5_IRQ_INIT
by Paulo Zanoni
· 11 years ago
f86f3fb
drm/i915: properly clear IIR at irq_uninstall on Gen5+
by Paulo Zanoni
· 11 years ago
c71ae01
drm/i915: don't forget to uninstall the PM IRQs
by Paulo Zanoni
· 11 years ago
c955483
drm/i915: add GEN5_IRQ_FINI
by Paulo Zanoni
· 11 years ago
5c50244
drm/i915: use GEN8_IRQ_INIT on GEN5
by Paulo Zanoni
· 11 years ago
0bda1cf
drm/i915: also use GEN5_IRQ_INIT with south display interrupts
by Paulo Zanoni
· 11 years ago
a9d356a
drm/i915: add GEN5_IRQ_INIT macro
by Paulo Zanoni
· 11 years ago
16c6c56
drm/i915: Refactor gmch hpd irq handling
by Ville Syrjälä
· 11 years ago
921d42e
drm/i915: make semaphore signaller detection more robust
by Daniel Vetter
· 11 years ago
a028c4b
drm/i915: Add FIXME for bdw semaphore detection in hancheck
by Daniel Vetter
· 11 years ago
2d1013d
drm/i915/irq: prefer struct drm_i915_private to drm_i915_private_t
by Jani Nikula
· 11 years ago
037bde1
Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."
by Chris Wilson
· 11 years ago
0654a65
Merge tag 'v3.14' into drm-intel-next-queued
by Daniel Vetter
· 11 years ago
5087744
drm/i915: Broadwell expands ACTHD to 64bit
by Chris Wilson
· 11 years ago
a6706b4
drm/i915: Track the enabled PM interrupts in dev_priv.
by Deepak S
· 11 years ago
88fe429
drm/i915: fix up semaphore_waits_for
by Daniel Vetter
· 11 years ago
b39fb29
drm/i915: Rename and comment all the RPS *stuff*
by Ben Widawsky
· 11 years ago
5d584b2
drm/i915: move pc8.irqs_disabled to pm.irqs_disabled
by Paulo Zanoni
· 11 years ago
e19b913
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
by Daniel Vetter
· 11 years ago
5c673b6
drm/i915: Don't enable display error interrupts from the start
by Daniel Vetter
· 11 years ago
2430262
drm/i915: Fix scanline counter fixup on BDW
by Ville Syrjälä
· 11 years ago
fcb8182
drm/i915: Add a workaround for HSW scanline counter weirdness
by Ville Syrjälä
· 11 years ago
6c7fba0
drm/i915: fix typo in display IRQ mask when disabling IRQs
by Imre Deak
· 11 years ago
e8e6e60
Merge tag 'v3.14-rc6' into drm-intel-next-queued
by Daniel Vetter
· 11 years ago
77961eb
drm/i915: power domains: add vlv power wells
by Imre Deak
· 11 years ago
f88d42f
drm/i915: factor out intel_set_cpu_fifo_underrun_reporting_nolock
by Imre Deak
· 11 years ago
f8b79e5
drm/i915: vlv: factor out valleyview_display_irq_install
by Imre Deak
· 11 years ago
7f9e192
drm/i915: vlv: keep first level vblank IRQs masked
by Imre Deak
· 11 years ago
07d27e2
drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe)
by Damien Lespiau
· 11 years ago
5817446
drm/i915: Add reason for capture in error state
by Mika Kuoppala
· 11 years ago
4d33f3a
Merge tag 'drm-intel-next-2014-02-14' of ssh://git.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 11 years ago
b5ea642
drm/i915: sprinkle static
by Daniel Vetter
· 11 years ago
3e09dcd
Merge tag 'drm-intel-next-2014-02-07' of ssh://git.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 11 years ago
bbb5eeb
drm/i915: Some polish for the new pipestat_irq_handler
by Daniel Vetter
· 11 years ago
91d181d
drm/i915: vlv: handle only enabled pipestat interrupt events
by Imre Deak
· 11 years ago
10c59c5
drm/i915: vlv: fix mapping of pipestat enable to status bits
by Imre Deak
· 11 years ago
755e901
drm/i915: pass status instead of enable flags to i915_enable_pipestat
by Imre Deak
· 11 years ago
3d13ef2
drm/i915: Always use INTEL_INFO() to access the device_info structure
by Damien Lespiau
· 11 years ago
a2d213d
drm/i915: Fix intel_pipe_to_cpu_transcoder for UMS
by Daniel Vetter
· 11 years ago
579a9b0
drm/i915: unify FLIP_DONE macro names
by Imre Deak
· 11 years ago
58ead0d
drm/i915: vlv: s/spin_lock_irqsave/spin_lock/ in irq handler
by Imre Deak
· 11 years ago
c1874ed
drm/i915: factor out valleyview_pipestat_irq_handler
by Imre Deak
· 11 years ago
b7e634c
drm/i915: vlv: don't unmask IIR[DISPLAY_PIPE_A/B_VBLANK] interrupt
by Imre Deak
· 11 years ago
76c3552f
drm/i915/vlv: WA to fix Voltage not getting dropped to Vmin when Gfx is power gated.
by Deepak S
· 11 years ago
b6b0fac
drm/i915: Use hangcheck score to find guilty context
by Mika Kuoppala
· 11 years ago
2754436
drm/i915: Disable/Enable PM Intrrupts based on the current freq.
by Deepak S
· 11 years ago
d330a95
drm/i915: move module parameters into a struct, in a new file
by Jani Nikula
· 11 years ago
fc2c807
drm/i915: Make underruns DRM_ERROR
by Ville Syrjälä
· 11 years ago
2d9d2b0
drm/i915: Limit FIFO underrun reports on GMCH platforms
by Ville Syrjälä
· 11 years ago
41c54e5
drm/i915: Kill dev_priv->irq_received
by Ville Syrjälä
· 11 years ago
501e01d
drm/i915: Make irq_received bool
by Ville Syrjälä
· 11 years ago
Next »