index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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-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-14
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
2018-07-30
drm/i915/gtt: remove px_page
Matthew Auld
1
-1
/
+0
2018-07-27
drm/i915/guc: Move the pin bias value from GuC to GGTT
Jakub Bartmiński
1
-0
/
+2
2018-07-13
drm/i915/gtt: Read-only pages for insert_entries on bdw+
Jon Bloomfield
1
-1
/
+6
2018-07-11
drm/i915: Introduce i915_address_space.mutex
Chris Wilson
1
-0
/
+2
2018-07-05
drm/i915: Remove defunct i915->vm_list
Chris Wilson
1
-1
/
+0
2018-07-04
drm/i915/gtt: Pull global wc page stash under its own locking
Chris Wilson
1
-3
/
+7
2018-06-14
drm/i915/gtt: Reduce a pair of runtime asserts
Chris Wilson
1
-2
/
+2
2018-06-14
drm/i915/gtt: Cache the PTE encoding of the scratch page
Chris Wilson
1
-0
/
+1
2018-06-14
drm/i915/gtt: Free unused page tables on unbind the context
Chris Wilson
1
-0
/
+1
2018-06-14
drm/i915/gtt: Only keep gen6 page directories pinned while active
Chris Wilson
1
-0
/
+5
2018-06-12
drm/i915/gtt: Make gen6 page directories evictable
Chris Wilson
1
-1
/
+1
2018-06-12
drm/i915/gtt: Subclass gen6_hw_ppgtt
Chris Wilson
1
-3
/
+16
2018-06-11
drm/i915/ringbuffer: Fix context restore upon reset
Chris Wilson
1
-2
/
+0
2018-06-07
drm/i915: Decouple vma vfuncs from vm
Chris Wilson
1
-9
/
+18
2018-06-05
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
1
-4
/
+4
2018-05-13
drm/i915/selftests: scrub 64K
Matthew Auld
1
-0
/
+1
2018-05-02
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
1
-2
/
+1
2018-05-02
drm/i915: Move timeline from GTT to ring
Chris Wilson
1
-1
/
+0
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
1
-2
/
+3
2017-12-12
drm/i915: prefer resource_size_t for everything stolen
Matthew Auld
1
-1
/
+1
2017-12-12
drm/i915: give stolen_usable_size a more suitable home
Matthew Auld
1
-10
/
+0
2017-12-12
drm/i915: make mappable struct resource centric
Matthew Auld
1
-2
/
+2
2017-12-12
drm/i915: make reserved struct resource centric
Matthew Auld
1
-2
/
+0
2017-12-12
drm/i915: make dsm struct resource centric
Matthew Auld
1
-1
/
+0
2017-10-07
drm/i915: support 64K pages for the 48b PPGTT
Matthew Auld
1
-0
/
+7
2017-10-07
drm/i915: add support for 64K scratch page
Matthew Auld
1
-0
/
+1
2017-10-07
drm/i915: support 2M pages for the 48b PPGTT
Matthew Auld
1
-0
/
+2
2017-10-07
drm/i915: introduce vm set_pages/clear_pages
Matthew Auld
1
-0
/
+2
2017-10-07
drm/i915: introduce page_sizes field to dev_info
Matthew Auld
1
-1
/
+7
2017-09-14
drm/i915: Remove the "INDEX" suffix from PPAT marcos
Zhi Wang
1
-4
/
+4
2017-09-14
drm/i915: Introduce private PAT management
Zhi Wang
1
-0
/
+36
2017-09-08
drm/i915: Make PAT macros more robust
Michal Wajdeczko
1
-1
/
+1
2017-06-22
drm/i915: pass the vma to insert_entries
Matthew Auld
1
-2
/
+1
2017-06-16
drm/i915: First try the previous execbuffer location
Chris Wilson
1
-0
/
+1
2017-06-02
drm/i915: return the correct usable aperture size under gvt environment
Weinan Li
1
-0
/
+1
2017-03-03
drm/i915: Avoid using word legacy with ppgtt
Mika Kuoppala
1
-10
/
+11
2017-03-03
drm/i915/gtt: Make I915_PDPES_PER_PDP inline function
Mika Kuoppala
1
-10
/
+16
2017-02-15
drm/i915: Use preferred kernel types in i915_gem_gtt.c
Chris Wilson
1
-29
/
+27
2017-02-15
drm/i915: Remove i915_address_space.start
Chris Wilson
1
-1
/
+0
[next]