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
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: use intel_uncore for all forcewake get/put
Daniele Ceraolo Spurio
2019-03-20
1
-4
/
+4
*
drm/i915: use intel_uncore in fw get/put internal paths
Daniele Ceraolo Spurio
2019-03-20
1
-4
/
+5
*
drm/i915: Switch to bitmap_zalloc()
Andy Shevchenko
2019-03-20
1
-3
/
+2
*
drm/i915/selftests: add test to verify get/put fw domains
Daniele Ceraolo Spurio
2019-03-20
1
-6
/
+128
*
drm/i915/selftests: Provide stub reset functions
Chris Wilson
2019-03-20
1
-0
/
+36
*
drm/i915: Hold a reference to the active HW context
Chris Wilson
2019-03-19
1
-1
/
+6
*
drm/i915: Lock the gem_context->active_list while dropping the link
Chris Wilson
2019-03-19
1
-2
/
+0
*
drm/i915: Hold a ref to the ring while retiring
Chris Wilson
2019-03-18
1
-0
/
+1
*
drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvl
Chris Wilson
2019-03-15
1
-2
/
+2
*
drm/i915: Drop address size from ppgtt_type
Chris Wilson
2019-03-15
1
-1
/
+1
*
drm/i915: Record platform specific ppGTT size in intel_device_info
Chris Wilson
2019-03-15
1
-1
/
+2
*
drm/i915/selftests: Disable preemption while setting up fence-timers
Chris Wilson
2019-03-14
1
-1
/
+8
*
drm/i915/selftests: Improve error detection of reset failure
Chris Wilson
2019-03-12
1
-1
/
+17
*
drm/i915: Introduce a context barrier callback
Chris Wilson
2019-03-09
1
-0
/
+106
*
drm/i915: Introduce intel_context.pin_mutex for pin management
Chris Wilson
2019-03-08
1
-1
/
+1
*
drm/i915: Track the pinned kernel contexts on each engine
Chris Wilson
2019-03-08
1
-2
/
+3
*
drm/i915: Make context pinning part of intel_context_ops
Chris Wilson
2019-03-08
1
-27
/
+5
*
drm/i915: Move over to intel_context_lookup()
Chris Wilson
2019-03-08
2
-5
/
+8
*
drm/i915: Store the intel_context_ops in the intel_engine_cs
Chris Wilson
2019-03-08
1
-7
/
+6
*
drm/i915: Track active engines within a context
Chris Wilson
2019-03-08
2
-0
/
+8
*
drm/i915: Reduce presumption of request ordering for barriers
Chris Wilson
2019-03-08
3
-2
/
+7
*
drm/i915: Do a synchronous switch-to-kernel-context on idling
Chris Wilson
2019-03-08
1
-7
/
+2
*
drm/i915/selftests: Check preemption support on each engine
Chris Wilson
2019-03-08
1
-0
/
+18
*
drm/i915/selftests: Improve switch-to-kernel-context checking
Chris Wilson
2019-03-07
1
-45
/
+35
*
drm/i915/selftests: Upgrade printing test/subtest name to pr_info
Michał Winiarski
2019-03-06
1
-2
/
+2
*
drm/i915/selftests: Fix MI_STORE_DWORD_IMM alignment
Chris Wilson
2019-03-06
1
-1
/
+1
*
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-03-05
11
-33
/
+34
*
drm/i915: Keep timeline HWSP allocated until idle across the system
Chris Wilson
2019-03-01
1
-0
/
+113
*
drm/i915/selftests: Check that whitelisted registers are accessible
Chris Wilson
2019-03-01
1
-1
/
+377
*
drm/i915: Introduce i915_timeline.mutex
Chris Wilson
2019-03-01
2
-3
/
+2
*
drm/i915/execlists: Suppress mere WAIT preemption
Chris Wilson
2019-02-28
1
-0
/
+163
*
drm/i915: Make object/vma allocation caches global
Chris Wilson
2019-02-28
4
-19
/
+4
*
drm/i915: Make request allocation caches global
Chris Wilson
2019-02-28
4
-64
/
+26
*
drm/i915/selftests: Exercise resetting during non-user payloads
Chris Wilson
2019-02-26
1
-0
/
+218
*
drm/i915: Remove i915_request.global_seqno
Chris Wilson
2019-02-26
2
-4
/
+2
*
drm/i915: Remove access to global seqno in the HWSP
Chris Wilson
2019-02-26
2
-5
/
+1
*
drm/i915: Beware temporary wedging when determining -EIO
Chris Wilson
2019-02-20
11
-24
/
+24
*
drm/i915/selftests: Make unbannable contexts for reset handling
Chris Wilson
2019-02-18
3
-0
/
+5
*
drm/i915/selftests: Move local mock_ggtt allocations to the heap
Chris Wilson
2019-02-17
2
-10
/
+22
*
drm/i915/selftests: Always free spinner on __sseu_prepare error
Chris Wilson
2019-02-16
1
-35
/
+34
*
drm/i915/selftests: Drop unnecessary struct_mutex around i915_reset()
Chris Wilson
2019-02-15
1
-2
/
+0
*
drm/i915/selftests: Always use an active engine while resetting
Chris Wilson
2019-02-15
1
-19
/
+8
*
drm/i915: Don't claim an unstarted request was guilty
Chris Wilson
2019-02-08
2
-0
/
+13
*
drm/i915: Revoke mmaps and prevent access to fence registers across reset
Chris Wilson
2019-02-08
2
-3
/
+3
*
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
2019-02-05
1
-2
/
+2
*
drm/i915: Generalise GPU activity tracking
Chris Wilson
2019-02-05
2
-1
/
+159
*
drm/i915/selftests: Exercise some AB...BA preemption chains
Chris Wilson
2019-02-05
1
-0
/
+103
*
drm/i915/selftests: Context SSEU reconfiguration tests
Tvrtko Ursulin
2019-02-05
1
-0
/
+467
*
drm/i915: Add timeline barrier support
Tvrtko Ursulin
2019-02-05
1
-0
/
+1
*
drm/i915: Drop fake breadcrumb irq
Chris Wilson
2019-01-29
1
-7
/
+0
[next]