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
/
intel_lrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-11
/
+27
2017-08-21
drm/i915: Clear lost context-switch interrupts across reset
Chris Wilson
1
-1
/
+22
2017-07-27
drm/i915: Flush the execlist ports if idle
Chris Wilson
1
-10
/
+26
2017-06-20
drm/i915: Group all the global context information together
Chris Wilson
1
-1
/
+1
2017-06-14
drm/i915/perf: Add OA unit support for Gen 8+
Robert Bragg
1
-0
/
+2
2017-06-07
drm/i915/gen10: Set value of Indirect Context Offset for gen10
Michel Thierry
1
-0
/
+5
2017-05-17
drm/i915/execlists: Reduce lock contention between schedule/submit_request
Chris Wilson
1
-0
/
+13
2017-05-17
drm/i915: Create a kmem_cache to allocate struct i915_priolist from
Chris Wilson
1
-2
/
+2
2017-05-17
drm/i915: Split execlist priority queue into rbtree + linked list
Chris Wilson
1
-62
/
+121
2017-05-17
drm/i915/execlists: Pack the count into the low bits of the port.request
Chris Wilson
1
-56
/
+65
2017-05-12
drm/i915: set initialised only when init_context callback is NULL
Chuanxiao Dong
1
-1
/
+1
2017-05-04
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
1
-9
/
+8
2017-04-28
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
1
-53
/
+1
2017-04-25
drm/i915: Differentiate between sw write location into ring and last hw read
Chris Wilson
1
-4
/
+2
2017-04-25
drm/i915: Report request restarts for both execlists/guc
Chris Wilson
1
-13
/
+16
2017-04-12
drm/i915/execlists: Document runtime pm for intel_lrc_irq_handler()
Chris Wilson
1
-0
/
+9
2017-04-11
drm/i915: Use the engine class to get the context size
Daniele Ceraolo Spurio
1
-10
/
+19
2017-04-03
drm/i915: intel_ring.engine is unused
Chris Wilson
1
-1
/
+1
2017-03-29
Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"
Chris Wilson
1
-12
/
+0
2017-03-29
drm/i915: Avoid lock dropping between rescheduling
Chris Wilson
1
-29
/
+24
2017-03-27
drm/i915: Refactor tests for validity of RING_TAIL
Chris Wilson
1
-8
/
+4
2017-03-27
drm/i915: Assert that the request->tail fits within the ring
Chris Wilson
1
-0
/
+4
2017-03-27
drm/i915/execlists: Wrap tail pointer after reset tweaking
Chris Wilson
1
-1
/
+3
2017-03-27
drm/i915/execlists: Trim irq handler
Chris Wilson
1
-15
/
+12
2017-03-24
drm/i915/execlists: Relax the locked clear_bit(IRQ_EXECLIST)
Chris Wilson
1
-1
/
+11
2017-03-21
drm/i915: Spinlocks in tasklets can use spin_(un)lock_irq
Tvrtko Ursulin
1
-3
/
+2
2017-03-21
drm/i915: Remove intel_ring.last_retired_head
Chris Wilson
1
-2
/
+0
2017-03-21
drm/i915/execlists: Split the atomic test_and_clear_bit for irq handler
Chris Wilson
1
-1
/
+6
2017-03-20
drm/i915: Reset tasklet back to execlists after disabling guc
Chris Wilson
1
-0
/
+1
2017-03-17
drm/i915: Skip execlists_dequeue() early if the list is empty
Chris Wilson
1
-0
/
+12
2017-03-16
drm/i915: Assert that the context pin_counts do not overflow
Chris Wilson
1
-0
/
+1
2017-03-16
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
1
-10
/
+5
2017-03-16
drm/i915: make context status notifier head be per engine
Changbin Du
1
-1
/
+2
2017-03-16
drm/i915/scheduler: emulate a scheduler for guc
Chris Wilson
1
-4
/
+1
2017-03-03
drm/i915: Avoid using word legacy with ppgtt
Mika Kuoppala
1
-2
/
+2
2017-03-03
drm/i915: Don't mark pdps clear if pdps are not submitted
Mika Kuoppala
1
-11
/
+10
2017-03-03
drm/i915: Generalise wait for execlists to be idle
Chris Wilson
1
-28
/
+0
2017-02-27
drm/i915/bdw: Do not write the replay bit of the ring mode register
Kelvin Gardiner
1
-1
/
+0
2017-02-24
drm/i915/execlists: Detect an out-of-order context switch
Chris Wilson
1
-0
/
+1
2017-02-21
drm/i915/tracepoints: Add backend level request in and out tracepoints
Tvrtko Ursulin
1
-0
/
+2
2017-02-21
drm/i915: Tidy execlists_init_reg_state
Tvrtko Ursulin
1
-71
/
+56
2017-02-20
drm/i915: Assert that the request->tail is always qword aligned
Chris Wilson
1
-0
/
+4
2017-02-17
drm/i915: Consolidate gen8_emit_pipe_control
Tvrtko Ursulin
1
-51
/
+26
2017-02-17
drm/i915: Tidy workaround batch buffer emission
Tvrtko Ursulin
1
-201
/
+117
2017-02-15
drm/i915: Remove duplicate intel_logical_ring_workarounds_emit
Tvrtko Ursulin
1
-34
/
+1
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
1
-107
/
+100
2017-02-11
drm/i915: Rename conditional GEM execution macros
Chris Wilson
1
-4
/
+4
2017-02-10
drm/i915: Always pin contexts into the high GGTT
Chris Wilson
1
-3
/
+1
2017-02-09
drm/i915: Use the size/type of address space to make decisions
Chris Wilson
1
-3
/
+3
2017-02-08
drm/i915: Restore context and pd for ringbuffer submission after reset
Chris Wilson
1
-1
/
+15
[next]