index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2022-06-17
drm/i915: Improve user experience and driver robustness under SIGINT or similar
Tvrtko Ursulin
1
-7
/
+18
2022-04-05
drm/i915: Track context current active time
Tvrtko Ursulin
1
-10
/
+5
2021-12-13
drm/i915: Don't disable interrupts and pretend a lock as been acquired in __t...
Sebastian Andrzej Siewior
1
-1
/
+2
2021-10-15
drm/i915: Multi-BB execbuf
Matthew Brost
1
-1
/
+7
2021-10-15
drm/i915/guc: Insert submit fences between requests in parent-child relationship
Matthew Brost
1
-0
/
+5
2021-10-15
drm/i915/guc: Add multi-lrc context registration
Matthew Brost
1
-0
/
+2
2021-10-15
drm/i915/guc: Introduce context parent-child relationship
Matthew Brost
1
-0
/
+41
2021-07-28
drm/i915: move intel_context slab to direct module init/exit
Daniel Vetter
1
-0
/
+3
2021-07-28
drm/i915/guc: Support request cancellation
Matthew Brost
1
-0
/
+7
2021-07-28
drm/i915/guc: Implement banned contexts for GuC submission
Matthew Brost
1
-0
/
+13
2021-07-28
drm/i915/guc: Capture error state on context reset
Matthew Brost
1
-0
/
+3
2021-07-22
drm/i915/guc: Defer context unpin until scheduling is disabled
Matthew Brost
1
-1
/
+26
2021-07-08
drm/i915: Stop storing the ring size in the ring pointer (v3)
Jason Ekstrand
1
-5
/
+0
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
1
-2
/
+1
2020-12-29
drm/i915/gem: Peek at the inflight context
Chris Wilson
1
-0
/
+5
2020-12-24
drm/i915/gt: Consolidate the CS timestamp clocks
Chris Wilson
1
-4
/
+2
2020-09-07
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
1
-0
/
+13
2020-03-26
drm/i915: Use explicit flag to mark unreachable intel_context
Chris Wilson
1
-0
/
+5
2020-02-16
drm/i915: Track hw reported context runtime
Tvrtko Ursulin
1
-0
/
+17
2020-02-04
drm/i915/gt: Pull sseu context updates under gt
Chris Wilson
1
-0
/
+3
2020-01-09
drm/i915/gt: Pull context activation into central intel_context_pin()
Chris Wilson
1
-3
/
+0
2020-01-09
drm/i915/gt: Push context state allocation earlier
Chris Wilson
1
-0
/
+2
2020-01-09
drm/i915: Pin the context as we work on it
Chris Wilson
1
-1
/
+6
2019-12-25
drm/i915: Add spaces before compound GEM_TRACE
Chris Wilson
1
-1
/
+1
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
1
-3
/
+6
2019-12-20
drm/i915: Push the use-semaphore marker onto the intel_context
Chris Wilson
1
-0
/
+15
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
1
-0
/
+42
2019-12-13
drm/i915: Introduce new macros for tracing
Venkata Sandeep Dhanalakota
1
-0
/
+7
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
1
-0
/
+1
2019-08-16
drm/i915/gt: Mark context->active_count as protected by timeline->mutex
Chris Wilson
1
-0
/
+3
2019-08-16
drm/i915: Protect request retirement with timeline->mutex
Chris Wilson
1
-5
/
+13
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
1
-4
/
+4
2019-08-09
drm/i915: Push the ring creation flags to the backend
Chris Wilson
1
-0
/
+5
2019-08-02
drm/i915: Allow sharing the idle-barrier from other kernel requests
Chris Wilson
1
-11
/
+2
2019-07-23
drm/i915/gt: Hook up intel_context_fini()
Chris Wilson
1
-0
/
+1
2019-07-17
drm/i915/oa: Reconfigure contexts on the fly
Chris Wilson
1
-0
/
+3
2019-06-21
drm/i915: Provide an i915_active.acquire callback
Chris Wilson
1
-2
/
+12
2019-06-14
drm/i915: Keep contexts pinned until after the next kernel context switch
Chris Wilson
1
-0
/
+3
2019-06-10
drm/i915: Allow interrupts when taking the timeline->mutex
Chris Wilson
1
-2
/
+3
2019-04-26
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
1
-22
/
+5
2019-04-26
drm/i915: Pass intel_context to intel_context_pin_lock()
Chris Wilson
1
-7
/
+27
2019-04-26
drm/i915: Export intel_context_instance()
Chris Wilson
1
-6
/
+13
2019-04-25
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
1
-0
/
+12
2019-04-25
drm/i915: Introduce context->enter() and context->exit()
Chris Wilson
1
-0
/
+21
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-0
/
+87