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_engine_cs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-11
drm/i915: Prepare for larger CSB status FIFO size
Mika Kuoppala
1
-18
/
+11
2019-04-10
drm/i915: Only reset the pinned kernel contexts on resume
Chris Wilson
1
-0
/
+24
2019-03-26
drm/i915: take a reference to uncore in the engine and use it
Daniele Ceraolo Spurio
1
-65
/
+69
2019-03-26
drm/i915: intel_wait_for_register_fw to uncore
Daniele Ceraolo Spurio
1
-5
/
+5
2019-03-26
drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore
Daniele Ceraolo Spurio
1
-10
/
+11
2019-03-21
drm/i915: Flush pages on acquisition
Chris Wilson
1
-3
/
+1
2019-03-21
drm/i915: Stop storing the context name as the timeline name
Chris Wilson
1
-2
/
+1
2019-03-21
drm/i915: use intel_uncore for all forcewake get/put
Daniele Ceraolo Spurio
1
-2
/
+2
2019-03-08
drm/i915: Track the pinned kernel contexts on each engine
Chris Wilson
1
-32
/
+33
2019-03-08
drm/i915: Move over to intel_context_lookup()
Chris Wilson
1
-1
/
+1
2019-03-08
drm/i915: Remove has-kernel-context
Chris Wilson
1
-31
/
+0
2019-03-08
drm/i915: Reduce presumption of request ordering for barriers
Chris Wilson
1
-0
/
+5
2019-03-05
drm/i915: Move find_active_request() to the engine
Chris Wilson
1
-1
/
+46
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-28
/
+31
2019-03-05
drm/i915: Remove last traces of exec-id (GEM_BUSY)
Chris Wilson
1
-10
/
+0
2019-03-01
drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
Chris Wilson
1
-0
/
+1
2019-02-28
drm/i915: Report engines are idle if already parked
Chris Wilson
1
-3
/
+7
2019-02-28
Revert "drm/i915: Avoid waking the engines just to check if they are idle"
Chris Wilson
1
-11
/
+6
2019-02-28
drm/i915: Compute the global scheduler caps
Chris Wilson
1
-0
/
+39
2019-02-27
drm/i915: Avoid waking the engines just to check if they are idle
Chris Wilson
1
-6
/
+11
2019-02-26
drm/i915: Remove i915_request.global_seqno
Chris Wilson
1
-3
/
+2
2019-02-26
drm/i915: Remove access to global seqno in the HWSP
Chris Wilson
1
-13
/
+1
2019-02-26
drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
Chris Wilson
1
-2
/
+3
2019-02-20
drm/i915: Beware temporary wedging when determining -EIO
Chris Wilson
1
-5
/
+3
2019-02-11
drm/i915: Include the current timeline seqno for debugging execlists
Chris Wilson
1
-2
/
+3
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
1
-1
/
+1
2019-01-30
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
1
-28
/
+7
2019-01-29
drm/i915: Rename execlists->queue_priority to queue_priority_hint
Chris Wilson
1
-2
/
+2
2019-01-29
drm/i915: Identify active requests
Chris Wilson
1
-3
/
+5
2019-01-28
drm/i915: Track the context's seqno in its own timeline HWSP
Chris Wilson
1
-3
/
+12
2019-01-28
drm/i915: Allocate a status page for each timeline
Chris Wilson
1
-30
/
+46
2019-01-28
drm/i915: Always allocate an object/vma for the HWSP
Chris Wilson
1
-54
/
+55
2019-01-25
drm/i915: Remove GPU reset dependence on struct_mutex
Chris Wilson
1
-4
/
+2
2019-01-25
drm/i915: Remove manual breadcumb counting
Chris Wilson
1
-4
/
+3
2019-01-25
drm/i915: Measure the required reserved size for request emission
Chris Wilson
1
-0
/
+49
2019-01-23
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
1
-1
/
+1
2019-01-18
drm/i915: Use b->irq_enable() as predicate for mock engine
Chris Wilson
1
-7
/
+4
2019-01-17
drm/i915: small isolated c99 types to kernel types switch
Jani Nikula
1
-6
/
+6
2019-01-17
drm/i915: Pull all the reset functionality together into i915_reset.c
Chris Wilson
1
-0
/
+1
2019-01-16
drm/i915: Move intel_execlists_show_requests() aside
Chris Wilson
1
-51
/
+4
2019-01-14
drm/i915/gem: Track the rpm wakerefs
Chris Wilson
1
-4
/
+8
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
1
-2
/
+2
2019-01-09
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-1
/
+1
2019-01-03
drm/i915: Always try to reset the GPU on takeover
Chris Wilson
1
-1
/
+13
2019-01-02
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
1
-2
/
+2
2018-12-31
drm/i915: Drop unused engine->irq_seqno_barrier w/a
Chris Wilson
1
-6
/
+0
2018-12-28
drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
Chris Wilson
1
-28
/
+1
2018-12-18
drm/i915: Apply missed interrupt after reset w/a to all ringbuffer gen
Chris Wilson
1
-0
/
+31
2018-12-13
drm/i915: merge gen checks to use range
Lucas De Marchi
1
-1
/
+1
2018-12-13
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-2
/
+2
[next]