index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Bump signaler priority on adding a waiter
Chris Wilson
2019-05-20
1
-4
/
+8
*
drm/i915/selftests: Skip live timeline/suspend tests if wedged
Chris Wilson
2019-04-15
2
-0
/
+6
*
drm/i915: Teach intel_workarounds to use uncore mmio access
Chris Wilson
2019-04-13
1
-2
/
+3
*
drm/i915/selftests: Mark live_forcewake_ops as unreliable
Chris Wilson
2019-04-08
1
-0
/
+11
*
drm/i915: Consolidate the timeline->barrier
Chris Wilson
2019-04-08
1
-1
/
+0
*
drm/i915/selftests: Fix plain use of integer 0 as NULL
Chris Wilson
2019-04-05
1
-1
/
+1
*
drm/i915/execlists: Enable coarse preemption boundaries for gen8
Chris Wilson
2019-04-05
1
-0
/
+180
*
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
Chris Wilson
2019-04-02
2
-5
/
+6
*
drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore
Daniele Ceraolo Spurio
2019-03-26
1
-1
/
+1
*
drm/i915: switch uncore mmio funcs to use intel_uncore
Daniele Ceraolo Spurio
2019-03-26
1
-2
/
+2
*
drm/i915: add uncore flags for unclaimed mmio
Daniele Ceraolo Spurio
2019-03-26
1
-7
/
+8
*
drm/i915/selftests: Fix an IS_ERR() vs NULL check
Dan Carpenter
2019-03-26
1
-1
/
+1
*
drm/i915: Allow contexts to share a single timeline across all engines
Chris Wilson
2019-03-22
1
-1
/
+1
*
drm/i915: Create/destroy VM (ppGTT) for use with contexts
Chris Wilson
2019-03-22
4
-58
/
+190
*
drm/i915/selftests: Mark up preemption tests for hang detection
Chris Wilson
2019-03-22
1
-3
/
+35
*
drm/i915/selftests: Calculate maximum ring size for preemption chain
Chris Wilson
2019-03-22
1
-3
/
+37
*
drm/i915: Flush pages on acquisition
Chris Wilson
2019-03-21
9
-33
/
+20
*
drm/i915: Stop storing the context name as the timeline name
Chris Wilson
2019-03-21
2
-10
/
+5
*
drm/i915: Stop storing ctx->user_handle
Chris Wilson
2019-03-21
1
-1
/
+1
*
drm/i915: Separate GEM context construction and registration to userspace
Chris Wilson
2019-03-21
4
-9
/
+24
*
drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier()
Dan Carpenter
2019-03-21
1
-2
/
+2
*
drm/i915: move regs pointer inside the uncore structure
Daniele Ceraolo Spurio
2019-03-20
1
-1
/
+1
*
drm/i915: make more uncore function work on intel_uncore
Daniele Ceraolo Spurio
2019-03-20
3
-5
/
+5
*
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
[next]