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_ring_submission.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-09
drm/i915: Release shortlived maps of longlived objects
Chris Wilson
1
-1
/
+1
2020-07-08
drm/i915: Move the engine mask to intel_gt_info
Daniele Ceraolo Spurio
1
-1
/
+1
2020-06-03
drm/i915: Drop i915_request.i915 backpointer
Chris Wilson
1
-3
/
+3
2020-06-02
drm/i915/gt: Move legacy context wa to intel_workarounds
Chris Wilson
1
-28
/
+0
2020-06-02
drm/i915/gt: Split low level gen2-7 CS emitters
Chris Wilson
1
-805
/
+27
2020-04-29
drm/i915/gt: Keep a no-frills swappable copy of the default context state
Chris Wilson
1
-12
/
+4
2020-03-19
drm/i915/ring_submission: use drm_device based logging macros.
Wambui Karuga
1
-15
/
+18
2020-03-15
drm/i915/gt: Restrict gen7 w/a batch to Haswell
Chris Wilson
1
-1
/
+1
2020-03-07
drm/i915/gt: Wait for the wa batch to be pinned
Chris Wilson
1
-0
/
+4
2020-03-06
drm/i915/gen7: Clear all EU/L3 residual contexts
Prathap Kumar Valsan
1
-1
/
+2
2020-03-06
drm/i915: Add mechanism to submit a context WA on ring submission
Mika Kuoppala
1
-4
/
+134
2020-03-04
drm/i915: Apply i915_request_skip() on submission
Chris Wilson
1
-3
/
+1
2020-02-27
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
1
-2
/
+0
2020-02-07
drm/i915/gt: Set the PP_DIR registers upon enabling ring submission
Chris Wilson
1
-14
/
+26
2020-02-01
drm/i915: Move ringbuffer WAs to engine workaround list
Daniele Ceraolo Spurio
1
-37
/
+0
2020-01-30
drm/i915/ring: convert to new logging macros in gt/intel_ring_submission.c
Wambui Karuga
1
-1
/
+2
2020-01-22
drm/i915/gt: Make WARN* drm specific where drm_priv ptr is available
Pankaj Bharadiya
1
-3
/
+4
2020-01-09
drm/i915/gt: Pull context activation into central intel_context_pin()
Chris Wilson
1
-15
/
+1
2020-01-07
drm/i915/gtt: split up i915_gem_gtt
Matthew Auld
1
-0
/
+1
2020-01-07
drm/i915/gt: Take responsibility for engine->release as the last step
Chris Wilson
1
-2
/
+3
2020-01-03
drm/i915/gt: Ignore stale context state upon resume
Chris Wilson
1
-1
/
+1
2019-12-31
drm/i915/gt: Tweak flushes around ivb ppgtt
Chris Wilson
1
-2
/
+2
2019-12-30
drm/i915/gt: Do not restore invalid RS state
Chris Wilson
1
-13
/
+11
2019-12-23
drm/i915: Mark the GEM context link as RCU protected
Chris Wilson
1
-1
/
+1
2019-12-22
drm/i915/gt: Merge engine init/setup loops
Chris Wilson
1
-15
/
+4
2019-12-22
drm/i915/gt: Pull GT initialisation under intel_gt_init()
Chris Wilson
1
-8
/
+6
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
1
-1
/
+1
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
1
-4
/
+4
2019-12-18
drm/i915/gt: Remove direct invocation of breadcrumb signaling
Chris Wilson
1
-1
/
+1
2019-12-17
drm/i915/gt: Avoid multi-LRI on Sandybridge
Chris Wilson
1
-4
/
+8
2019-12-17
drm/i915/gt: Tidy up full-ppgtt on Ivybridge
Chris Wilson
1
-69
/
+41
2019-12-13
drm/i915: Introduce new macros for tracing
Venkata Sandeep Dhanalakota
1
-7
/
+6
2019-12-08
drm/i915/gt: Turn vm off then on again for gen7 mm switch
Chris Wilson
1
-12
/
+10
2019-12-07
drm/i915/gt: Replace I915_WRITE with its uncore counterpart
Andi Shyti
1
-23
/
+25
2019-12-05
drm/i915/gt: Bump the PP_DIR invalidation for Baytrail
Chris Wilson
1
-4
/
+35
2019-12-04
drm/i915/gt: Set the PD again for Haswell
Chris Wilson
1
-35
/
+14
2019-12-03
drm/i915/gt: Track the context validity explicitly
Chris Wilson
1
-1
/
+3
2019-11-30
drm/i915/gt: Push the flush_pd before the set-context
Chris Wilson
1
-15
/
+13
2019-11-30
drm/i915/gen7: Re-enable full-ppgtt for ivb & hsw
Chris Wilson
1
-12
/
+9
2019-11-13
drm/i915/gt: Invalidate as we write the gen7 breadcrumb
Chris Wilson
1
-6
/
+3
2019-11-12
drm/i915/gt: Flush gen7 even harder
Chris Wilson
1
-2
/
+3
2019-11-12
drm/i915/gt: Try an extra flush on the Haswell blitter
Chris Wilson
1
-1
/
+4
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
1
-0
/
+2053