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-08-15
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
1
-9
/
+11
2016-08-15
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
1
-8
/
+1
2016-08-15
drm/i915: Use VMA for wa_ctx tracking
Chris Wilson
1
-26
/
+32
2016-08-15
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
1
-1
/
+0
2016-08-15
drm/i915: Use VMA for scratch page tracking
Chris Wilson
1
-9
/
+9
2016-08-15
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
1
-8
/
+9
2016-08-15
drm/i915: Use VMA as the primary object for context state
Chris Wilson
1
-33
/
+31
2016-08-12
drm/i915: Support for creating write combined type vmaps
Chris Wilson
1
-4
/
+4
2016-08-10
drm/i915: Mark unmappable GGTT entries as PIN_HIGH
Chris Wilson
1
-1
/
+1
2016-08-05
drm/i915: Remove forced stop ring on suspend/unload
Chris Wilson
1
-26
/
+0
2016-08-05
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-5
/
+7
2016-08-04
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
1
-3
/
+5
2016-08-03
drm/i915: Move the common engine cleanup to intel_engine_cs.c
Chris Wilson
1
-4
/
+1
2016-08-03
drm/i915: Unify legacy/execlists submit_execbuf callbacks
Chris Wilson
1
-123
/
+0
2016-08-03
drm/i915: Remove duplicate golden render state init from execlists
Chris Wilson
1
-33
/
+1
2016-08-03
drm/i915/lrc: Update function names to match request flow
Chris Wilson
1
-9
/
+9
2016-08-03
drm/i915: Unify request submission
Chris Wilson
1
-11
/
+15
2016-08-03
drm/i915: Move the modulus for ring emission to the register write
Chris Wilson
1
-1
/
+1
2016-08-03
drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
Chris Wilson
1
-5
/
+10
2016-08-03
drm/i915: Simplify request_alloc by returning the allocated request
Chris Wilson
1
-1
/
+1
2016-08-03
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
1
-15
/
+8
2016-08-03
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
1
-40
/
+7
2016-08-03
drm/i915: Rename intel_pin_and_map_ring()
Chris Wilson
1
-2
/
+2
2016-08-03
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
1
-17
/
+17
2016-08-03
drm/i915: Rename intel_context[engine].ringbuf
Chris Wilson
1
-20
/
+17
2016-08-03
drm/i915: Rename request->ringbuf to request->ring
Chris Wilson
1
-29
/
+28
2016-08-03
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
Chris Wilson
1
-94
/
+89
2016-07-27
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
Chris Wilson
1
-1
/
+1
2016-07-26
Backmerge tag 'v4.7' into drm-next
Dave Airlie
1
-5
/
+7
2016-07-20
drm/i915/gen9: Add WaDisableGatherAtSetShaderCommonSlice
Mika Kuoppala
1
-0
/
+7
2016-07-20
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
1
-3
/
+3
2016-07-20
drm/i915: Rename i915_gem_context_reference/unreference()
Chris Wilson
1
-2
/
+2
2016-07-20
drm/i915: Rename request reference/unreference to get/put
Chris Wilson
1
-5
/
+5
2016-07-20
drm/i915: Derive GEM requests from dma-fence
Chris Wilson
1
-1
/
+1
2016-07-19
drm/i915: Clean up kerneldoc for intel_lrc.c
Daniel Vetter
1
-69
/
+30
2016-07-15
drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch
Mika Kuoppala
1
-0
/
+17
2016-07-15
drm/i915/kbl: Add WaForGAMHang
Mika Kuoppala
1
-2
/
+34
2016-07-15
drm/i915/kbl: Add WaDisableLSQCROPERFforOCL
Mika Kuoppala
1
-2
/
+4
2016-07-14
drm/i915: Pull out some more common engine init code
Tvrtko Ursulin
1
-14
/
+3
2016-07-14
drm/i915: Move common engine setup into intel_engine_cs.c
Tvrtko Ursulin
1
-136
/
+2
2016-07-14
drm/i915: Unify engine init loop
Tvrtko Ursulin
1
-17
/
+28
2016-07-14
drm/i915: Prepare for engine init unification
Tvrtko Ursulin
1
-49
/
+54
2016-07-14
drm/i915: unify first-stage engine struct setup
Dave Gordon
1
-14
/
+26
2016-07-07
drm/i915:gen9: implement WaMediaPoolStateCmdInWABB
Tim Gore
1
-0
/
+25
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-7
/
+7
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-2
/
+2
2016-07-04
drm/i915: Remove stop-rings debugfs interface
Chris Wilson
1
-3
/
+0
2016-07-01
drm/i915: Move the get/put irq locking into the caller
Chris Wilson
1
-26
/
+8
2016-07-01
drm/i915: Refactor scratch object allocation for gen2 w/a buffer
Chris Wilson
1
-1
/
+1
2016-07-01
drm/i915: Use HWS for seqno tracking everywhere
Chris Wilson
1
-24
/
+2
[next]