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_request.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
drm/i915: Only enqueue already completed requests
Chris Wilson
1
-12
/
+32
2019-10-07
drm/i915: Verify the engine after acquiring the active.lock
Chris Wilson
1
-3
/
+22
2019-09-06
drm/i915: Hold irq-off for the entire fake lock period
Chris Wilson
1
-4
/
+5
2019-08-22
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
1
-2
/
+2
2019-08-21
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-2
/
+2
2019-08-20
drm/i915: Serialize insertion into the file->mm.request_list
Chris Wilson
1
-3
/
+3
2019-08-19
drm/i915: Use 0 for the unordered context
Chris Wilson
1
-2
/
+2
2019-08-18
drm/i915: Propagate fence errors
Chris Wilson
1
-0
/
+8
2019-08-16
drm/i915/gt: Mark context->active_count as protected by timeline->mutex
Chris Wilson
1
-1
/
+2
2019-08-16
drm/i915: Protect request retirement with timeline->mutex
Chris Wilson
1
-83
/
+73
2019-08-15
drm/i915: Move tasklet kicking to __i915_request_queue caller
Chris Wilson
1
-2
/
+2
2019-08-13
drm/i915: Push the wakeref->count deferral to the backend
Chris Wilson
1
-31
/
+35
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-2
/
+2
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
1
-5
/
+5
2019-08-07
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
1
-0
/
+1
2019-08-06
drm/i915/gem: Make caps.scheduler static
Chris Wilson
1
-2
/
+0
2019-07-12
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
1
-3
/
+2
2019-07-09
drm/i915: add infrastructure to hold off preemption on a request
Lionel Landwerlin
1
-2
/
+2
2019-06-21
drm/i915: Rename i915_timeline to intel_timeline and move under gt
Tvrtko Ursulin
1
-7
/
+7
2019-06-20
drm/i915/execlists: Preempt-to-busy
Chris Wilson
1
-0
/
+6
2019-06-19
drm/i915: Flush the execution-callbacks on retiring
Chris Wilson
1
-44
/
+49
2019-06-19
drm/i915: Signal fence completion from i915_request_wait
Chris Wilson
1
-1
/
+3
2019-06-19
drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()
Chris Wilson
1
-4
/
+0
2019-06-19
drm/i915: Make the semaphore saturation mask global
Chris Wilson
1
-2
/
+2
2019-06-18
drm/i915: Use drm_gem_object.resv
Chris Wilson
1
-2
/
+2
2019-06-14
drm/i915: Replace engine->timeline with a plain list
Chris Wilson
1
-30
/
+13
2019-06-14
drm/i915: Stop retiring along engine
Chris Wilson
1
-78
/
+53
2019-06-14
drm/i915: Keep contexts pinned until after the next kernel context switch
Chris Wilson
1
-15
/
+0
2019-06-14
drm/i915: Refine i915_reset.lock_map
Chris Wilson
1
-2
/
+10
2019-06-14
drm/i915: Execute signal callbacks from no-op i915_request_wait
Chris Wilson
1
-2
/
+4
2019-06-12
drm/i915: Prevent lock-cycles between GPU waits and GPU resets
Chris Wilson
1
-0
/
+2
2019-06-10
drm/i915: Allow interrupts when taking the timeline->mutex
Chris Wilson
1
-1
/
+4
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
1
-0
/
+3
2019-05-22
drm/i915: Extend execution fence to support a callback
Chris Wilson
1
-5
/
+79
2019-05-22
drm/i915: Apply an execution_mask to the virtual_engine
Chris Wilson
1
-0
/
+1
2019-05-17
drm/i915: Downgrade NEWCLIENT to non-preemptive
Chris Wilson
1
-1
/
+1
2019-05-17
drm/i915: Bump signaler priority on adding a waiter
Chris Wilson
1
-9
/
+0
2019-05-17
drm/i915: Truly bump ready tasks ahead of busywaits
Chris Wilson
1
-19
/
+12
2019-05-17
drm/i915: Mark semaphores as complete on unsubmit out if payload was started
Chris Wilson
1
-0
/
+6
2019-05-08
drm/i915: Seal races between async GPU cancellation, retirement and signaling
Chris Wilson
1
-0
/
+1
2019-05-07
drm/i915: Only reschedule the submission tasklet if preemption is possible
Chris Wilson
1
-2
/
+0
2019-05-07
drm/i915: Acquire the signaler's timeline HWSP last
Chris Wilson
1
-4
/
+4
2019-05-04
drm/i915: Disable semaphore busywaits on saturated systems
Chris Wilson
1
-1
/
+39
2019-05-03
drm/i915: Delay semaphore submission until the start of the signaler
Chris Wilson
1
-0
/
+19
2019-04-26
drm/i915: Move i915_request_alloc into selftests/
Chris Wilson
1
-38
/
+0
2019-04-26
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
1
-12
/
+3
2019-04-26
drm/i915: Export intel_context_instance()
Chris Wilson
1
-1
/
+10
2019-04-25
drm/i915: Explicitly pin the logical context for execbuf
Chris Wilson
1
-9
/
+0
2019-04-25
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
1
-5
/
+5
2019-04-25
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
1
-105
/
+142
[next]