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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-27
Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-2
/
+6
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-1
/
+1
2019-11-19
drm/i915/gem: Manually dump the debug trace on GEM_BUG_ON
Chris Wilson
1
-0
/
+3
2019-11-14
drm/i915: use drm_debug_enabled() to check for debug categories
Jani Nikula
1
-1
/
+1
2019-11-11
drm/i915: Taint the kernel on dumping the GEM ftrace buffer
Chris Wilson
1
-2
/
+3
2019-10-24
drm/i915/execlists: Force preemption
Chris Wilson
1
-14
/
+0
2019-10-16
drm/i915/execlist: Trim immediate timeslice expiry
Chris Wilson
1
-0
/
+14
2019-10-14
drm/i915/execlists: Assert tasklet is locked for process_csb()
Chris Wilson
1
-0
/
+5
2019-10-11
drm/i915/execlists: Leave tell-tales as to why pending[] is bad
Chris Wilson
1
-4
/
+7
2019-10-09
drm/i915/gt: execlists->active is serialised by the tasklet
Chris Wilson
1
-0
/
+6
2019-08-07
drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h
Jani Nikula
1
-0
/
+2
2019-05-22
drm/i915: Load balancing across a virtual engine
Chris Wilson
1
-0
/
+5
2019-04-25
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
1
-3
/
+0
2019-04-02
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
Chris Wilson
1
-2
/
+0
2019-03-15
drm/i915: Always kick the execlists tasklet after reset
Chris Wilson
1
-1
/
+6
2019-03-07
drm/i915: Make I915_GEM_IDLE_TIMEOUT into a macro
Chris Wilson
1
-0
/
+2
2018-10-18
drm/i915: GEM_WARN_ON considered harmful
Tvrtko Ursulin
1
-1
/
+3
2018-08-29
drm/i915/execlists: Flush tasklet directly from reset-finish
Chris Wilson
1
-6
/
+0
2018-06-29
drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
Chris Wilson
1
-0
/
+5
2018-05-25
drm/i915/execlists: Wait for ELSP submission on restart
Chris Wilson
1
-0
/
+6
2018-05-24
drm/i915: Look for an active kernel context before switching
Chris Wilson
1
-0
/
+3
2018-05-16
drm/i915: Only sync tasklets once for recursive reset preparation
Chris Wilson
1
-0
/
+7
2018-04-26
drm/i915: Compile out engine debug for release
Chris Wilson
1
-0
/
+6
2018-04-06
drm/i915: Split out parking from the idle worker for reuse
Chris Wilson
1
-0
/
+5
2018-03-14
drm/i915: Show GEM_TRACE when detecting a failed GPU idle
Chris Wilson
1
-0
/
+2
2018-03-01
drm/i915/icl: Prepare for more rings
Tvrtko Ursulin
1
-1
/
+1
2018-02-28
drm/i915: Repeat the GEM_BUG_ON message in the ftrace log
Chris Wilson
1
-1
/
+4
2017-11-16
drm/i915: Print the condition causing GEM_BUG_ON
Mika Kuoppala
1
-1
/
+5
2017-11-10
drm/i915: Use trace_printk to provide a death rattle for GEM
Chris Wilson
1
-0
/
+6
2017-05-03
drm/i915: Squash repeated awaits on the same fence
Chris Wilson
1
-0
/
+2
2017-02-11
drm/i915: Rename conditional GEM execution macros
Chris Wilson
1
-6
/
+6
2017-02-06
drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
Chris Wilson
1
-0
/
+9
2016-12-17
drm/i915: introduce GEM_WARN_ON
Matthew Auld
1
-0
/
+2
2016-12-05
drm/i915: allow GEM_BUG_ON expr checking with !DEBUG_GEM
Matthew Auld
1
-1
/
+1
2016-11-08
drm/i915: avoid harmless empty-body warning
Arnd Bergmann
1
-1
/
+1
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
1
-0
/
+2
2016-04-14
drm/i915: Add GEM debugging Kconfig option
Chris Wilson
1
-0
/
+34