index
:
~dolphin/linux
drm-intel-gt-next
Joonas's Linux kernel branches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
drm/i915: Unlock the shared hwsp_gtt object after pinning
drm-intel-gt-next
Thomas Hellström
1
-0
/
+9
2020-09-03
drm/i915: Filter wake_flags passed to default_wake_function
Chris Wilson
1
-3
/
+7
2020-09-03
drm/i915: Remove i915_request.lock requirement for execution callbacks
Chris Wilson
1
-47
/
+58
2020-09-03
drm/i915: Be wary of data races when reading the active execlists
Chris Wilson
2
-6
/
+34
2020-09-03
drm/i915: Add ww locking to pin_to_display_plane, v2.
Maarten Lankhorst
2
-16
/
+41
2020-09-03
drm/i915: Add ww locking to vm_fault_gtt
Maarten Lankhorst
1
-18
/
+33
2020-09-03
drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.
Maarten Lankhorst
5
-96
/
+125
2020-09-03
drm/i915: Use ww pinning for intel_context_create_request()
Maarten Lankhorst
1
-5
/
+15
2020-09-03
drm/i915/selftests: Fix locking inversion in lrc selftest.
Maarten Lankhorst
1
-3
/
+12
2020-09-03
drm/i915: Dirty hack to fix selftests locking inversion
Maarten Lankhorst
1
-0
/
+12
2020-09-03
drm/i915: Convert i915_perf to ww locking as well
Maarten Lankhorst
1
-15
/
+42
2020-09-03
drm/i915: Kill last user of intel_context_create_request outside of selftests
Maarten Lankhorst
1
-14
/
+29
2020-09-03
drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2.
Maarten Lankhorst
3
-70
/
+163
2020-09-03
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
26
-137
/
+217
2020-09-03
drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
Maarten Lankhorst
5
-106
/
+190
2020-09-03
drm/i915: Pin engine before pinning all objects, v5.
Maarten Lankhorst
2
-65
/
+152
2020-09-03
drm/i915: Nuke arguments to eb_pin_engine
Maarten Lankhorst
1
-10
/
+7
2020-09-03
drm/i915: Add ww context handling to context_barrier_task
Maarten Lankhorst
2
-29
/
+48
2020-09-03
drm/i915: Use ww locking in intel_renderstate.
Maarten Lankhorst
3
-32
/
+71
2020-09-03
drm/i915: Use per object locking in execbuf, v12.
Maarten Lankhorst
4
-170
/
+262
2020-09-03
drm/i915: Parse command buffer earlier in eb_relocate(slow)
Maarten Lankhorst
1
-31
/
+37
2020-09-03
drm/i915: Remove locking from i915_gem_object_prepare_read/write
Maarten Lankhorst
8
-27
/
+59
2020-09-03
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
22
-39
/
+170
2020-09-03
Revert "drm/i915/gem: Split eb_vma into its own allocation"
Maarten Lankhorst
1
-73
/
+51
2020-09-03
Revert "drm/i915/gem: Drop relocation slowpath".
Maarten Lankhorst
1
-10
/
+252
2020-09-03
drm/i915: Revert relocation chaining commits.
Maarten Lankhorst
2
-144
/
+35
2020-09-03
Revert "drm/i915/gem: Async GPU relocations only"
Maarten Lankhorst
2
-27
/
+313
2020-09-03
drm/i915/gem: Free the fence after a fence-chain lookup failure
Chris Wilson
1
-0
/
+1
2020-09-03
drm/i915/gem: Reduce context termination list iteration guard to RCU
Chris Wilson
1
-13
/
+19
2020-09-03
drm/i915/selftests: Prevent selecting 0 for our random width/align
Chris Wilson
1
-3
/
+3
2020-09-03
drm/i915/gt: Hold context/request reference while breadcrumbs are active
Chris Wilson
2
-38
/
+74
2020-09-03
drm/i915/gt: Move intel_breadcrumbs_arm_irq earlier
Chris Wilson
1
-42
/
+42
2020-09-03
drm/i915/gt: Shrink i915_page_directory's slab bucket
Chris Wilson
4
-28
/
+50
2020-09-03
drm/i915/gt: Switch to object allocations for page directories
Chris Wilson
18
-420
/
+289
2020-09-03
drm/i915: Preallocate stashes for vma page-directories
Chris Wilson
9
-190
/
+237
2020-09-03
drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
Chris Wilson
16
-95
/
+162
2020-09-03
drm/i915/gt: Only transfer the virtual context to the new engine if active
Chris Wilson
1
-25
/
+40
2020-09-03
drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbs
Chris Wilson
4
-52
/
+21
2020-09-03
drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
Chris Wilson
3
-87
/
+123
2020-09-03
drm/i915: Provide a fastpath for waiting on vma bindings
Chris Wilson
2
-2
/
+22
2020-09-03
drm/i915: Reduce locking around i915_active_acquire_preallocate_barrier()
Chris Wilson
1
-5
/
+5
2020-09-03
drm/i915: Make the stale cached active node available for any timeline
Chris Wilson
1
-2
/
+28
2020-09-03
drm/i915: Keep the most recently used active-fence upon discard
Chris Wilson
2
-11
/
+20
2020-09-03
drm/i915: Export a preallocate variant of i915_active_acquire()
Chris Wilson
4
-38
/
+130
2020-09-03
drm/i915: Skip taking acquire mutex for no ref->active callback
Chris Wilson
1
-8
/
+16
2020-09-03
drm/i915/selftests: Drop stale timeline constructor assert
Chris Wilson
1
-1
/
+0
2020-09-03
drm/i915/gt: Pull release of node->age under the spinlock
Chris Wilson
1
-1
/
+1
2020-09-03
drm/i915/gt: Support multiple pinned timelines
Chris Wilson
8
-23
/
+61
2020-09-03
drm/i915/gem: Delay tracking the GEM context until it is registered
Chris Wilson
1
-5
/
+11
2020-09-03
drm/i915/gt: Fix termination condition for freeing all buffer objects
Chris Wilson
1
-5
/
+8
[next]