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
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_request.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+2
2017-02-16
drm/i915: Check for timeout completion when waiting for the rq to submitted
Chris Wilson
1
-1
/
+6
2017-01-16
drm/i915: Construct a request even if the GPU is currently hung
Chris Wilson
1
-25
/
+3
2017-01-11
drm/i915: Add a sanity check that no request is submitted in the middle
Chris Wilson
1
-0
/
+7
2017-01-04
Merge tag 'v4.10-rc2' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+1
2016-12-18
drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
Chris Wilson
1
-4
/
+1
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
1
-13
/
+25
2016-12-13
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-265
/
+499
2016-12-05
drm/i915: Hold a reference on the request for its fence chain
Chris Wilson
1
-7
/
+27
2016-11-25
drm/i915: Integrate i915_sw_fence with debugobjects
Chris Wilson
1
-0
/
+9
2016-11-25
drm/i915: Hold a reference on the request for its fence chain
Chris Wilson
1
-7
/
+27
2016-11-25
drm/i915: Assert no external observers when unwind a failed request alloc
Chris Wilson
1
-0
/
+5
2016-11-25
drm/i915: Add is-completed assert to request retire entrypoint
Chris Wilson
1
-0
/
+2
2016-11-25
drm/i915: Rename i915_gem_timeline.next_seqno to .seqno
Joonas Lahtinen
1
-7
/
+7
2016-11-21
drm/i915: Wipe hang stats as an embedded struct
Mika Kuoppala
1
-2
/
+2
2016-11-21
drm/i915: Use request retirement as context progress
Mika Kuoppala
1
-0
/
+4
2016-11-18
drm/i915: Check that each request phase is completed before retiring
Chris Wilson
1
-0
/
+2
2016-11-18
drm/i915: Be more careful to drop the GT wakeref
Chris Wilson
1
-8
/
+9
2016-11-16
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
1
-1
/
+1
2016-11-15
drm/i915: Store the execution priority on the context
Chris Wilson
1
-1
/
+1
2016-11-15
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
1
-0
/
+5
2016-11-15
drm/i915/scheduler: Record all dependencies upon request construction
Chris Wilson
1
-1
/
+90
2016-11-15
drm/i915/scheduler: Signal the arrival of a new request
Chris Wilson
1
-0
/
+13
2016-11-15
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
1
-13
/
+25
2016-11-15
drm/i915: Split request submit/execute phase into two
Chris Wilson
1
-9
/
+24
2016-11-15
drm/i915: Create distinct lockclasses for execution vs user timelines
Chris Wilson
1
-1
/
+1
2016-11-09
drm/i915: Spin until breadcrumb threads are complete
Chris Wilson
1
-3
/
+2
2016-11-07
drm/i915: Avoid early GPU idling due to already pending idle work
Imre Deak
1
-3
/
+3
2016-10-28
drm/i915: Enable multiple timelines
Chris Wilson
1
-28
/
+33
2016-10-28
drm/i915: Defer setting of global seqno on request to submission
Chris Wilson
1
-7
/
+23
2016-10-28
drm/i915: Reserve space in the global seqno during request allocation
Chris Wilson
1
-41
/
+45
2016-10-28
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
1
-12
/
+17
2016-10-28
drm/i915: Defer breadcrumb emission
Chris Wilson
1
-28
/
+13
2016-10-28
drm/i915: Record space required for breadcrumb emission
Chris Wilson
1
-0
/
+1
2016-10-28
drm/i915: Rename ->emit_request to ->emit_breadcrumb
Chris Wilson
1
-2
/
+2
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
1
-5
/
+14
2016-10-28
drm/i915: Wait first for submission, before waiting for request completion
Chris Wilson
1
-0
/
+51
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
1
-32
/
+49
2016-10-28
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
1
-19
/
+29
2016-10-28
drm/i915: Markup GEM API with lockdep asserts
Chris Wilson
1
-0
/
+6
2016-10-28
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
1
-113
/
+33
2016-10-28
drm/i915: Support asynchronous waits on struct fence from i915_gem_request
Chris Wilson
1
-0
/
+48
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-16
/
+16
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-2
/
+3
2016-10-10
drm/i915: Distinguish last emitted request from last submitted request
Chris Wilson
1
-2
/
+3
2016-10-07
drm/i915: Distinguish last emitted request from last submitted request
Chris Wilson
1
-2
/
+3
2016-09-09
drm/i915: Nonblocking request submission
Chris Wilson
1
-6
/
+15
2016-09-09
drm/i915: Prepare object synchronisation for asynchronicity
Chris Wilson
1
-0
/
+87
2016-09-09
drm/i915: Reorder i915_add_request to separate the phases better
Chris Wilson
1
-14
/
+14
[next]