index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
selftests
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-05
drm/i915/gt: Call intel_gt_sanitize() directly
Chris Wilson
3
-4
/
+1
2019-11-01
drm/i915/selftests: Start kthreads before stopping
Chris Wilson
1
-0
/
+4
2019-10-31
drm/i915/selftests: Pretty print the i915_active
Chris Wilson
1
-0
/
+45
2019-10-29
drm/i915/perf: ensure selftests select valid format
Lionel Landwerlin
1
-1
/
+2
2019-10-29
drm/i915/selftests: check for missing aperture
Matthew Auld
2
-0
/
+7
2019-10-28
drm/i915/selftests: Select a random engine for testing memory regions
Chris Wilson
1
-3
/
+26
2019-10-26
drm/i915: Split memory_region initialisation into its own file
Chris Wilson
1
-5
/
+4
2019-10-25
drm/i915/selftests: add write-dword test for LMEM
Matthew Auld
1
-0
/
+166
2019-10-25
drm/i915/lmem: support kernel mapping
Abdiel Janulgue
1
-0
/
+113
2019-10-25
drm/i915: support creating LMEM objects
Matthew Auld
2
-0
/
+41
2019-10-25
drm/i915/selftests: Tweak the default subtest runtime
Chris Wilson
1
-1
/
+1
2019-10-23
drm/i915/selftests: Release ctx->engine_mutex after iteration
Chris Wilson
1
-3
/
+7
2019-10-22
drm/i915/selftests: Move uncore fw selftests to operate on intel_gt
Chris Wilson
1
-26
/
+28
2019-10-22
drm/i915/selftests: Teach switch_to_context() to use the context
Chris Wilson
1
-10
/
+9
2019-10-22
drm/i915: Teach record_defaults to operate on the intel_gt
Chris Wilson
1
-2
/
+11
2019-10-22
drm/i915/gem: Distinguish each object type
Chris Wilson
2
-2
/
+4
2019-10-22
drm/i915/selftests: Use GT engines in igt_live_test
Tvrtko Ursulin
1
-3
/
+4
2019-10-22
drm/i915/selftests: Use GT engines in mock_gem_device
Tvrtko Ursulin
1
-4
/
+4
2019-10-22
drm/i915/selftests: Convert eviction selftests to gt/ggtt
Tvrtko Ursulin
1
-49
/
+51
2019-10-22
drm/i915/selftests: Set vm->gt backpointer for mock_ppgtt
Chris Wilson
2
-0
/
+2
2019-10-21
drm/i915/gt: Introduce barrier pulses along engines
Chris Wilson
1
-0
/
+1
2019-10-21
drm/i915/selftests: Use all physical engines for i915_active
Chris Wilson
1
-2
/
+1
2019-10-18
drm/i915: treat shmem as a region
Matthew Auld
1
-4
/
+3
2019-10-18
drm/i915: enumerate and init each supported region
Abdiel Janulgue
1
-0
/
+6
2019-10-18
drm/i915: Pass in intel_gt at some for_each_engine sites
Tvrtko Ursulin
1
-2
/
+2
2019-10-17
drm/i915/selftests: Teach requests to use all available engines
Chris Wilson
1
-112
/
+175
2019-10-16
drm/i915: Store i915_ggtt as the backpointer on fence registers
Chris Wilson
1
-1
/
+1
2019-10-14
drm/i915/selftests: Fixup naked 64b divide
Chris Wilson
1
-5
/
+7
2019-10-12
drm/i915/perf: implement active wait for noa configurations
Lionel Landwerlin
2
-0
/
+217
2019-10-08
drm/i915/region: support volatile objects
Matthew Auld
1
-3
/
+2
2019-10-08
drm/i915/region: support contiguous allocations
Matthew Auld
2
-1
/
+166
2019-10-08
drm/i915: introduce intel_memory_region
Matthew Auld
5
-0
/
+192
2019-10-08
drm/i915/selftests: Assign the intel_runtime_pm pointer for mock_uncore
Chris Wilson
3
-3
/
+7
2019-10-04
drm/i915: Drop struct_mutex from around GEM initialisation
Chris Wilson
1
-7
/
+0
2019-10-04
drm/i915/selftests: Drop vestigal struct_mutex guards
Chris Wilson
1
-2
/
+0
2019-10-04
drm/i915: Move context management under GEM
Chris Wilson
6
-31
/
+20
2019-10-04
drm/i915: Remove logical HW ID
Chris Wilson
2
-3
/
+3
2019-10-04
drm/i915: Move request runtime management onto gt
Chris Wilson
3
-13
/
+11
2019-10-04
drm/i915: Merge wait_for_timelines with retire_request
Chris Wilson
3
-7
/
+3
2019-10-04
drm/i915: Remove the GEM idle worker
Chris Wilson
1
-6
/
+0
2019-10-04
drm/i915: Drop struct_mutex from around i915_retire_requests()
Chris Wilson
10
-160
/
+64
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
1
-24
/
+8
2019-10-04
drm/i915: Push the i915_active.retire into a worker
Chris Wilson
1
-3
/
+3
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
5
-45
/
+64
2019-10-04
drm/i915: Only track bound elements of the GTT
Chris Wilson
1
-1
/
+1
2019-10-02
drm/i915/selftests: Extract random_offset() for use with a prng
Chris Wilson
3
-5
/
+33
2019-09-27
drm/i915/selftests: Distinguish mock device from no wakeref
Chris Wilson
1
-2
/
+1
2019-09-27
drm/i915: Extract GT render sleep (rc6) management
Andi Shyti
1
-0
/
+1
2019-09-27
drm/i915/selftests: Exercise concurrent submission to all engines
Chris Wilson
1
-0
/
+125
2019-09-24
drm/i915/selftests: Verify the LRC register layout between init and HW
Chris Wilson
1
-0
/
+1
[next]