index
:
pm24.git
master
perf-mon
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
/
gt
/
selftest_context.c
Age
Commit message (
Expand
)
Author
2021-12-17
drm/i915/gt: Use to_gt() helper
MichaĆ Winiarski
2021-07-22
drm/i915/guc: Disable engine barriers with GuC during unpin
Matthew Brost
2021-04-27
drm/i915: Update the helper to set correct mapping
Venkata Sandeep Dhanalakota
2021-04-08
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
2021-03-24
drm/i915/selftests: Prepare context selftest for obj->mm.lock removal
Maarten Lankhorst
2020-12-24
drm/i915/gt: Replace direct submit with direct call to tasklet
Chris Wilson
2020-09-07
drm/i915/selftests: Flush the active barriers before asserting
Chris Wilson
2020-05-14
drm/i915: Drop no-semaphore boosting
Chris Wilson
2020-05-05
drm/i915/gt: Stop holding onto the pinned_default_state
Chris Wilson
2020-04-29
drm/i915/gt: Keep a no-frills swappable copy of the default context state
Chris Wilson
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
2019-11-25
drm/i915: Serialise with engine-pm around requests on the kernel_context
Chris Wilson
2019-11-22
drm/i915/selftests: Flush the active callbacks
Chris Wilson
2019-11-15
drm/i915/selftests: Disable heartbeat around context barrier tests
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-31
drm/i915: drop lrc header page
Daniele Ceraolo Spurio
2019-10-18
drm/i915: Pass in intel_gt at some for_each_engine sites
Tvrtko Ursulin
2019-10-04
drm/i915: Move context management under GEM
Chris Wilson
2019-10-04
drm/i915: Drop struct_mutex from around i915_retire_requests()
Chris Wilson
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
2019-08-17
drm/i915/selftests: Check the context size
Chris Wilson
2019-08-15
drm/i915: Protect request retirement with timeline->mutex
Chris Wilson
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
2019-08-07
drm/i915: Fix some NULL vs IS_ERR() conditions
Dan Carpenter
2019-08-02
drm/i915: Allow sharing the idle-barrier from other kernel requests
Chris Wilson