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
/
gem
/
i915_gem_execbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-06
drm/i915/gem: Flush all the reloc_gpu batch
Chris Wilson
1
-3
/
+5
2020-04-06
drm/i915/gem: Ignore readonly failures when updating relocs
Chris Wilson
1
-4
/
+2
2020-03-26
drm/i915: Use explicit flag to mark unreachable intel_context
Chris Wilson
1
-1
/
+1
2020-03-12
drm/i915/gem: Drop relocation slowpath
Chris Wilson
1
-235
/
+4
2020-03-06
drm/i915/gem: Limit struct_mutex to eb_reserve
Chris Wilson
1
-31
/
+20
2020-03-06
drm/i915: be more solid in checking the alignment
Matthew Auld
1
-1
/
+2
2020-03-04
drm/i915: Apply i915_request_skip() on submission
Chris Wilson
1
-3
/
+4
2020-03-04
drm/i915/gem: Only call eb_lookup_vma once during execbuf ioctl
Chris Wilson
1
-65
/
+42
2020-03-04
drm/i915/gem: Extract transient execbuf flags from i915_vma
Chris Wilson
1
-146
/
+131
2020-03-04
drm/i915: Drop inspection of execbuf flags during evict
Chris Wilson
1
-8
/
+8
2020-03-03
drm/i915/gem: Check that the context wasn't closed during setup
Chris Wilson
1
-1
/
+67
2020-02-27
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
1
-1
/
+0
2020-02-25
drm/i915/gem: Honour O_NONBLOCK before throttling execbuf submissions
Chris Wilson
1
-7
/
+14
2020-02-25
drm/i915/gem: Cleanup shadow batch after I915_EXEC_SECURE
Chris Wilson
1
-1
/
+2
2020-01-27
drm/i915: Remove 'prefault_disable' modparam
Chris Wilson
1
-3
/
+0
2020-01-27
drm/i915/gem: manual conversion to struct drm_device logging macros.
Wambui Karuga
1
-10
/
+13
2020-01-27
drm/i915/gem: initial conversion to new logging macros using coccinelle
Wambui Karuga
1
-14
/
+23
2020-01-14
drm/i915/gem: Take local vma references for the parser
Chris Wilson
1
-1
/
+36
2020-01-06
drm/i915: Merge i915_request.flags with i915_request.fence.flags
Chris Wilson
1
-1
/
+1
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
1
-4
/
+4
2019-12-17
drm/i915/gem: Keep request alive while attaching fences
Chris Wilson
1
-0
/
+2
2019-12-12
drm/i915/gem: Asynchronous cmdparser
Chris Wilson
1
-9
/
+81
2019-12-12
drm/i915/gem: Prepare gen7 cmdparser for async execution
Chris Wilson
1
-50
/
+67
2019-12-12
drm/i915/gem: Tidy up error handling for eb_parse()
Chris Wilson
1
-21
/
+18
2019-12-12
drm/i915: Remove redundant parameters from intel_engine_cmd_parser
Chris Wilson
1
-31
/
+2
2019-12-11
drm/i915: Improve execbuf debug
Tvrtko Ursulin
1
-10
/
+12
2019-12-05
drm/i915: Remove vestigal i915_gem_context locals from cmdparser
Chris Wilson
1
-2
/
+1
2019-11-29
Revert "drm/i915: use a separate context for gpu relocs"
Chris Wilson
1
-29
/
+1
2019-11-16
drm/i915/gem: Purge the sudden reappearance of i915_gem_object_pin()
Chris Wilson
1
-13
/
+23
2019-11-14
Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-next
Dave Airlie
1
-31
/
+80
2019-11-05
drm/i915/cmdparser: Add support for backward jumps
Jon Bloomfield
1
-8
/
+24
2019-11-05
drm/i915: Allow parsing of unsized batches
Jon Bloomfield
1
-4
/
+5
2019-11-05
drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
Jon Bloomfield
1
-17
/
+41
2019-11-05
drm/i915: Add support for mandatory cmdparsing
Jon Bloomfield
1
-1
/
+2
2019-11-05
drm/i915: Remove Master tables from cmdparser
Jon Bloomfield
1
-4
/
+3
2019-11-05
drm/i915: Disable Secure Batches for gen6+
Jon Bloomfield
1
-2
/
+10
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
1
-0
/
+1
2019-10-15
Merge drm/drm-next into drm-intel-next-queued
Joonas Lahtinen
1
-12
/
+10
2019-10-14
drm/i915/perf: allow holding preemption on filtered ctx
Lionel Landwerlin
1
-0
/
+3
2019-10-11
Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-1
/
+1
2019-10-08
Merge tag 'drm-intel-next-2019-10-07' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-39
/
+44
2019-10-04
drm/i915: Move context management under GEM
Chris Wilson
1
-1
/
+1
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
1
-33
/
+10
2019-10-04
drm/i915: Use helpers for drm_mm_node booleans
Chris Wilson
1
-2
/
+2
2019-10-04
drm/mm: Convert drm_mm_node booleans to bitops
Chris Wilson
1
-1
/
+1
2019-10-04
drm/mm: Use helpers for drm_mm_node booleans
Chris Wilson
1
-2
/
+2
2019-09-20
Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-142
/
+201
2019-08-27
drm/i915: use a separate context for gpu relocs
Daniele Ceraolo Spurio
1
-1
/
+29
2019-08-27
drm/i915: Make engine's batch pool safe for use with virtual engines
Chris Wilson
1
-2
/
+2
2019-08-22
drm/i915: Replace i915_vma_put_fence()
Chris Wilson
1
-6
/
+3
[next]