index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
selftests
/
i915_gem_evict.c
Age
Commit message (
Expand
)
Author
2021-01-20
drm/i915/gem: Use shrinkable status for unknown swizzle quirks
Chris Wilson
2020-12-23
drm/i915/selftests: Remove redundant live_context for eviction
Chris Wilson
2020-09-21
drm/i915/selftest: Create mock_destroy_device
Daniel Vetter
2020-04-02
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
2019-11-20
drm/i915/selftests: Be explicit in ERR_PTR handling
Chris Wilson
2019-11-08
drm/i915/selftests: Complete transition to a real struct file mock
Chris Wilson
2019-11-07
drm/i915/selftests: Replace mock_file hackery with drm's true fake
Chris Wilson
2019-10-22
drm/i915/selftests: Convert eviction selftests to gt/ggtt
Tvrtko Ursulin
2019-10-04
drm/i915: Move context management under GEM
Chris Wilson
2019-10-04
drm/i915: Remove logical HW ID
Chris Wilson
2019-10-04
drm/i915: Drop struct_mutex from around i915_retire_requests()
Chris Wilson
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-09-09
drm/i915: cleanup cache-coloring
Matthew Auld
2019-09-09
drm/i915: s/i915_gtt_color_adjust/i915_ggtt_color_adjust
Matthew Auld
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
2019-07-12
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
2019-06-18
drm/i915/selftests: Flush live_evict
Chris Wilson
2019-06-14
drm/i915: update with_intel_runtime_pm to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
2019-06-12
drm/i915: Combine unbound/bound list tracking for objects
Chris Wilson
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-04-26
drm/i915: Move i915_request_alloc into selftests/
Chris Wilson
2019-03-26
drm/i915/selftests: Fix an IS_ERR() vs NULL check
Dan Carpenter
2019-03-21
drm/i915: Flush pages on acquisition
Chris Wilson
2019-02-20
drm/i915: Beware temporary wedging when determining -EIO
Chris Wilson
2019-01-28
drm/i915: Pull VM lists under the VM mutex.
Chris Wilson
2019-01-28
drm/i915: Stop tracking MRU activity on VMA
Chris Wilson
2019-01-22
drm/i915/selftests: Track evict objects explicitly
Chris Wilson
2019-01-18
drm/i915/selftests: Make evict tolerant of foreign objects
Chris Wilson
2019-01-14
drm/i915: Syntatic sugar for using intel_runtime_pm
Chris Wilson
2019-01-14
drm/i915/selftests: Mark up rpm wakerefs
Chris Wilson
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
2018-09-27
drm/i915: Remove i915.enable_ppgtt override
Chris Wilson
2018-07-06
drm/i915/selftests: Skip live eviction tests when wedged
Chris Wilson
2018-06-28
drm/i915: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
2018-06-05
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2017-11-24
drm/i915/selftests: Hold rpm wakeref for request + ggtt usage
Chris Wilson
2017-10-16
drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
Chris Wilson
2017-10-12
drm/i915/selftests: Exercise adding requests to a full GGTT
Chris Wilson
2017-06-16
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
2017-03-09
drm/i915/selftests: exercise cache domain eviction
Matthew Auld
2017-02-13
drm/i915: Initial selftests for exercising eviction
Chris Wilson