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_request.c
Age
Commit message (
Expand
)
Author
2018-07-09
drm/i915: Provide a timeout to i915_gem_wait_for_idle()
Chris Wilson
2018-07-07
drm/i915: Replace nested subclassing with explicit subclasses
Chris Wilson
2018-07-06
drm/i915: Export i915_request_skip()
Chris Wilson
2018-06-28
drm/i915: Only signal from interrupt when requested
Chris Wilson
2018-06-28
drm/i915: Move the irq_counter inside the spinlock
Chris Wilson
2018-06-14
drm/i915: Make closing request flush mandatory
Chris Wilson
2018-06-11
drm/i915/ringbuffer: Fix context restore upon reset
Chris Wilson
2018-05-24
drm/i915: Look for an active kernel context before switching
Chris Wilson
2018-05-18
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
2018-05-18
drm/i915: Move request->ctx aside
Chris Wilson
2018-05-08
drm/i915: Annotate timeline lock nesting
Chris Wilson
2018-05-08
drm/i915: Disable tasklet scheduling across initial scheduling
Chris Wilson
2018-05-04
drm/i915: Remove assertion of active_rings must be non-empty if active_requests
Chris Wilson
2018-05-04
drm/i915: Keep one request in our ring_list
Chris Wilson
2018-05-03
drm/i915: Reset the hangcheck timestamp before repeating a seqno
Chris Wilson
2018-05-02
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
2018-05-02
drm/i915: Move timeline from GTT to ring
Chris Wilson
2018-04-30
drm/i915: Only track live rings for retiring
Chris Wilson
2018-04-30
drm/i915: Retire requests along rings
Chris Wilson
2018-04-30
drm/i915: Wrap engine->context_pin() and engine->context_unpin()
Chris Wilson
2018-04-30
drm/i915: Stop tracking timeline->inflight_seqnos
Chris Wilson
2018-04-18
drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
2018-04-18
drm/i915: Rename priotree to sched
Chris Wilson
2018-04-09
drm/i915/execlists: Log fence context & seqno throughout GEM_TRACE
Tvrtko Ursulin
2018-04-06
drm/i915: Pass the set of guilty engines to i915_reset()
Chris Wilson
2018-04-06
drm/i915: Split out parking from the idle worker for reuse
Chris Wilson
2018-03-29
drm/i915: Include the HW breadcrumb whenever we trace the global_seqno
Chris Wilson
2018-03-22
drm/i915: Remove local timeline var from submit/unsubmit
Chris Wilson
2018-03-22
drm/i915: Fix tracing of submit seqno
Chris Wilson
2018-03-20
drm/i915: Add control flags to i915_handle_error()
Chris Wilson
2018-03-16
drm/i915: Trace GEM steps between submit and wedging
Chris Wilson
2018-03-12
drm/i915: Remove the impedance mismatch around intel_engine_enable_signaling
Chris Wilson
2018-03-09
drm/i915: Wrap engine->schedule in RCU locks for set-wedge protection
Chris Wilson
2018-03-09
drm/i915: Update ring position from request on retiring
Chris Wilson
2018-03-06
drm/i915: Flush waiters on seqno wraparound
Chris Wilson
2018-03-06
drm/i915: Stop kicking the signaling thread on seqno wraparound
Chris Wilson
2018-02-23
drm/i915: Update missing parts after the rename to i915_request
Michel Thierry
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson