index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
i2c
/
smbus-protocol.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-11
drm/i915/guc: Improve GuC loading status check/error reports
John Harrison
5
-28
/
+48
2022-01-11
drm/i915/guc: Update to GuC version 69.0.3
John Harrison
12
-164
/
+434
2022-01-11
drm/i915/guc: Temporarily bump the GuC load timeout
John Harrison
1
-2
/
+11
2022-01-11
drm/i915: Use struct vma_resource instead of struct vma_snapshot
Thomas Hellström
11
-314
/
+90
2022-01-11
drm/i915: Asynchronous migration selftest
Thomas Hellström
3
-15
/
+192
2022-01-11
drm/i915: Use vma resources for async unbinding
Thomas Hellström
11
-67
/
+579
2022-01-11
drm/i915: Don't pin the object pages during pending vma binds
Thomas Hellström
1
-4
/
+1
2022-01-11
drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
22
-214
/
+314
2022-01-11
drm/i915: Initial introduction of vma resources
Thomas Hellström
10
-63
/
+333
2022-01-10
drm/i915/ttm: ensure we unmap when purging
Matthew Auld
1
-1
/
+15
2022-01-10
drm/i915/ttm: add unmap_virtual callback
Matthew Auld
4
-14
/
+14
2022-01-10
drm/i915/ttm: only fault WILLNEED objects
Matthew Auld
1
-0
/
+5
2022-01-10
drm/i915: don't call free_mmap_offset when purging
Matthew Auld
1
-1
/
+0
2022-01-10
drm/i915: clean up shrinker_release_pages
Matthew Auld
4
-18
/
+39
2022-01-10
drm/i915: remove writeback hook
Matthew Auld
5
-25
/
+18
2022-01-08
drm/i915/pxp: Hold RPM wakelock during PXP unbind
Juston Li
1
-1
/
+4
2022-01-05
drm/i915: Remove unused i915->ggtt
Andi Shyti
9
-32
/
+45
2022-01-05
drm/i915/selftests: Use to_gt() helper for GGTT accesses
Michał Winiarski
5
-10
/
+10
2022-01-05
drm/i915/display: Use to_gt() helper for GGTT accesses
Michał Winiarski
3
-3
/
+3
2022-01-05
drm/i915/gem: Use to_gt() helper for GGTT accesses
Michał Winiarski
11
-37
/
+42
2022-01-05
drm/i915: Use to_gt() helper for GGTT accesses
Michał Winiarski
8
-24
/
+25
2022-01-05
drm/i915/gt: Use to_gt() helper for GGTT accesses
Michał Winiarski
5
-15
/
+15
2022-01-05
drm/i915/gem: Use local pointer ttm for __i915_ttm_move
Jasmine Newsome
1
-1
/
+1
2021-12-23
drm/i915: Increment composite fence seqno
Matthew Brost
1
-1
/
+1
2021-12-23
drm/i915: Fix possible uninitialized variable in parallel extension
Matthew Brost
1
-1
/
+1
2021-12-23
drm/i915/guc: Check for wedged before doing stuff
John Harrison
1
-2
/
+3
2021-12-23
drm/i915/execlists: Weak parallel submission support for execlists
Matthew Brost
5
-8
/
+51
2021-12-23
drm/i915/guc: Report error on invalid reset notification
John Harrison
1
-0
/
+5
2021-12-23
drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.
Maarten Lankhorst
2
-6
/
+12
2021-12-22
drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
2
-1
/
+50
2021-12-22
drm/i915: Break out the i915_deps utility
Thomas Hellström
6
-188
/
+285
2021-12-22
drm/i915: remove questionable fence optimization during copy
Christian König
1
-29
/
+14
2021-12-22
drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
6
-112
/
+91
2021-12-21
drm/i915/guc: Request RP0 before loading firmware
Vinay Belgaumkar
4
-0
/
+74
2021-12-21
drm/i915: Add ww ctx to i915_gem_object_trylock
Maarten Lankhorst
6
-8
/
+12
2021-12-21
drm/i915: Require object lock when freeing pages during destruction
Maarten Lankhorst
1
-0
/
+5
2021-12-21
drm/i915: Trylock the object when shrinking
Maarten Lankhorst
1
-0
/
+6
2021-12-21
drm/i915/guc: Flag an error if an engine reset fails
John Harrison
1
-3
/
+11
2021-12-21
drm/i915/guc: Increase GuC log size for CONFIG_DEBUG_GEM
John Harrison
1
-1
/
+4
2021-12-21
drm/i915/guc: Speed up GuC log dumps
John Harrison
2
-8
/
+71
2021-12-20
drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes.
Maarten Lankhorst
1
-1
/
+16
2021-12-20
drm/i915: Ensure gem_contexts selftests work with unbind changes, v2.
Maarten Lankhorst
1
-24
/
+35
2021-12-20
drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww, v2.
Maarten Lankhorst
2
-9
/
+28
2021-12-20
drm/i915: Take object lock in i915_ggtt_pin if ww is not set
Maarten Lankhorst
1
-12
/
+28
2021-12-20
drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.
Maarten Lankhorst
11
-439
/
+374
2021-12-20
drm/i915: Change shrink ordering to use locking around unbinding.
Maarten Lankhorst
1
-20
/
+18
2021-12-20
drm/i915: Remove unused bits of i915_vma/active api
Maarten Lankhorst
4
-57
/
+14
2021-12-18
drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
1
-2
/
+2
2021-12-18
drm/i915: Use to_gt() helper
Michał Winiarski
14
-103
/
+103
2021-12-18
drm/i915/pxp: Use to_gt() helper
Andi Shyti
1
-1
/
+3
[next]