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_engine_cs.c
Age
Commit message (
Expand
)
Author
2016-11-14
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
2016-11-14
drm/i915/scheduler: Signal the arrival of a new request
Chris Wilson
2016-11-14
drm/i915: Remove engine->execlist_lock
Chris Wilson
2016-11-02
drm/i915: Move hangcheck code out from i915_irq.c
Mika Kuoppala
2016-10-28
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
drm/i915: Reuse the active golden render state batch
Chris Wilson
2016-10-28
drm/i915: Introduce an internal allocator for disposable private objects
Chris Wilson
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-14
drm/i915: Do not use INTEL_INFO(dev_priv)->ring_mask inside WARNs
Tvrtko Ursulin
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-12
drm/i915: Move common code out of i915_gpu_error.c
Chris Wilson
2016-10-07
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
2016-10-05
drm/i915: Show RING registers through debugfs
Chris Wilson
2016-09-09
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
2016-08-18
drm/i915/cmdparser: Make initialisation failure non-fatal
Chris Wilson
2016-08-17
drm/i915: Add enum for hardware engine identifiers
Tvrtko Ursulin
2016-08-15
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
2016-08-15
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
2016-08-15
drm/i915: Use VMA as the primary tracker for semaphore page
Chris Wilson
2016-08-15
drm/i915: Move common seqno reset to intel_engine_cs.c
Chris Wilson
2016-08-15
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
2016-08-11
drm/i915: Store number of active engines in device info
Tvrtko Ursulin
2016-08-10
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-04
drm/i915: Double check the active status on the batch pool
Chris Wilson
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 struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-07-29
drm/i915: Add missing ring_mask to Pineview
Chris Wilson
2016-07-27
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
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