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_ringbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-20
drm/i915: check for ERR_PTR from i915_gem_object_pin_map()
Dave Gordon
1
-6
/
+9
2016-04-20
drm/i915: Remove a couple pointless WARN_ONs
Tvrtko Ursulin
1
-6
/
+1
2016-04-20
drm/i915/gen9: implement WaEnableSamplerGPGPUPreemptionSupport
Tim Gore
1
-3
/
+4
2016-04-14
drm/i915: Force ringbuffers to not be at offset 0
Chris Wilson
1
-2
/
+5
2016-04-14
drm/i915: Prevent leaking of -EIO from i915_wait_request()
Chris Wilson
1
-2
/
+1
2016-04-14
drm/i915: Store the reset counter when constructing a request
Chris Wilson
1
-6
/
+0
2016-04-14
drm/i915: Hide the atomic_read(reset_counter) behind a helper
Chris Wilson
1
-3
/
+4
2016-04-13
drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
Mika Kuoppala
1
-2
/
+3
2016-04-11
drm/i915: Refactor duplicate object vmap functions
Chris Wilson
1
-24
/
+2
2016-04-11
drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_obj
Chris Wilson
1
-13
/
+12
2016-04-09
drm/i915: Separate out the seqno-barrier from engine->get_seqno
Chris Wilson
1
-16
/
+18
2016-04-09
drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+
Chris Wilson
1
-2
/
+11
2016-04-09
drm/i915: Fixup the free space logic in ring_prepare
Akash Goel
1
-3
/
+3
2016-04-08
drm/i915: Reset engine->last_submitted_seqno
Chris Wilson
1
-0
/
+1
2016-04-08
drm/i915: Reset semaphore page for gen8
Chris Wilson
1
-0
/
+8
2016-04-08
drm/i915: Move the hw semaphore initialisation from GEM to the engine
Chris Wilson
1
-0
/
+11
2016-04-08
drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno()
Chris Wilson
1
-4
/
+3
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
1
-1
/
+2
2016-03-24
drm/i915: introduce for_each_engine_id()
Dave Gordon
1
-9
/
+12
2016-03-22
drm/i915/tdr: Initialize hangcheck struct for each engine
Tomas Elf
1
-1
/
+6
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-1
/
+1
2016-03-18
drm/i915/gen9: add WaClearFlowControlGpgpuContextSave
Tim Gore
1
-0
/
+2
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
-8
/
+8
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
-37
/
+37
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-306
/
+312
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-388
/
+397
2016-02-15
drm/i915: Don't ERROR for an expected intel_rcs_ctx_init() interruption
Chris Wilson
1
-2
/
+2
2016-02-11
drm/i915: check that rpm ref is held when accessing ringbuf in stolen mem
Daniele Ceraolo Spurio
1
-0
/
+3
2016-01-25
drm/i915/gen9: Add WaOCLCoherentLineFlush
Arun Siluvery
1
-0
/
+4
2016-01-25
drm/i915/skl: Enable Per context Preemption granularity control
Arun Siluvery
1
-0
/
+10
2016-01-25
drm/i915/skl: Add GEN8_L3SQCREG4 to HW whitelist
Arun Siluvery
1
-0
/
+5
2016-01-25
drm/i915/bxt: Add GEN8_L3SQCREG4 to HW whitelist
Arun Siluvery
1
-0
/
+5
2016-01-25
drm/i915/bxt: Add GEN9_CS_DEBUG_MODE1 to HW whitelist
Arun Siluvery
1
-0
/
+9
2016-01-25
drm/i915/gen9: Add HDC_CHICKEN1 to HW whitelist
Arun Siluvery
1
-0
/
+5
2016-01-25
drm/i915/gen9: Add GEN8_CS_CHICKEN1 to HW whitelist
Arun Siluvery
1
-0
/
+6
2016-01-25
drm/i915/gen9: Add framework to whitelist specific GPU registers
Arun Siluvery
1
-0
/
+17
2016-01-21
drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
Chris Wilson
1
-0
/
+5
2016-01-18
drm/i915: Cache ringbuffer GTT VMA
Tvrtko Ursulin
1
-0
/
+3
2016-01-15
drm/i915: Make sure DC writes are coherent on flush.
Francisco Jerez
1
-0
/
+2
2016-01-12
drm/i915: Use MI_BATCH_BUFFER_START on 830/845
Ville Syrjälä
1
-4
/
+2
2016-01-12
drm/i915: Cleanup phys status page too
Ville Syrjälä
1
-4
/
+20
2015-12-18
drm/i915/skl: Default to noncoherent access up to F0
Mika Kuoppala
1
-5
/
+5
2015-12-10
drm/i915: intel_ring_initialized() must be simple and inline
Dave Gordon
1
-26
/
+13
2015-12-07
i915: Replace "hweight8(dev_priv->info.subslice_7eu[i]) != 1" with "!is_power...
Zeng Zhaoxiu
1
-1
/
+2
2015-11-23
Merge tag 'v4.4-rc2' into drm-intel-next-queued
Daniel Vetter
1
-0
/
+2
2015-11-18
drm/i915: Type safe register read/write
Ville Syrjälä
1
-5
/
+8
2015-11-18
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
1
-2
/
+2
2015-11-10
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-102
/
+160
[next]