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
2017-05-17
drm/i915: Split execlist priority queue into rbtree + linked list
Chris Wilson
2017-05-17
drm/i915/execlists: Pack the count into the low bits of the port.request
Chris Wilson
2017-05-04
drm/i915: Micro-optimise hotpath through intel_ring_begin()
Chris Wilson
2017-05-04
drm/i915: Report the ring->space from intel_ring_update_space()
Chris Wilson
2017-05-04
drm/i915: Avoid the branch in computing intel_ring_space()
Chris Wilson
2017-05-04
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
2017-04-28
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
2017-04-26
drm/i915: Skip waking the signaler when enabling before request submission
Chris Wilson
2017-04-25
drm/i915: Differentiate between sw write location into ring and last hw read
Chris Wilson
2017-04-11
drm/i915: Rename intel_engine_cs.exec_id to uabi_id
Chris Wilson
2017-04-11
drm/i915: Generate the engine name based on the instance number
Oscar Mateo
2017-04-11
drm/i915: Use the same vfunc for BSD2 ring init
Oscar Mateo
2017-04-11
drm/i915: Classify the engines in class + instance
Daniele Ceraolo Spurio
2017-04-03
drm/i915: intel_ring.engine is unused
Chris Wilson
2017-03-27
drm/i915: Refactor tests for validity of RING_TAIL
Chris Wilson
2017-03-27
drm/i915/execlists: Wrap tail pointer after reset tweaking
Chris Wilson
2017-03-27
drm/i915: Use BIT() for computing the engine's flag
Chris Wilson
2017-03-27
drm/i915: Remove unused intel_flush_status_page()
Chris Wilson
2017-03-27
drm/i915: Fixup intel_write_status_page() for old CPUs without clflush
Chris Wilson
2017-03-21
drm/i915: Remove intel_ring.last_retired_head
Chris Wilson
2017-03-16
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
2017-03-16
drm/i915: make context status notifier head be per engine
Changbin Du
2017-03-16
drm/i915: Replace irq_seqno_barrier on hws write with a clflush
Chris Wilson
2017-03-03
drm/i915: Don't use enums for hardware engine id
Michal Wajdeczko
2017-03-03
drm/i915: Split breadcrumbs spinlock into two
Chris Wilson
2017-03-03
drm/i915: Generalise wait for execlists to be idle
Chris Wilson
2017-03-03
drm/i915: Ensure the engine is idle before manually changing HWS
Chris Wilson
2017-02-27
drm/i915: Delay disabling the user interrupt for breadcrumbs
Chris Wilson
2017-02-27
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
2017-02-27
drm/i915: Report both waiters and success from intel_engine_wakeup()
Chris Wilson
2017-02-23
drm/i915: Allow a request to be cancelled
Chris Wilson
2017-02-23
drm/i915: Take a reference whilst processing the signaler request
Chris Wilson
2017-02-23
drm/i915: Protect the request->global_seqno with the engine->timeline lock
Chris Wilson
2017-02-23
drm/i915: Keep a global seqno per-engine
Chris Wilson
2017-02-17
drm/i915: Postpone fake breadcrumb interrupt until real interrupts cease
Chris Wilson
2017-02-17
drm/i915: Consolidate gen8_emit_pipe_control
Tvrtko Ursulin
2017-02-17
drm/i915: Make int __intel_ring_space static
Tvrtko Ursulin
2017-02-15
drm/i915: Remove duplicate intel_logical_ring_workarounds_emit
Tvrtko Ursulin
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
2017-02-13
drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
Chris Wilson
2017-02-10
drm/i915: Rename conditional GEM execution macros
Chris Wilson
2017-02-06
drm/i915: Avoid unguarded reads from the request pointer
Chris Wilson
2017-02-06
drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
Chris Wilson
2017-01-30
drm/i915: Create context desc template when context is created
Mika Kuoppala
2017-01-24
drm/i915: Only run execlist context-switch handler after an interrupt
Chris Wilson
2017-01-24
drm/i915: Move breadcrumbs irq_posted up a level to engine
Chris Wilson
2017-01-24
drm/i915: Only disable execlist preemption for the duration of the request
Chris Wilson
2017-01-23
drm/i915: Remove disable_lite_restore_wa
Chris Wilson
2016-12-24
drm/i915: request ring to be pinned above GUC_WOPCM_TOP
Daniele Ceraolo Spurio
2016-12-18
drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
Chris Wilson
[next]