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_scheduler.c
Age
Commit message (
Expand
)
Author
2024-12-09
drm/i915: Fix memory leak by correcting cache object name in error handler
Jiasheng Jiang
2021-07-28
drm/i915: move scheduler slabs to direct module init/exit
Daniel Vetter
2021-07-27
drm/i915/guc: Implement GuC priority management
Matthew Brost
2021-07-27
drm/i915: Reset GPU immediately if submission is disabled
Matthew Brost
2021-07-27
drm/i915: Add i915_sched_engine destroy vfunc
Matthew Brost
2021-07-22
drm/i915: Ditch i915 globals shrink infrastructure
Daniel Vetter
2021-06-18
drm/i915: Move submission tasklet to i915_sched_engine
Matthew Brost
2021-06-18
drm/i915: Update i915_scheduler to operate on i915_sched_engine
Matthew Brost
2021-06-18
drm/i915: Add kick_backend function to i915_sched_engine
Matthew Brost
2021-06-18
drm/i915: Move active tracking to i915_sched_engine
Matthew Brost
2021-06-18
drm/i915: Move priolist to new i915_sched_engine object
Matthew Brost
2021-03-24
drm/i915: Remove I915_USER_PRIORITY_SHIFT
Chris Wilson
2021-03-24
drm/i915: Strip out internal priorities
Chris Wilson
2021-01-15
drm/i915: Mark up protected uses of 'i915_request_completed'
Chris Wilson
2020-12-24
drm/i915/gt: Replace direct submit with direct call to tasklet
Chris Wilson
2020-11-19
drm/i915: Show timeline dependencies for debug
Tvrtko Ursulin
2020-05-25
drm/i915: Don't set queue-priority hint when supressing the reschedule
Chris Wilson
2020-05-14
drm/i915: Drop no-semaphore boosting
Chris Wilson
2020-05-07
drm/i915: Remove wait priority boosting
Chris Wilson
2020-05-07
drm/i915: Mark concurrent submissions with a weak-dependency
Chris Wilson
2020-03-31
drm/i915/gt: Include a few tracek for timeslicing
Chris Wilson
2020-03-31
drm/i915: Defer kicking the tasklet until all rescheduling is complete
Chris Wilson
2020-03-10
drm/i915: Tweak scheduler's kick_submission()
Chris Wilson
2020-03-09
drm/i915/execlsts: Mark up racy inspection of current i915_request priority
Chris Wilson
2020-03-06
drm/i915: Always propagate the invocation to i915_schedule
Chris Wilson
2020-02-20
drm/i915: Double check bumping after the spinlock
Chris Wilson
2020-02-20
drm/i915/gt: Protect signaler walk with RCU
Chris Wilson
2020-02-07
drm/i915/gt: Protect execlists_hold/unhold from new waiters
Chris Wilson
2020-02-07
drm/i915/gt: Protect defer_request() from new waiters
Chris Wilson
2020-01-16
drm/i915: Keep track of request among the scheduling lists
Chris Wilson
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
2019-12-11
drm/i915: Copy across scheduler behaviour flags across submit fences
Chris Wilson
2019-11-22
drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
Chris Wilson
2019-11-04
drm/i915: Protect request peeking with RCU
Chris Wilson
2019-10-21
drm/i915: Don't set queue_priority_hint if we don't kick the submission
Chris Wilson
2019-10-18
drm/i915/execlists: Don't merely skip submission if maybe timeslicing
Chris Wilson
2019-08-13
drm/i915: Push the wakeref->count deferral to the backend
Chris Wilson
2019-06-20
drm/i915/execlists: Minimalistic timeslicing
Chris Wilson
2019-06-20
drm/i915/execlists: Preempt-to-busy
Chris Wilson
2019-06-14
drm/i915: Replace engine->timeline with a plain list
Chris Wilson
2019-05-22
drm/i915: Load balancing across a virtual engine
Chris Wilson
2019-05-17
drm/i915: Bump signaler priority on adding a waiter
Chris Wilson
2019-05-13
drm/i915: Check for no-op priority changes first
Chris Wilson
2019-05-13
drm/i915: Pass i915_sched_node around internally
Chris Wilson
2019-05-13
drm/i915: Rearrange i915_scheduler.c
Chris Wilson
2019-05-07
drm/i915: Only reschedule the submission tasklet if preemption is possible
Chris Wilson
2019-04-11
drm/i915: Bump ready tasks ahead of busywaits
Chris Wilson
2019-04-02
drm/i915: Only emit one semaphore per request
Chris Wilson
2019-03-06
drm/i915: Use i915_global_register()
Chris Wilson
2019-03-01
drm/i915: Prioritise non-busywait semaphore workloads
Chris Wilson
[next]