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
pinetabv-6.6.y-devel
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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-01
drm/i915: Flush untouched framebuffers before display on !llc
Chris Wilson
1
-1
/
+1
2017-01-24
drm/i915: Reset the gpu on takeover
Chris Wilson
1
-4
/
+23
2017-01-21
drm/i915: Treat an error from i915_vma_instance() as unlikely
Chris Wilson
1
-1
/
+1
2017-01-21
drm/i915: Use common LRU inactive vma bumping for unpin_from_display
Chris Wilson
1
-2
/
+1
2017-01-21
drm/i915: Do an unlocked wait before set-cache-level ioctl
Chris Wilson
1
-10
/
+19
2017-01-19
drm/i915: Rename some warts in the VMA API
Chris Wilson
1
-1
/
+1
2017-01-18
drm/i915: Add comment how we treat hung contexts
Mika Kuoppala
1
-0
/
+21
2017-01-18
drm/i915: Detect a failed GPU reset+recovery
Chris Wilson
1
-2
/
+14
2017-01-18
drm/i915: Tidy up engine reset logic
Mika Kuoppala
1
-11
/
+19
2017-01-18
drm/i915: Introduce engine_stalled helper
Mika Kuoppala
1
-10
/
+15
2017-01-18
drm/i915: Cleanup request skip decision
Mika Kuoppala
1
-15
/
+2
2017-01-18
drm/i915: Introduce engine_skip_context
Mika Kuoppala
1
-18
/
+27
2017-01-18
drm/i915: Move engine reset preparation to i915_gem_reset_prepare()
Chris Wilson
1
-5
/
+12
2017-01-16
drm/i915: Skip switch to kernel context if already done
Chris Wilson
1
-1
/
+2
2017-01-14
drm/i915: Eliminate superfluous i915_ggtt_view_normal
Chris Wilson
1
-1
/
+1
2017-01-14
drm/i915: Convert i915_ggtt_view to use an anonymous union
Chris Wilson
1
-4
/
+4
2017-01-14
drm/i915: Stop clearing i915_ggtt_view
Chris Wilson
1
-1
/
+0
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
1
-1
/
+1
2017-01-10
drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()
Chris Wilson
1
-2
/
+2
2017-01-10
drm/i915: Mark all incomplete requests as -EIO when wedged
Chris Wilson
1
-0
/
+10
2017-01-10
drm/i915: Set an error status for a resubmitted request
Chris Wilson
1
-0
/
+1
2017-01-10
drm/i915: Set guilty-flag on fence after detecting a hang
Chris Wilson
1
-0
/
+2
2017-01-10
drm/i915: Consolidate reset_request()
Chris Wilson
1
-4
/
+4
2017-01-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-10
/
+1
2017-01-10
drm/i915: Clip the partial view against the object not vma
Chris Wilson
1
-4
/
+2
2017-01-10
drm/i915: Extract compute_partial_view()
Chris Wilson
1
-19
/
+28
2017-01-10
drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c
Chris Wilson
1
-69
/
+0
2017-01-10
drm/i915: Store required fence size/alignment for GGTT vma
Chris Wilson
1
-18
/
+9
2017-01-10
drm/i915: Align GGTT sizes to a fence tile row
Chris Wilson
1
-8
/
+19
2017-01-10
drm/i915: Extract tile_row_size for fencing
Chris Wilson
1
-6
/
+1
2017-01-10
Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-132
/
+134
2017-01-06
Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+1
2017-01-06
swiotlb: Export swiotlb_max_segment to users
Konrad Rzeszutek Wilk
1
-10
/
+1
2017-01-06
drm/i915: Drain freed objects for mmap space exhaustion
Chris Wilson
1
-13
/
+11
2017-01-06
drm/i915: Fix phys pwrite for struct_mutex-less operation
Chris Wilson
1
-30
/
+4
2017-01-06
drm/i915: Simplify testing for am-I-the-kernel-context?
Chris Wilson
1
-1
/
+1
2017-01-06
drm/i915: Only skip requests once a context is banned
Chris Wilson
1
-7
/
+12
2017-01-05
drm/i915: Move a few utility macros into a separate header
Chris Wilson
1
-4
/
+0
2017-01-04
drm/i915: Revoke fenced GTT mmapings across GPU reset
Chris Wilson
1
-1
/
+6
2017-01-04
Merge tag 'v4.10-rc2' into drm-intel-next-queued
Daniel Vetter
1
-2
/
+1
2017-01-03
drm/i915: Prevent timeline updates whilst performing reset
Chris Wilson
1
-1
/
+9
2017-01-03
drm/i915: Silence allocation failure during sg_trim()
Chris Wilson
1
-1
/
+1
2017-01-03
drm/i915: Don't clflush before release phys object
Chris Wilson
1
-4
/
+6
2016-12-31
drm/i915: Complete kerneldoc for struct i915_gem_context
Chris Wilson
1
-18
/
+8
2016-12-23
drm/i915: Prevent timeline updates whilst performing reset
Chris Wilson
1
-1
/
+9
2016-12-23
drm/i915: Silence allocation failure during sg_trim()
Chris Wilson
1
-1
/
+1
2016-12-23
drm/i915: Don't clflush before release phys object
Chris Wilson
1
-4
/
+6
2016-12-23
drm/i915: Repeat flush of idle work during suspend
Chris Wilson
1
-2
/
+8
2016-12-23
drm/i915: Break after walking all GGTT vma in bump_inactive_ggtt
Chris Wilson
1
-1
/
+1
2016-12-22
Merge tag 'drm-intel-next-fixes-2016-12-22' of git://anongit.freedesktop.org/...
Dave Airlie
1
-23
/
+56
[next]