index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
mock_engine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-21
drm/i915: Add ww ctx to i915_gem_object_trylock
Maarten Lankhorst
1
-1
/
+1
2021-12-17
drm/i915/gt: Use to_gt() helper
Michał Winiarski
1
-5
/
+5
2021-11-19
drm/i915: Create a full object for mock_ring, v2.
Maarten Lankhorst
1
-10
/
+28
2021-09-24
drm/i915/gt: Register the migrate contexts with their engines
Thomas Hellström
1
-0
/
+2
2021-07-27
drm/i915: Move active request tracking to a vfunc
Matthew Brost
1
-0
/
+30
2021-07-27
drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
Matthew Brost
1
-2
/
+2
2021-06-18
drm/i915: Move submission tasklet to i915_sched_engine
Matthew Brost
1
-0
/
+1
2021-06-18
drm/i915: Move active tracking to i915_sched_engine
Matthew Brost
1
-4
/
+3
2021-06-18
drm/i915: Move priolist to new i915_sched_engine object
Matthew Brost
1
-1
/
+8
2021-05-05
drm/i915: drop the __i915_active_call pointer packing
Matthew Auld
1
-1
/
+1
2021-04-08
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-23
/
+6
2021-03-24
drm/i915: Protect against request freeing during cancellation on wedging
Chris Wilson
1
-3
/
+5
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
1
-20
/
+1
2021-03-24
drm/i915: Pin timeline map after first timeline pin, v4.
Maarten Lankhorst
1
-2
/
+20
2021-01-09
drm/i915: Refactor marking a request as EIO
Chris Wilson
1
-13
/
+2
2020-09-30
drm/i915/selftests: Finish pending mock requests on cancellation.
Chris Wilson
1
-4
/
+25
2020-09-07
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
1
-1
/
+2
2020-09-07
drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
Maarten Lankhorst
1
-1
/
+12
2020-09-07
drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
Chris Wilson
1
-3
/
+7
2020-09-07
drm/i915/selftests: Drop stale timeline constructor assert
Chris Wilson
1
-1
/
+0
2020-09-07
drm/i915/gt: Support multiple pinned timelines
Chris Wilson
1
-1
/
+1
2020-09-07
drm/i915/selftests: Mock the status_page.vma for the kernel_context
Chris Wilson
1
-0
/
+3
2020-04-30
drm/i915/gt: Move the batch buffer pool from the engine to the gt
Chris Wilson
1
-2
/
+0
2020-03-04
drm/i915: Apply i915_request_skip() on submission
Chris Wilson
1
-3
/
+1
2020-02-17
drm/i915/selftests: Mark the mock ring->vma as being in the GGTT
Chris Wilson
1
-0
/
+3
2020-01-14
drm/i915/selftests: Add a mock i915_vma to the mock_ring
Chris Wilson
1
-1
/
+16
2020-01-09
drm/i915/gt: Pull context activation into central intel_context_pin()
Chris Wilson
1
-1
/
+1
2020-01-03
drm/i915/gt: Discard stale context state from across idling
Chris Wilson
1
-0
/
+5
2019-12-22
drm/i915/gt: Pull GT initialisation under intel_gt_init()
Chris Wilson
1
-24
/
+24
2019-12-21
drm/i915/selftests: Setup engine->retire for mock_engine
Chris Wilson
1
-0
/
+2
2019-12-18
drm/i915/gt: Remove direct invocation of breadcrumb signaling
Chris Wilson
1
-1
/
+1
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
1
-0
/
+1
2019-10-18
drm/i915/selftests: Add the mock engine to the gt->engine[]
Chris Wilson
1
-0
/
+4
2019-10-08
drm/i915/selftests: Assign the intel_runtime_pm pointer for mock_uncore
Chris Wilson
1
-0
/
+1
2019-10-08
drm/i915/selftests: Assign the mock_engine->uncore shortcut
Chris Wilson
1
-0
/
+1
2019-08-15
drm/i915: Protect request retirement with timeline->mutex
Chris Wilson
1
-1
/
+0
2019-08-15
drm/i915/gt: Guard timeline pinning without relying on struct_mutex
Chris Wilson
1
-3
/
+3
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
1
-39
/
+23
2019-08-09
drm/i915: Push the ring creation flags to the backend
Chris Wilson
1
-1
/
+1
2019-08-09
drm/i915/gt: Make deferred context allocation explicit
Chris Wilson
1
-6
/
+11
2019-08-08
drm/i915/selftests: Fixup a missing legacy_idx
Chris Wilson
1
-0
/
+3
2019-08-08
drm/i915: Allocate kernel_contexts directly
Chris Wilson
1
-10
/
+5
2019-08-04
drm/i915: Replace struct_mutex for batch pool serialisation
Chris Wilson
1
-0
/
+2
2019-07-22
drm/i915/gt: Hook up intel_context_fini()
Chris Wilson
1
-0
/
+1
2019-06-21
drm/i915: Provide an i915_active.acquire callback
Chris Wilson
1
-1
/
+1
2019-06-21
drm/i915: Rename i915_timeline to intel_timeline and move under gt
Tvrtko Ursulin
1
-5
/
+5
2019-06-21
drm/i915: Make timelines gt centric
Tvrtko Ursulin
1
-1
/
+1
2019-06-21
drm/i915: Store backpointer to intel_gt in the engine
Tvrtko Ursulin
1
-0
/
+1
2019-06-19
drm/i915: Keep rings pinned while the context is active
Chris Wilson
1
-0
/
+1
2019-06-14
drm/i915: Replace engine->timeline with a plain list
Chris Wilson
1
-12
/
+6
[next]