Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4f91fc6d2c1d98b3da7a8341ef5ec66ccf2916b9
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
7bad74d
drm/i915: Use czclk_freq in vlv c0 residency calculations
by Ville Syrjälä
· 9 years ago
44cc6c0
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
by Daniel Vetter
· 9 years ago
2d4df13
Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
3bb403b
drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps
by Ville Syrjälä
· 9 years ago
eba1f35
drm: Move timestamping constants into drm_vblank_crtc
by Ville Syrjälä
· 9 years ago
0706f17
drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt, v2
by Egbert Eich
· 9 years ago
41b578f
drm/i915: workaround bad DSL readout v3
by Jesse Barnes
· 9 years ago
04d78e3
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
f377ea8
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
b4834a5
drm/i915: Future proof interrupt handler.
by Rodrigo Vivi
· 9 years ago
58f2cf2
drm/i915: Don't call intel_get_hpd_pins() when there's no hotplug interrupt
by Ville Syrjälä
· 9 years ago
a52bb15
drm/i915: Rewrite BXT HPD code to conform to pre-existing style
by Ville Syrjälä
· 9 years ago
40e5641
drm/i915: Refactor the hpd irq handling functions
by Ville Syrjälä
· 9 years ago
cebd87a
drm/i915: Rewrite bxt_hpd_handler() to look like everyone else
by Ville Syrjälä
· 9 years ago
74c0b39
drm/i915: Add port A HPD support for SPT
by Ville Syrjälä
· 9 years ago
3a3b3c7
drm/i915: Add port A HPD support for BDW
by Ville Syrjälä
· 9 years ago
0b2eb33
drm/i915: LPT:LP needs port A HPD enabled in both north and south
by Ville Syrjälä
· 9 years ago
23bb4cb
drm/i915: Add port A HPD support for IVB/HSW
by Ville Syrjälä
· 9 years ago
e4ce95a
drm/i915: Add port A HPD support for ILK/SNB
by Ville Syrjälä
· 9 years ago
6dbf30c
drm/i915: Introduce spt_irq_handler()
by Ville Syrjälä
· 9 years ago
42db67d
drm/i915: Move {pin, long}_mask initialization to caller from intel_get_hpd_pins()
by Ville Syrjälä
· 9 years ago
195baa0
drm/i915: Rename BXT PORTA HPD defines
by Ville Syrjälä
· 9 years ago
d9dc34f1
drm/i915: Factor out ilk_update_display_irq()
by Ville Syrjälä
· 9 years ago
87a0210
drm/i915: Extract intel_hpd_enabled_irqs()
by Ville Syrjälä
· 9 years ago
4e3d1e2
drm/i915: Pass hpd_status_i915[] to intel_get_hpd_pins() in pre-g4x
by Ville Syrjälä
· 9 years ago
e93c28f
Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
26951ca
drm/i915/skl: enable DDI-E hotplug
by Xiong Zhang
· 9 years ago
7f3561b
drm/i915/bxt: Add HPD support for DDIA
by Sonika Jindal
· 9 years ago
805de8f4
atomic: Replace atomic_{set,clear}_mask() usage
by Peter Zijlstra
· 10 years ago
63c88d2
drm/i915/bxt: add support for HPD long/short pulse detection on HPD_PORT_A pin
by Imre Deak
· 9 years ago
cc24fcd
drm/i915: don't use HPD_PORT_A as an alias for HPD_NONE
by Imre Deak
· 9 years ago
fd63e2a
drm/i915: combine i9xx_get_hpd_pins and pch_get_hpd_pins
by Imre Deak
· 9 years ago
ca6e440
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
94f7bbe
drm/i915: Snapshot seqno of most recently submitted request.
by Tomas Elf
· 9 years ago
aaf5ec2
drm/i915: Handle HPD when it has actually occurred
by Sonika Jindal
· 9 years ago
8c841e5
drm/i915: reduce line width in {pch, i9xx}_get_hpd_pins()
by Jani Nikula
· 10 years ago
77913b3
drm/i915: move generic hotplug code into new intel_hotplug.c file
by Jani Nikula
· 10 years ago
10b0e9e
drm/i915/irq: clarify irq storm related function naming
by Jani Nikula
· 10 years ago
70f71d5
drm/i915/irq: abstract irq storm hotplug disabling
by Jani Nikula
· 10 years ago
a004986
drm/i915/irq: move hotplug even debug print to second connector loop
by Jani Nikula
· 10 years ago
fc467a22
drm/i915: Use crtc->hwmode for vblanks, v2.
by Maarten Lankhorst
· 10 years ago
53d9f4e
drm/i915: Use crtc_state->active instead of crtc_state->enable
by Maarten Lankhorst
· 10 years ago
a2ee48d
drm/i915: abstract hpd irq storm detection
by Jani Nikula
· 10 years ago
475c2e3
drm/i915/bxt: clear hpd status sticky bits earlier
by Jani Nikula
· 10 years ago
676574d
drm/i915: abstract away platform specific parts from hpd handling
by Jani Nikula
· 10 years ago
c872723
drm/i915: simplify condition for digital port
by Jani Nikula
· 10 years ago
9ace043
drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
by Jani Nikula
· 10 years ago
ab68d5b
drm/i915: put back the indent in intel_hpd_irq_handler
by Jani Nikula
· 10 years ago
641a969
drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
by Jani Nikula
· 10 years ago
c91711f
drm/i915: add for_each_hpd_pin to iterate over hotplug pins
by Jani Nikula
· 10 years ago
5fcece8
drm/i915: group all hotplug related fields into a new struct in dev_priv
by Jani Nikula
· 10 years ago
b0c29a3
drm/i915: reduce indent in intel_hpd_irq_handler
by Jani Nikula
· 10 years ago
369712e
drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
by Jani Nikula
· 10 years ago
0d2e429
drm/i915: reduce indent in i9xx_hpd_irq_handler
by Jani Nikula
· 10 years ago
8d3afd7
drm/i915: Use spinlocks for checking when to waitboost
by Chris Wilson
· 10 years ago
f5a4c67
drm/i915: Don't downclock whilst we have clients waiting for GPU results
by Chris Wilson
· 10 years ago
4bca26d
drm/i915: Use HOTPLUG_INT_STATUS_G4X on VLV/CHV
by Ville Syrjälä
· 10 years ago
8fc3b42
drm/i915: Remove excess inline keywords
by Ville Syrjälä
· 10 years ago
e1dee19
Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
37ef01a
drm/i915: Dont enable CS_PARSER_ERROR interrupts at all
by Daniel Vetter
· 10 years ago
9e63743
drm/i915/bxt: Enable GMBUS IRQ
by Shashank Sharma
· 10 years ago
266ea3d
drm/i915/bxt: Add BXT support in gen8_irq functions
by Shashank Sharma
· 10 years ago
d04a492
drm/i915/bxt: Add DDI hpd handler
by Shashank Sharma
· 10 years ago
6b5ad42
drm/i915/bxt: support for HPD long/short status decoding
by Imre Deak
· 10 years ago
e0a20ad
drm/i915/bxt: DDI Hotplug interrupt setup
by Shashank Sharma
· 10 years ago
74cdb33
drm/i915: Tidy gen8 IRQ handler
by Chris Wilson
· 10 years ago
cb0d205
drm/i915: Reduce locking in gen8 IRQ handler
by Chris Wilson
· 10 years ago
edcf284
drm/i915: Fix computation of last_adjustment for RPS autotuning
by Chris Wilson
· 10 years ago
8fb5519
drm/i915: Agressive downclocking on Baytrail
by Chris Wilson
· 10 years ago
096fad9
drm/i915: move clearing of RPS interrupt bits from disable to reset time
by Imre Deak
· 10 years ago
58072cc
drm/i915: fix race when clearing RPS IIR bits
by Imre Deak
· 10 years ago
6f4b12f8
drm/i915: Use down ei for manual Baytrail RPS calculations
by Chris Wilson
· 10 years ago
43cf3bf
drm/i915: Improved w/a for rps on Baytrail
by Chris Wilson
· 10 years ago
aa44862
drm/i915/skl: Enabling processing of Turbo interrupts
by Akash Goel
· 10 years ago
d14c034
drm/i915/skl: Restore pipe interrupt registers after power well enabling
by Damien Lespiau
· 10 years ago
4c6c03b
drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask
by Damien Lespiau
· 10 years ago
a8c6ecb
Merge tag 'v4.0-rc3' into drm-next
by Dave Airlie
· 10 years ago
83d6573
drm/i915: Use enabled value from crtc_state rather than crtc (v2)
by Matt Roper
· 10 years ago
2dd2a88
drm/i915: avoid processing spurious/shared interrupts in low-power states
by Imre Deak
· 10 years ago
f3a5c3f
drm/i915: Flatten DRIVER_MODESET checks in i915_irq.c
by Daniel Vetter
· 10 years ago
1efa2e3
drm/i915: Drop pipe_enable checks in vblank funcs
by Daniel Vetter
· 10 years ago
ffe02b4
drm/i915: Introduce intel_set_rps()
by Ville Syrjälä
· 10 years ago
b838cbe
drm/i915: Remove bogus locking check in the hangcheck code
by Daniel Vetter
· 10 years ago
b8d24a0
drm/i915: Remove nested work in gpu error handling
by Mika Kuoppala
· 10 years ago
737b150
drm/i915: Convert hangcheck from a timer into a delayed work item
by Chris Wilson
· 10 years ago
b2c5c18
drm/i915: Use symbolic irqreturn for ->hpd_pulse
by Daniel Vetter
· 10 years ago
6e3c971
drm/i915: Make intel_crtc->config a pointer
by Ander Conselvan de Oliveira
· 10 years ago
2d112de
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
by Ander Conselvan de Oliveira
· 10 years ago
d3e7a0d
Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
281d1bb
Merge remote-tracking branch 'origin/master' into drm-next
by Dave Airlie
· 10 years ago
778eb33
drm/i915: Remove I915_HAS_HOTPLUG() check from i915_hpd_irq_setup()
by Ville Syrjälä
· 10 years ago
7c7e10d
drm/i915: Make hpd arrays big enough to avoid out of bounds access
by Ville Syrjälä
· 10 years ago
0a87a2d
Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued
by Daniel Vetter
· 10 years ago
f24eeb1
drm/i915: vlv: sanitize RPS interrupt mask during GPU idling
by Imre Deak
· 10 years ago
59d02a1
drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6
by Imre Deak
· 10 years ago
adc3184
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
7d47559
drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4
by Ville Syrjälä
· 10 years ago
78e68d3
drm/i915: move RPS PM_IER enabling to gen6_enable_rps_interrupts
by Imre Deak
· 10 years ago
3f7531c
drm/i915: Name the lrc irq handler correctly
by Daniel Vetter
· 10 years ago
c352d1b
drm/i915: vlv: fix IRQ masking when uninstalling interrupts
by Imre Deak
· 10 years ago
Next »