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_vma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
drm/i915: check i915_vm_alloc_pt_stash for errors
Matthew Auld
1
-3
/
+5
2020-09-07
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
1
-3
/
+10
2020-09-07
drm/i915/gt: Switch to object allocations for page directories
Chris Wilson
1
-6
/
+12
2020-09-07
drm/i915: Preallocate stashes for vma page-directories
Chris Wilson
1
-10
/
+17
2020-09-07
drm/i915: Provide a fastpath for waiting on vma bindings
Chris Wilson
1
-2
/
+7
2020-07-03
drm/i915: Export ppgtt_bind_vma
Chris Wilson
1
-4
/
+4
2020-07-03
drm/i915: Also drop vm.ref along error paths for vma construction
Chris Wilson
1
-10
/
+6
2020-07-02
drm/i915: Drop vm.ref for duplicate vma on construction
Chris Wilson
1
-0
/
+1
2020-06-12
drm/i915: Leave vma intact as they are discarded
Chris Wilson
1
-1
/
+2
2020-05-28
drm/i915/gt: Remove local entries from GGTT on suspend
Chris Wilson
1
-27
/
+32
2020-05-21
drm/i915: Remove PIN_UPDATE for i915_vma_pin
Chris Wilson
1
-6
/
+3
2020-04-24
drm/i915: Only close vma we open
Chris Wilson
1
-9
/
+19
2020-04-22
drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()
Chris Wilson
1
-4
/
+6
2020-04-06
drm/i915: Make exclusive awaits on i915_active optional
Chris Wilson
1
-1
/
+2
2020-04-03
drm/i915: Check current i915_vma.pin_count status first on unbind
Chris Wilson
1
-16
/
+9
2020-04-03
drm/i915: Revoke mmap before fence
Chris Wilson
1
-3
/
+3
2020-04-02
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
1
-24
/
+0
2020-04-02
drm/i915/gt: Make fence revocation unequivocal
Chris Wilson
1
-3
/
+1
2020-04-02
drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fence
Chris Wilson
1
-0
/
+4
2020-03-27
drm/i915: Differentiate between aliasing-ppgtt and ggtt pinning
Chris Wilson
1
-3
/
+22
2020-03-25
drm/i915: Immediately execute the fenced work
Chris Wilson
1
-1
/
+1
2020-03-23
drm/i915: Avoid live-lock with i915_vma_parked()
Chris Wilson
1
-15
/
+14
2020-03-11
drm/i915: Extend i915_request_await_active to use all timelines
Chris Wilson
1
-1
/
+1
2020-03-03
drm/i915: Drop vma is-closed assertion on insert
Chris Wilson
1
-1
/
+0
2020-02-21
drm/i915: Check that the vma hasn't been closed before we insert it
Chris Wilson
1
-0
/
+5
2020-02-03
drm/i915: Hold reference to previous active fence as we queue
Chris Wilson
1
-1
/
+3
2020-01-31
drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex
Chris Wilson
1
-4
/
+35
2020-01-24
drm/i915: Wait on vma activity before taking the mutex
Chris Wilson
1
-2
/
+7
2020-01-24
drm/i915: Check activity on i915_vma after confirming pin_count==0
Chris Wilson
1
-2
/
+12
2020-01-22
drm/i915: Clear the GGTT_WRITE bit on unbinding the vma
Chris Wilson
1
-2
/
+9
2020-01-10
drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutex
Chris Wilson
1
-0
/
+14
2020-01-09
drm/i915: Reduce warning for i915_vma_pin_iomap() without runtime-pm
Chris Wilson
1
-2
/
+2
2019-12-23
drm/i915: Introduce a vma.kref
Chris Wilson
1
-3
/
+6
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
1
-0
/
+3
2019-12-18
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
1
-2
/
+8
2019-12-18
drm/i915: Unpin vma->obj on early error
Chris Wilson
1
-4
/
+13
2019-12-09
drm/i915: Change i915_vma_unbind() to report -EAGAIN on activity
Chris Wilson
1
-1
/
+1
2019-12-06
drm/i915: Claim vma while under closed_lock in i915_vma_parked()
Chris Wilson
1
-1
/
+3
2019-12-05
drm/i915: Try hard to bind the context
Chris Wilson
1
-0
/
+34
2019-12-04
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
1
-3
/
+2
2019-10-31
drm/i915: Split detaching and removing the vma
Chris Wilson
1
-20
/
+17
2019-10-21
drm/i915: Lift i915_vma_parked() onto the gt
Chris Wilson
1
-16
/
+16
2019-10-15
drm/i915: Remove leftover vma->obj->pages_pin_count on insert/remove
Chris Wilson
1
-4
/
+1
2019-10-15
drm/i915: Drop obj.page_pin_count after a failed vma->set_pages()
Chris Wilson
1
-1
/
+4
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
1
-2
/
+2
2019-10-04
drm/i915: Push the i915_active.retire into a worker
Chris Wilson
1
-0
/
+2
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
1
-158
/
+366
2019-10-04
drm/i915: Only track bound elements of the GTT
Chris Wilson
1
-10
/
+2
2019-10-04
drm/i915: Use helpers for drm_mm_node booleans
Chris Wilson
1
-1
/
+1
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
1
-4
/
+2
[next]