index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
selftests
/
i915_request.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Remove i915->kernel_context
Chris Wilson
2019-12-21
1
-5
/
+1
*
drm/i915/selftests: remove a condition
Dan Carpenter
2019-12-13
1
-2
/
+1
*
drm/i915: Serialise with engine-pm around requests on the kernel_context
Chris Wilson
2019-11-25
1
-10
/
+30
*
drm/i915/selftests: Include the subsubtest name for live_parallel_engines
Chris Wilson
2019-11-23
1
-1
/
+3
*
drm/i915/selftests: Complete transition to a real struct file mock
Chris Wilson
2019-11-08
1
-2
/
+2
*
drm/i915/selftests: Replace mock_file hackery with drm's true fake
Chris Wilson
2019-11-07
1
-1
/
+1
*
drm/i915/selftests: Spin on all engines simultaneously
Chris Wilson
2019-11-01
1
-0
/
+76
*
drm/i915/selftests: Start kthreads before stopping
Chris Wilson
2019-11-01
1
-0
/
+4
*
drm/i915/selftests: Teach requests to use all available engines
Chris Wilson
2019-10-17
1
-112
/
+175
*
drm/i915: Move context management under GEM
Chris Wilson
2019-10-04
1
-9
/
+3
*
drm/i915: Drop struct_mutex from around i915_retire_requests()
Chris Wilson
2019-10-04
1
-108
/
+43
*
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-10-04
1
-0
/
+7
*
drm/i915/selftests: Exercise concurrent submission to all engines
Chris Wilson
2019-09-27
1
-0
/
+125
*
drm/i915/selftests: Fixup a couple of missing serialisation with vma
Chris Wilson
2019-08-21
1
-1
/
+3
*
drm/i915: Serialize against vma moves
Chris Wilson
2019-08-19
1
-1
/
+3
*
drm/i915/selftests: Fixup a missing legacy_idx
Chris Wilson
2019-08-08
1
-1
/
+1
*
drm/i915/selftests: Pass intel_context to mock_request
Chris Wilson
2019-08-08
1
-16
/
+22
*
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
2019-07-12
1
-2
/
+2
*
drm/i915/selftests: Hold ref on request across waits
Chris Wilson
2019-06-26
1
-9
/
+12
*
drm/i915: Move i915_gem_chipset_flush to intel_gt
Tvrtko Ursulin
2019-06-21
1
-4
/
+6
*
drm/i915/execlists: Preempt-to-busy
Chris Wilson
2019-06-20
1
-3
/
+5
*
drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()
Chris Wilson
2019-06-19
1
-19
/
+11
*
drm/i915: update with_intel_runtime_pm to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
1
-1
/
+1
*
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
1
-10
/
+10
*
drm/i915: Pull kref into i915_address_space
Chris Wilson
2019-06-11
1
-2
/
+1
*
drm/i915: Drop the deferred active reference
Chris Wilson
2019-05-28
1
-8
/
+0
*
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
2019-05-28
1
-0
/
+4
*
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-05-28
1
-2
/
+4
*
drm/i915: Move i915_request_alloc into selftests/
Chris Wilson
2019-04-26
1
-2
/
+2
*
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
2019-04-24
1
-5
/
+4
*
drm/i915: Flush pages on acquisition
Chris Wilson
2019-03-21
1
-9
/
+5
*
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-03-05
1
-7
/
+7
*
drm/i915: Introduce i915_timeline.mutex
Chris Wilson
2019-03-01
1
-3
/
+1
*
drm/i915: Remove access to global seqno in the HWSP
Chris Wilson
2019-02-26
1
-2
/
+1
*
drm/i915: Beware temporary wedging when determining -EIO
Chris Wilson
2019-02-20
1
-1
/
+1
*
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-29
1
-0
/
+425
*
drm/i915/selftests: Refactor common live_test framework
Chris Wilson
2019-01-22
1
-73
/
+13
*
drm/i915: Syntatic sugar for using intel_runtime_pm
Chris Wilson
2019-01-14
1
-5
/
+3
*
drm/i915/selftests: Mark up rpm wakerefs
Chris Wilson
2019-01-14
1
-9
/
+18
*
drm/i915: Markup paired operations on wakerefs
Chris Wilson
2019-01-14
1
-4
/
+4
*
drm/i915/selftests: Live tests emit requests and so require rpm
Chris Wilson
2018-09-20
1
-0
/
+8
*
drm/i915: Provide a timeout to i915_gem_wait_for_idle()
Chris Wilson
2018-07-09
1
-1
/
+3
*
drm/i915: Start returning an error from i915_vma_move_to_active()
Chris Wilson
2018-07-06
1
-2
/
+6
*
drm/i915/selftests: Skip all request selftests when wedged
Chris Wilson
2018-07-06
1
-0
/
+4
*
drm/i915/selftests: Fixup recursive MI_BB_START for gen3
Chris Wilson
2018-07-05
1
-4
/
+1
*
drm/i915: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
2018-06-28
1
-1
/
+1
*
drm/i915/selftests: Initialise request to silence a compiler
Chris Wilson
2018-06-14
1
-2
/
+2
*
drm/i915: Make closing request flush mandatory
Chris Wilson
2018-06-14
1
-1
/
+1
*
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
2018-06-05
1
-2
/
+3
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-0
/
+865