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
/
gt
/
intel_lrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-01
drm/i915: extract engine WA programming to common resume function
Daniele Ceraolo Spurio
1
-3
/
+0
2020-01-31
drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex
Chris Wilson
1
-1
/
+1
2020-01-30
drm/i915/execlists: Ignore discrepancies in pending[] across resets
Chris Wilson
1
-6
/
+10
2020-01-29
drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPT
Chris Wilson
1
-15
/
+66
2020-01-29
drm/i915/execlist: Mark up racy read of execlists->pending[0]
Chris Wilson
1
-1
/
+1
2020-01-28
drm/i915/perf: Fix OA context id overlap with idle context id
Umesh Nerlige Ramappa
1
-1
/
+1
2020-01-22
drm/i915/execlists: Reclaim the hanging virtual request
Chris Wilson
1
-0
/
+29
2020-01-22
drm/i915/execlists: Take a reference while capturing the guilty request
Chris Wilson
1
-8
/
+31
2020-01-16
drm/i915/execlists: Offline error capture
Chris Wilson
1
-2
/
+120
2020-01-16
drm/i915/gt: Allow temporary suspension of inflight requests
Chris Wilson
1
-6
/
+161
2020-01-16
drm/i915: Keep track of request among the scheduling lists
Chris Wilson
1
-5
/
+8
2020-01-16
drm/i915/execlists: Leave resetting ring to intel_ring
Chris Wilson
1
-1
/
+0
2020-01-15
drm/i915/gt: Use the BIT when checking the flags, not the index
Chris Wilson
1
-1
/
+2
2020-01-14
drm/i915/gt: Always reset the timeslice after a context switch
Chris Wilson
1
-2
/
+2
2020-01-09
drm/i915/gt: Pull context activation into central intel_context_pin()
Chris Wilson
1
-14
/
+2
2020-01-09
drm/i915: Revert "drm/i915/tgl: Wa_1607138340"
Tvrtko Ursulin
1
-4
/
+0
2020-01-08
drm/i915/gt: Always force restore freshly pinned contexts
Chris Wilson
1
-1
/
+1
2020-01-07
drm/i915/gt: Take responsibility for engine->release as the last step
Chris Wilson
1
-1
/
+3
2020-01-06
drm/i915/gt: Mark up virtual engine uabi_instance
Chris Wilson
1
-0
/
+2
2020-01-06
drm/i915/gt: Use memset_p to clear the ports
Chris Wilson
1
-5
/
+10
2020-01-06
drm/i915: Merge i915_request.flags with i915_request.fence.flags
Chris Wilson
1
-2
/
+2
2020-01-03
drm/i915/gt: Always poison the kernel_context image before unparking
Chris Wilson
1
-2
/
+2
2020-01-03
drm/i915/gt: Ignore stale context state upon resume
Chris Wilson
1
-1
/
+10
2020-01-03
drm/i915/gt: Clear LRC image inline
Chris Wilson
1
-36
/
+52
2020-01-03
drm/i915/gt: Include a bunch more rcs image state
Chris Wilson
1
-1
/
+87
2019-12-30
drm/i915/gt: Leave RING_BB_STATE to default value
Chris Wilson
1
-1
/
+0
2019-12-30
drm/i915/gt: Avoid using tag 0 for the very first submission
Chris Wilson
1
-1
/
+3
2019-12-30
drm/i915/gt: Ensure that all new contexts clear STOP_RING
Chris Wilson
1
-3
/
+11
2019-12-22
drm/i915/gt: Merge engine init/setup loops
Chris Wilson
1
-15
/
+5
2019-12-22
drm/i915/gt: Pull GT initialisation under intel_gt_init()
Chris Wilson
1
-11
/
+6
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
1
-12
/
+9
2019-12-20
drm/i915/execlists: Select arb on/off around batches based on preemption
Chris Wilson
1
-8
/
+9
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
1
-24
/
+23
2019-12-20
drm/i915/gt: Teach veng to defer the context allocation
Chris Wilson
1
-6
/
+9
2019-12-20
drm/i915/gt: Add breadcrumb retire to physical engine
Chris Wilson
1
-1
/
+0
2019-12-19
drm/i915/gt: Schedule request retirement when signaler idles
Chris Wilson
1
-1
/
+1
2019-12-18
drm/i915/gt: Remove direct invocation of breadcrumb signaling
Chris Wilson
1
-1
/
+1
2019-12-13
drm/i915: Introduce new macros for tracing
Venkata Sandeep Dhanalakota
1
-58
/
+50
2019-12-10
drm/i915/gt: Detect if we miss WaIdleLiteRestore
Chris Wilson
1
-25
/
+21
2019-12-05
drm/i915/gt: Save irqstate around virtual_context_destroy
Chris Wilson
1
-2
/
+3
2019-12-03
drm/i915/gt: Track the context validity explicitly
Chris Wilson
1
-0
/
+1
2019-12-03
drm/i915/execlists: Skip nested spinlock for validating pending
Chris Wilson
1
-2
/
+2
2019-12-03
drm/i915/execlists: Add a couple more validity checks to assert_pending()
Chris Wilson
1
-0
/
+3
2019-11-29
drm/i915/execlists: Ensure the tasklet is decoupled upon shutdown
Chris Wilson
1
-0
/
+10
2019-11-25
drm/i915/gt: Schedule request retirement when timeline idles
Chris Wilson
1
-0
/
+9
2019-11-25
drm/i915/execlists: Fixup cancel_port_requests()
Chris Wilson
1
-9
/
+7
2019-11-25
drm/i915/gt: Mark the execlists->active as the primary volatile access
Chris Wilson
1
-10
/
+17
2019-11-21
drm/i915: Mark intel_wakeref_get() as a sleeper
Chris Wilson
1
-1
/
+1
2019-11-21
drm/i915/execlists: Lock the request while validating it during promotion
Chris Wilson
1
-5
/
+20
2019-11-20
drm/i915: Mark up the calling context for intel_wakeref_put()
Chris Wilson
1
-1
/
+1
[next]