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
/
gt
/
intel_context.h
Age
Commit message (
Expand
)
Author
2022-04-05
drm/i915: Track context current active time
Tvrtko Ursulin
2021-12-13
drm/i915: Don't disable interrupts and pretend a lock as been acquired in __t...
Sebastian Andrzej Siewior
2021-10-15
drm/i915: Multi-BB execbuf
Matthew Brost
2021-10-15
drm/i915/guc: Insert submit fences between requests in parent-child relationship
Matthew Brost
2021-10-15
drm/i915/guc: Add multi-lrc context registration
Matthew Brost
2021-10-15
drm/i915/guc: Introduce context parent-child relationship
Matthew Brost
2021-07-28
drm/i915: move intel_context slab to direct module init/exit
Daniel Vetter
2021-07-27
drm/i915/guc: Support request cancellation
Matthew Brost
2021-07-27
drm/i915/guc: Implement banned contexts for GuC submission
Matthew Brost
2021-07-27
drm/i915/guc: Capture error state on context reset
Matthew Brost
2021-07-22
drm/i915/guc: Defer context unpin until scheduling is disabled
Matthew Brost
2021-07-08
drm/i915: Stop storing the ring size in the ring pointer (v3)
Jason Ekstrand
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
2020-12-29
drm/i915/gem: Peek at the inflight context
Chris Wilson
2020-12-23
drm/i915/gt: Consolidate the CS timestamp clocks
Chris Wilson
2020-09-07
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
2020-03-26
drm/i915: Use explicit flag to mark unreachable intel_context
Chris Wilson
2020-02-16
drm/i915: Track hw reported context runtime
Tvrtko Ursulin
2020-02-04
drm/i915/gt: Pull sseu context updates under gt
Chris Wilson
2020-01-09
drm/i915/gt: Pull context activation into central intel_context_pin()
Chris Wilson
2020-01-09
drm/i915/gt: Push context state allocation earlier
Chris Wilson
2020-01-09
drm/i915: Pin the context as we work on it
Chris Wilson
2019-12-25
drm/i915: Add spaces before compound GEM_TRACE
Chris Wilson
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
2019-12-20
drm/i915: Push the use-semaphore marker onto the intel_context
Chris Wilson
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
2019-12-13
drm/i915: Introduce new macros for tracing
Venkata Sandeep Dhanalakota
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
2019-08-16
drm/i915/gt: Mark context->active_count as protected by timeline->mutex
Chris Wilson
2019-08-15
drm/i915: Protect request retirement with timeline->mutex
Chris Wilson
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
2019-08-09
drm/i915: Push the ring creation flags to the backend
Chris Wilson
2019-08-02
drm/i915: Allow sharing the idle-barrier from other kernel requests
Chris Wilson
2019-07-22
drm/i915/gt: Hook up intel_context_fini()
Chris Wilson
2019-07-17
drm/i915/oa: Reconfigure contexts on the fly
Chris Wilson
2019-06-21
drm/i915: Provide an i915_active.acquire callback
Chris Wilson
2019-06-14
drm/i915: Keep contexts pinned until after the next kernel context switch
Chris Wilson
2019-06-10
drm/i915: Allow interrupts when taking the timeline->mutex
Chris Wilson
2019-04-26
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
2019-04-26
drm/i915: Pass intel_context to intel_context_pin_lock()
Chris Wilson
2019-04-26
drm/i915: Export intel_context_instance()
Chris Wilson
2019-04-24
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
2019-04-24
drm/i915: Introduce context->enter() and context->exit()
Chris Wilson
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson