index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2018-11-06
drm/i915: Mark pin flags as u64
Chris Wilson
1
-14
/
+14
2018-11-06
drm/i915: Compare user's 64b GTT offset even on 32b
Chris Wilson
1
-0
/
+2
2018-11-06
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-03
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
1
-2
/
+1
2018-05-03
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
2017-02-15
drm/i915: Remove unused ppgtt->enable()
Chris Wilson
1
-1
/
+0
2017-02-15
drm/i915: Remove bitmap tracking for used-pml4
Chris Wilson
1
-2
/
+0
2017-02-15
drm/i915: Remove bitmap tracking for used-pdpes
Chris Wilson
1
-2
/
+1
2017-02-15
drm/i915: Remove bitmap tracking for used-pdes
Chris Wilson
1
-4
/
+2
2017-02-15
drm/i915: Remove bitmap tracking for used-ptes
Chris Wilson
1
-3
/
+2
2017-02-15
drm/i915: Convert clflushed pagetables over to WC maps
Chris Wilson
1
-0
/
+8
[next]