index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_irq.c
Age
Commit message (
Expand
)
Author
2016-07-20
drm/i915: Treat ringbuffer writes as write to normal memory
Chris Wilson
2016-07-14
drm/i915: Define a separate variable and control for RPS waitboost frequency
Chris Wilson
2016-07-07
drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.
Rodrigo Vivi
2016-07-06
drm/i915: Group the irq breadcrumb variables into the same cacheline
Chris Wilson
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
drm/i915: Clean up GPU hang message
Chris Wilson
2016-07-05
drm/i915: Replace lockless_dereference(bool) with READ_ONCE()
Chris Wilson
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
drm/i915: Flush the RPS bottom-half when the GPU idles
Chris Wilson
2016-07-04
drm/i915: Only start retire worker when idle
Chris Wilson
2016-07-01
drm/i915: Remove debug noise on detecting fault-injection of missed interrupts
Chris Wilson
2016-07-01
drm/i915: Move the get/put irq locking into the caller
Chris Wilson
2016-07-01
drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
Chris Wilson
2016-07-01
drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)
Chris Wilson
2016-07-01
drm/i915: Use HWS for seqno tracking everywhere
Chris Wilson
2016-07-01
drm/i915: Slaughter the thundering i915_wait_request herd
Chris Wilson
2016-07-01
drm/i915: Separate GPU hang waitqueue from advance
Chris Wilson
2016-07-01
drm/i915: Make queueing the hangcheck work inline
Chris Wilson
2016-07-01
drm/i915: Remove the dedicated hangcheck workqueue
Chris Wilson
2016-07-01
drm/i915: Delay queuing hangcheck to wait-request
Chris Wilson
2016-06-06
drm/i915: Fix a buch of kerneldoc warnings
Tvrtko Ursulin
2016-05-31
drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
Sagar Arun Kamble
2016-05-25
drm/i915: Revert async unpin and nonblocking atomic commit
Daniel Vetter
2016-05-23
drm/i915: Enable GSE interrupt on BDW+
Ville Syrjälä
2016-05-19
drm/i915: Remove cs based page flip support.
Maarten Lankhorst
2016-05-19
drm/i915: Unify unpin_work and mmio_work into flip_work, v2.
Maarten Lankhorst
2016-05-19
drm/i915: Remove intel_prepare_page_flip, v3.
Maarten Lankhorst
2016-05-19
drm/i915: Remove intel_finish_page_flip_plane.
Maarten Lankhorst
2016-05-11
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
Tvrtko Ursulin
2016-05-10
drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
Chris Wilson
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-05-09
drm/i915: Small display interrupt handlers tidy
Tvrtko Ursulin
2016-04-20
drm/i915/gen8+: Do not enable DPF interrupt since the handler does not exist
Tvrtko Ursulin
2016-04-14
drm/i915: Split gen8_gt_irq_handler into ack+handle
Ville Syrjälä
2016-04-14
drm/i915: Eliminate passing dev+dev_priv to {snb,ilk}_gt_irq_handler()
Ville Syrjälä
2016-04-14
drm/i915: Move gt/pm irq handling out from irq disabled section on VLV
Ville Syrjälä
2016-04-14
drm/i915: Split VLV/CVH PIPESTAT handling into ack+handler
Ville Syrjälä
2016-04-14
drm/i915: Split PORT_HOTPLUG_STAT ack out from i9xx_hpd_irq_handler()
Ville Syrjälä
2016-04-14
drm/i915: Move variables to narrower scope in VLV/CHV irq handlers
Ville Syrjälä
2016-04-14
drm/i915: Eliminate loop from VLV irq handler
Ville Syrjälä
2016-04-14
drm/i915: Clear VLV_IER around irq processing
Ville Syrjälä
2016-04-14
drm/i915: Clear VLV_MASTER_IER around irq processing
Ville Syrjälä
2016-04-14
drm/i915: Clear VLV_IIR after PIPESTAT
Ville Syrjälä
2016-04-14
drm/i915: Set up VLV_MASTER_IER consistently
Ville Syrjälä
2016-04-14
drm/i915: Use GEN8_MASTER_IRQ_CONTROL consistently
Ville Syrjälä
2016-04-14
drm/i915: Tighten reset_counter for reset status
Chris Wilson
2016-04-14
drm/i915: Hide the atomic_read(reset_counter) behind a helper
Chris Wilson
2016-04-12
drm/i915: Move DPINVGTT setup to vlv_display_irq_reset()
Ville Syrjälä
2016-04-12
drm/i915: Warn if irq_mask isn't ~0 during vlv/cvh display irq postinstall
Ville Syrjälä
2016-04-12
drm/i915: Use GEN5_IRQ_INIT() in vlv_display_irq_postinstall()
Ville Syrjälä
[next]