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
/
intel_lrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-20
drm/i915: Remove a couple pointless WARN_ONs
Tvrtko Ursulin
1
-2
/
+0
2016-04-14
drm/i915/mocs: Program MOCS for all engines on init
Peter Antoine
1
-1
/
+1
2016-04-14
drm/i915: Late request cancellations are harmful
Chris Wilson
1
-3
/
+1
2016-04-14
drm/i915: Prevent leaking of -EIO from i915_wait_request()
Chris Wilson
1
-1
/
+1
2016-04-14
drm/i915: Store the reset counter when constructing a request
Chris Wilson
1
-7
/
+0
2016-04-14
drm/i915: Hide the atomic_read(reset_counter) behind a helper
Chris Wilson
1
-1
/
+1
2016-04-13
drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write
MichaĆ Winiarski
1
-2
/
+8
2016-04-13
drm/i915: Use new i915_gem_object_pin_map for LRC
Tvrtko Ursulin
1
-36
/
+46
2016-04-13
drm/i915: Split execlists hardware status page initialisation from setup
Tvrtko Ursulin
1
-23
/
+27
2016-04-12
drm/i915: Only grab correct forcewake for the engine with execlists
Tvrtko Ursulin
1
-5
/
+22
2016-04-11
drm/i915: implement WaClearTdlStateAckDirtyBits
Tim Gore
1
-0
/
+19
2016-04-09
drm/i915: Separate out the seqno-barrier from engine->get_seqno
Chris Wilson
1
-13
/
+6
2016-04-09
drm/i915: Fixup the free space logic in ring_prepare
Akash Goel
1
-3
/
+3
2016-04-04
drm/i915: Move execlists irq handler to a bottom half
Tvrtko Ursulin
1
-14
/
+22
2016-03-24
drm/i915: replace for_each_engine()
Dave Gordon
1
-2
/
+1
2016-03-22
drm/i915/tdr: Initialize hangcheck struct for each engine
Tomas Elf
1
-1
/
+1
2016-03-18
drm/i915: Move CSB MMIO reads out of the execlists lock
Tvrtko Ursulin
1
-39
/
+40
2016-03-18
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
1
-1
/
+1
2016-03-16
drm/i915: More renaming of rings to engines
Tvrtko Ursulin
1
-4
/
+4
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
1
-6
/
+6
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
1
-38
/
+38
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-268
/
+298
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-107
/
+109
2016-03-03
drm/i915/lrc: Do not wait atomically when stopping engines
Tvrtko Ursulin
1
-1
/
+1
2016-03-01
drm/i915: Execlists small cleanups and micro-optimisations
Tvrtko Ursulin
1
-102
/
+112
2016-02-26
drm/i915: Execlists cannot pin a context without the object
Chris Wilson
1
-4
/
+0
2016-02-26
drm/i915/lrc: Only set RS ctx enable in ctx control reg if there is a RS
Michel Thierry
1
-1
/
+2
2016-02-26
drm/i915/gen9: Set value of Indirect Context Offset based on gen version
Michel Thierry
1
-2
/
+24
2016-01-28
drm/i915: Fix premature LRC unpin in GuC mode
Tvrtko Ursulin
1
-2
/
+14
2016-01-28
drm/i915: Make LRC pinning own a reference to the context
Tvrtko Ursulin
1
-0
/
+4
2016-01-28
drm/i915: Make LRC (un)pinning work on context and engine
Tvrtko Ursulin
1
-24
/
+25
2016-01-25
drm/i915/guc: Decouple GuC engine id from ring id
Alex Dai
1
-0
/
+5
2016-01-25
drm/i915: More use of the cached LRC state
Tvrtko Ursulin
1
-2
/
+4
2016-01-21
drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
Chris Wilson
1
-0
/
+5
2016-01-21
drm/i915: Use ordered seqno write interrupt generation on gen8+ execlists
Chris Wilson
1
-28
/
+61
2016-01-21
drm/i915: tidy up a few leftovers
Dave Gordon
1
-21
/
+17
2016-01-21
drm/i915: abolish separate per-ring default_context pointers
Dave Gordon
1
-8
/
+9
2016-01-21
drm/i915: simplify allocation of driver-internal requests
Dave Gordon
1
-5
/
+4
2016-01-18
drm/i915: Cache LRC state page in the context
Tvrtko Ursulin
1
-18
/
+21
2016-01-18
drm/i915: Cache ringbuffer GTT VMA
Tvrtko Ursulin
1
-2
/
+1
2016-01-18
drm/i915: Do not call API requiring struct_mutex where it is not available
Tvrtko Ursulin
1
-61
/
+90
2016-01-15
drm/i915: Make sure DC writes are coherent on flush.
Francisco Jerez
1
-0
/
+1
2016-01-13
drm/i915: Fix bsd2 ring name
Tvrtko Ursulin
1
-1
/
+1
2016-01-13
drm/i915: Compact logical ring interrupt initialization
Tvrtko Ursulin
1
-20
/
+13
2016-01-13
drm/i915: Extract vfunc setup from logical ring initializers
Tvrtko Ursulin
1
-59
/
+29
2016-01-12
drm/i915/bdw+: Replace list_del+list_add_tail with list_move_tail
Tvrtko Ursulin
1
-9
/
+6
2016-01-08
drm/i915: Don't warn if the workaround list is empty part 2.
Boyer, Wayne
1
-1
/
+1
2016-01-07
drm/i915: Extract CSB status read
Ben Widawsky
1
-3
/
+16
2016-01-07
drm/i915: Change WARN to ERROR in CSB count
Ben Widawsky
1
-1
/
+3
2016-01-07
drm/i915: Cleanup some of the CSB handling
Ben Widawsky
1
-6
/
+9
[next]