index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
selftests
/
huge_pages.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-05-28
1
-1793
/
+0
*
drm/i915: Move GEM domain management to its own file
Chris Wilson
2019-05-28
1
-2
/
+2
*
drm/i915: Move shmem object setup to its own file
Chris Wilson
2019-05-28
1
-3
/
+3
*
drm/i915: Move i915_request_alloc into selftests/
Chris Wilson
2019-04-26
1
-1
/
+2
*
drm/i915: Create/destroy VM (ppGTT) for use with contexts
Chris Wilson
2019-03-22
1
-1
/
+0
*
drm/i915: Flush pages on acquisition
Chris Wilson
2019-03-21
1
-4
/
+1
*
drm/i915: Separate GEM context construction and registration to userspace
Chris Wilson
2019-03-21
1
-1
/
+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: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-03-05
1
-2
/
+2
*
drm/i915: Make object/vma allocation caches global
Chris Wilson
2019-02-28
1
-2
/
+2
*
drm/i915: Beware temporary wedging when determining -EIO
Chris Wilson
2019-02-20
1
-1
/
+1
*
drm/i915/selftests: Query the vm under test for hugepage support
Chris Wilson
2019-01-18
1
-1
/
+1
*
drm/i915/selftests: Mark up rpm wakerefs
Chris Wilson
2019-01-14
1
-2
/
+3
*
drm/i915: Markup paired operations on wakerefs
Chris Wilson
2019-01-14
1
-1
/
+1
*
drm/i915/selftests: Mark the whole mock device as DMA capable
Chris Wilson
2019-01-07
1
-4
/
+0
*
drm/i915/selftests: Reorder request allocation vs vma pinning
Chris Wilson
2018-12-04
1
-16
/
+15
*
drm/i915/selftest: test aligned offsets for 64K
Matthew Auld
2018-10-31
1
-4
/
+18
*
drm/i915: Mark up GTT sizes as u64
Chris Wilson
2018-10-26
1
-1
/
+1
*
drm/i915: Remove i915.enable_ppgtt override
Chris Wilson
2018-09-27
1
-8
/
+4
*
drm/i915: don't assume struct page in i915_sg_trim
Matthew Auld
2018-09-20
1
-0
/
+2
*
drm/i915/selftests: Unconditionally do a chipset flush before emit_bb_start
Chris Wilson
2018-08-06
1
-5
/
+6
*
drm/i915/selftests: Free the backing store between iterations
Chris Wilson
2018-07-17
1
-0
/
+6
*
drm/i915: Start returning an error from i915_vma_move_to_active()
Chris Wilson
2018-07-06
1
-2
/
+7
*
drm/i915: Refactor export_fence() after i915_vma_move_to_active()
Chris Wilson
2018-07-06
1
-4
/
+0
*
drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUAL
Chris Wilson
2018-07-06
1
-2
/
+2
*
drm/i915/selftests: Skip huge pages live tests if wedged
Chris Wilson
2018-07-06
1
-0
/
+3
*
drm/i915/gtt: Pull global wc page stash under its own locking
Chris Wilson
2018-07-04
1
-1
/
+1
*
drm/i915: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
2018-06-28
1
-1
/
+1
*
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
-23
/
+27
*
drm/i915/selftests: scrub 64K
Matthew Auld
2018-05-13
1
-0
/
+3
*
drm/i915: Lazily unbind vma on close
Chris Wilson
2018-05-04
1
-1
/
+1
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-3
/
+3
*
drm: move read_domains and write_domain into i915
Christian König
2018-02-16
1
-4
/
+4
*
drm/i915: prefer i915_gem_object_has_pages()
Matthew Auld
2017-12-18
1
-1
/
+1
*
drm/i915/selftests: Hold rpm wakeref for request + ggtt usage
Chris Wilson
2017-11-24
1
-0
/
+2
*
drm/i915/selftests: test descending addresses
Matthew Auld
2017-11-23
1
-53
/
+70
*
drm/i915/selftests: rein in igt_write_huge
Matthew Auld
2017-11-23
1
-45
/
+66
*
drm/i915: Automatic i915_switch_context for legacy
Chris Wilson
2017-11-20
1
-7
/
+3
*
drm/i915: Pull the unconditional GPU cache invalidation into request construc...
Chris Wilson
2017-11-20
1
-4
/
+0
*
drm/i915/selftests: Skip mixed page exhaustion if only small pages available
Chris Wilson
2017-11-07
1
-0
/
+3
*
drm/i915/selftests: Silence the compiler for impossible errors
Chris Wilson
2017-10-17
1
-2
/
+2
*
drm/i915/selftests: ditch the kernel context
Matthew Auld
2017-10-10
1
-19
/
+38
*
drm/i915: s/sg_mask/sg_page_sizes/
Matthew Auld
2017-10-09
1
-9
/
+9
*
drm/i915/selftests: huge page tests
Matthew Auld
2017-10-07
1
-0
/
+1715