index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
/
selftests
/
i915_gem_coherency.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
drm/i915: Use kmap_local_page() in gem/selftests/i915_gem_coherency.c
Zhao Liu
1
-8
/
+4
2023-11-20
drm/i915: Track gt pm wakerefs
Andrzej Hajda
1
-4
/
+6
2022-12-20
drm/i915/selftests: Remove hardcoded value with a macro
Nirmoy Das
1
-1
/
+1
2022-11-16
drm/i915: call i915_request_await_object from _i915_vma_move_to_active
Andrzej Hajda
1
-3
/
+1
2022-08-19
drm/i915/selftests: Use correct selfest calls for live tests
Matthew Brost
1
-1
/
+1
2021-06-06
drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
1
-2
/
+2
2021-03-24
drm/i915/selftests: Prepare coherency tests for obj->mm.lock removal.
Maarten Lankhorst
1
-2
/
+2
2021-03-24
drm/i915: Take reservation lock around i915_vma_pin.
Maarten Lankhorst
1
-6
/
+4
2020-12-16
drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.h
Chris Wilson
1
-0
/
+1
2020-09-07
drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.
Maarten Lankhorst
1
-12
/
+14
2020-09-07
drm/i915: Remove locking from i915_gem_object_prepare_read/write
Maarten Lankhorst
1
-4
/
+10
2020-09-07
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
1
-5
/
+5
2020-05-11
drm/i915/selftests: Always flush before unpining after writing
Chris Wilson
1
-0
/
+2
2019-12-27
drm/i915/selftests: Err out on coherency if initialisation failed
Chris Wilson
1
-4
/
+8
2019-11-30
drm/i915/selftests: Keep engine awake during live_coherency
Chris Wilson
1
-0
/
+2
2019-11-25
drm/i915: Serialise with engine-pm around requests on the kernel_context
Chris Wilson
1
-1
/
+2
2019-10-29
drm/i915/selftests: check for missing aperture
Matthew Auld
1
-1
/
+6
2019-10-28
drm/i915/selftests: Use a random engine for GEM coherency tests
Chris Wilson
1
-79
/
+89
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
1
-0
/
+1
2019-10-04
drm/i915: Drop struct_mutex from around i915_retire_requests()
Chris Wilson
1
-16
/
+24
2019-08-19
drm/i915: Serialize against vma moves
Chris Wilson
1
-1
/
+3
2019-07-12
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
1
-2
/
+4
2019-07-05
drm/i915/selftests: Be engine agnostic
Chris Wilson
1
-0
/
+3
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
1
-2
/
+2
2019-05-28
drm/i915: Drop the deferred active reference
Chris Wilson
1
-2
/
+2
2019-05-28
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
1
-0
/
+12
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
1
-0
/
+379