index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_gtt.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-21
drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT
Chris Wilson
1
-3
/
+3
2019-07-30
drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
Chris Wilson
1
-0
/
+3
2019-07-16
drm/i915/gtt: Tidy up ppgtt insertion for gen8
Chris Wilson
1
-85
/
+5
2019-07-13
drm/i915/uc: prefer intel_gt over i915 in GuC/HuC paths
Daniele Ceraolo Spurio
1
-2
/
+2
2019-07-12
drm/i915: Propagate "_release" function name suffix down
Janusz Krzysztofik
1
-1
/
+1
2019-07-12
drm/i915/gtt: Use NULL to encode scratch shadow entries
Chris Wilson
1
-1
/
+1
2019-07-12
drm/i915/gtt: Convert vm->scratch into an array
Chris Wilson
1
-7
/
+9
2019-07-12
drm/i915/gtt: Compute the radix for gen8 page table levels
Chris Wilson
1
-1
/
+0
2019-07-12
drm/i915/gtt: Markup i915_ppgtt height
Chris Wilson
1
-0
/
+1
2019-07-12
drm/i915/gtt: Wrap page_table with page_directory
Chris Wilson
1
-6
/
+10
2019-07-12
drm/i915/gtt: Use shallow dma pages for scratch
Chris Wilson
1
-6
/
+17
2019-07-06
drm/i915/gtt: pde entry encoding is identical
Mika Kuoppala
1
-3
/
+0
2019-07-02
Revert "drm/i915: Introduce private PAT management"
Michał Winiarski
1
-36
/
+0
2019-06-21
drm/i915: Rename i915_timeline to intel_timeline and move under gt
Tvrtko Ursulin
1
-1
/
+1
2019-06-21
drm/i915: Compartmentalize i915_gem_init_ggtt
Tvrtko Ursulin
1
-1
/
+1
2019-06-21
drm/i915: Store intel_gt backpointer in vm
Tvrtko Ursulin
1
-0
/
+1
2019-06-21
drm/i915: Make ggtt invalidation work on ggtt
Tvrtko Ursulin
1
-1
/
+1
2019-06-21
drm/i915: Convert i915_ppgtt_init_hw to intel_gt
Tvrtko Ursulin
1
-1
/
+2
2019-06-20
drm/i915/gtt: Defer address space cleanup to an RCU worker
Chris Wilson
1
-2
/
+5
2019-06-17
drm/i915/gtt: Use a common type for page directories
Mika Kuoppala
1
-29
/
+35
2019-06-13
drm/i915: Move fence register tracking from i915->mm to ggtt
Chris Wilson
1
-1
/
+13
2019-06-11
drm/i915: Rename i915_hw_ppgtt to i915_ppgtt
Chris Wilson
1
-14
/
+14
2019-06-11
drm/i915: Pull kref into i915_address_space
Chris Wilson
1
-8
/
+19
2019-06-10
drm/i915: Move i915_check_and_clear_faults to intel_reset.c
Tvrtko Ursulin
1
-1
/
+0
2019-06-07
drm/i915: Unexport i915_gem_init/fini_aliasing_ppgtt
Tvrtko Ursulin
1
-3
/
+0
2019-06-04
drm/i915/gtt: Replace struct_mutex serialisation for allocation
Chris Wilson
1
-3
/
+6
2019-05-28
drm/i915: Pull scatterlist utils out of i915_gem.h
Chris Wilson
1
-1
/
+3
2019-05-28
drm/i915: Split GEM object type definition to its own header
Chris Wilson
1
-0
/
+1
2019-05-23
drm/i915/gtt: Always acquire struct_mutex for gen6_ppgtt_cleanup
Chris Wilson
1
-0
/
+2
2019-05-20
drm/i915: Add a new "remapped" gtt_view
Ville Syrjälä
1
-4
/
+21
2019-04-25
drm/i915: Allow multiple user handles to the same VM
Chris Wilson
1
-2
/
+0
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-1
/
+1
2019-04-20
drm/i915/uc: Reserve upper range of GGTT
Fernando Pacheco
1
-0
/
+1
2019-04-02
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
Chris Wilson
1
-1
/
+1
2019-03-22
drm/i915: Create/destroy VM (ppGTT) for use with contexts
Chris Wilson
1
-4
/
+6
2019-03-21
drm/i915: Separate GEM context construction and registration to userspace
Chris Wilson
1
-3
/
+5
2019-03-15
drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvl
Chris Wilson
1
-2
/
+2
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-1
/
+1
2019-03-05
drm/i915/gtt: Store scratch page size alongside not in the common struct
Chris Wilson
1
-2
/
+2
2019-01-28
drm/i915: Enlarge vma->pin_count
Chris Wilson
1
-13
/
+13
2019-01-28
drm/i915: Stop tracking MRU activity on VMA
Chris Wilson
1
-23
/
+3
2019-01-25
drm/i915: Remove GPU reset dependence on struct_mutex
Chris Wilson
1
-0
/
+1
2019-01-15
drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
Chris Wilson
1
-0
/
+2
2018-12-27
drm/i915: Remove debugfs/i915_ppgtt_info
Chris Wilson
1
-2
/
+0
2018-11-02
drm/i915: Mark pin flags as u64
Chris Wilson
1
-14
/
+14
2018-10-30
drm/i915/gtt: Record the scratch pte
Chris Wilson
1
-6
/
+5
2018-10-26
drm/i915: Compare user's 64b GTT offset even on 32b
Chris Wilson
1
-0
/
+2
2018-10-26
drm/i915: Mark up GTT sizes as u64
Chris Wilson
1
-3
/
+3
2018-09-01
drm/i915: Explicitly mark Global GTT address spaces
Tvrtko Ursulin
1
-1
/
+4
2018-08-28
drm/i915: Fix gtt_view asserts
Ville Syrjälä
1
-11
/
+4
[next]