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
/
intel_ringbuffer.h
Age
Commit message (
Expand
)
Author
2016-08-04
drm/i915: Refactor activity tracking for requests
Chris Wilson
2016-08-03
drm/i915: Move the common engine cleanup to intel_engine_cs.c
Chris Wilson
2016-08-02
drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
Chris Wilson
2016-08-02
drm/i915: Simplify calling engine->sync_to
Chris Wilson
2016-08-02
drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
Chris Wilson
2016-08-02
drm/i915: Unify request submission
Chris Wilson
2016-08-02
drm/i915: Move the modulus for ring emission to the register write
Chris Wilson
2016-08-02
drm/i915: Convert engine->write_tail to operate on a request
Chris Wilson
2016-08-02
drm/i915: Remove intel_ring_get_tail()
Chris Wilson
2016-08-02
drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
Chris Wilson
2016-08-02
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
2016-08-02
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
2016-08-02
drm/i915: Rename intel_pin_and_map_ring()
Chris Wilson
2016-08-02
drm/i915: Rename residual ringbuf parameters
Chris Wilson
2016-08-02
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
Chris Wilson
2016-07-27
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
Chris Wilson
2016-07-21
drm/i915: rename 'ring' where it refers to an engine or engine_id
Dave Gordon
2016-07-21
drm/i915: rename macro parameter(ring) to (engine)
Dave Gordon
2016-07-20
drm/i915: Rename ring->virtual_start as ring->vaddr
Chris Wilson
2016-07-20
drm/i915: Treat ringbuffer writes as write to normal memory
Chris Wilson
2016-07-20
drm/i915: Derive GEM requests from dma-fence
Chris Wilson
2016-07-14
drm/i915: Pull out some more common engine init code
Tvrtko Ursulin
2016-07-14
drm/i915: Move common engine setup into intel_engine_cs.c
Tvrtko Ursulin
2016-07-14
drm/i915: Unify engine init loop
Tvrtko Ursulin
2016-07-14
drm/i915: unify first-stage engine struct setup
Dave Gordon
2016-07-06
drm/i915: Group the irq breadcrumb variables into the same cacheline
Chris Wilson
2016-07-04
drm/i915: Remove stop-rings debugfs interface
Chris Wilson
2016-07-04
drm/i915: Only start retire worker when idle
Chris Wilson
2016-07-01
drm/i915: Simplify enabling user-interrupts with L3-remapping
Chris Wilson
2016-07-01
drm/i915: Move the get/put irq locking into the caller
Chris Wilson
2016-07-01
drm/i915: Embed signaling node into the GEM request
Chris Wilson
2016-07-01
drm/i915: Convert trace-irq to the breadcrumb waiter
Chris Wilson
2016-07-01
drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
Chris Wilson
2016-07-01
drm/i915: Refactor scratch object allocation for gen2 w/a buffer
Chris Wilson
2016-07-01
drm/i915: Stop mapping the scratch page into CPU space
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-06-30
drm/i915: Compact Gen8 semaphore initialization
Tvrtko Ursulin
2016-05-24
drm/i915: Rename struct intel_context
Chris Wilson
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-04-29
drm/i915: Fix gen8 semaphores id for legacy mode
Chris Wilson
2016-04-29
drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacy
Chris Wilson
2016-04-29
drm/i915: Bump reserved size for legacy gen8 semaphore emission
Chris Wilson
2016-04-28
drm/i915: Stop tracking execlists retired requests
Tvrtko Ursulin
2016-04-28
drm/i915: Remove the identical implementations of request space reservation
Chris Wilson
2016-04-28
drm/i915: Unify intel_ring_begin()
Chris Wilson
2016-04-12
drm/i915: Only grab correct forcewake for the engine with execlists
Tvrtko Ursulin
2016-04-09
drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor
Chris Wilson
2016-04-09
drm/i915: Use simplest form for flushing the single cacheline in the HWS
Chris Wilson
[next]