index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_guc_submission.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-31
drm/i915/guc: Fix doorbell id selection
Michel Thierry
1
-1
/
+1
2017-05-23
drm/i915/guc: Skip port assign on first iteration of GuC dequeue
MichaĆ Winiarski
1
-1
/
+2
2017-05-19
drm/i915/guc: Remove action status and statistics from debugfs
Michal Wajdeczko
1
-3
/
+0
2017-05-19
drm/i915/guc: Remove last submission result from debugfs
Michal Wajdeczko
1
-1
/
+0
2017-05-19
drm/i915/guc: Remove failed doorbell stat from debugfs
Michal Wajdeczko
1
-2
/
+0
2017-05-17
drm/i915: Create a kmem_cache to allocate struct i915_priolist from
Chris Wilson
1
-1
/
+1
2017-05-17
drm/i915: Split execlist priority queue into rbtree + linked list
Chris Wilson
1
-20
/
+30
2017-05-17
drm/i915/execlists: Pack the count into the low bits of the port.request
Chris Wilson
1
-11
/
+23
2017-04-28
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
1
-2
/
+1
2017-04-26
drm/i915: Skip waking the signaler when enabling before request submission
Chris Wilson
1
-1
/
+1
2017-04-25
drm/i915: Differentiate between sw write location into ring and last hw read
Chris Wilson
1
-3
/
+1
2017-03-29
Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"
Chris Wilson
1
-12
/
+0
2017-03-27
drm/i915: Refactor tests for validity of RING_TAIL
Chris Wilson
1
-1
/
+1
2017-03-24
drm/i915/guc: Refactor the retrieval of guc_process_desc
Chris Wilson
1
-13
/
+11
2017-03-23
drm/i915/guc: Move guc_interrupts_release next to guc_interrupts_capture
Oscar Mateo
1
-24
/
+24
2017-03-23
drm/i915/guc: Split out the mmio_white_list struct
Oscar Mateo
1
-2
/
+2
2017-03-23
drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage d...
Oscar Mateo
1
-58
/
+60
2017-03-23
drm/i915/guc: A little bit more of doorbell sanitization
Oscar Mateo
1
-105
/
+126
2017-03-23
drm/i915/guc: Wait for doorbell to be inactive before deallocating
Oscar Mateo
1
-0
/
+10
2017-03-23
drm/i915/guc: Improve the GuC documentation & comments about proxy submissions
Oscar Mateo
1
-15
/
+27
2017-03-23
drm/i915/guc: The Additional Data Struct (ADS) should get enabled together wi...
Oscar Mateo
1
-5
/
+12
2017-03-23
drm/i915/guc: Add onion teardown to the GuC setup
Oscar Mateo
1
-40
/
+57
2017-03-23
drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy access
Oscar Mateo
1
-48
/
+46
2017-03-23
drm/i915/guc: Sanitize GuC client initialization
Joonas Lahtinen
1
-174
/
+224
2017-03-21
drm/i915: Spinlocks in tasklets can use spin_(un)lock_irq
Tvrtko Ursulin
1
-3
/
+2
2017-03-21
drm/i915/guc: Correct the request_in tracepoint position
Tvrtko Ursulin
1
-1
/
+1
2017-03-17
drm/i915: Skip execlists_dequeue() early if the list is empty
Chris Wilson
1
-0
/
+12
2017-03-16
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
1
-1
/
+1
2017-03-16
drm/i915/scheduler: emulate a scheduler for guc
Chris Wilson
1
-9
/
+101
2017-03-15
drm/i915/guc: Use formalized struct definition for ads object
Michal Wajdeczko
1
-38
/
+31
2017-03-13
drm/i915: Rename REDIRECT_TO_GUC bit
Chris Wilson
1
-3
/
+2
2017-03-12
drm/i915/guc: Update rps.pm_intrmsk_mbz in guc_interrupts_capture/release
Sagar Arun Kamble
1
-0
/
+26
2017-03-12
drm/i915/guc: Release GuC interrupts in i915_guc_submission_disable
Sagar Arun Kamble
1
-0
/
+23
2017-03-10
drm/i915/guc: Fix request re-submission after reset
Tvrtko Ursulin
1
-4
/
+28
2017-03-02
drm/i915/guc: Disable irq for __i915_guc_submit wq_lock
Chris Wilson
1
-5
/
+3
2017-02-28
drm/i915/guc: Reorder __i915_guc_submit to reduce spinlock holdtime
Chris Wilson
1
-6
/
+7
2017-02-28
drm/i915/guc: Make wq_lock irq-safe
Chris Wilson
1
-8
/
+20
2017-02-21
drm/i915/tracepoints: Add backend level request in and out tracepoints
Tvrtko Ursulin
1
-0
/
+2
2017-01-19
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
1
-1
/
+1
2017-01-18
drm/i915/guc: Make the GuC fw loading helper functions general
Anusha Srivatsa
1
-2
/
+2
2017-01-18
drm/i915/guc: Move GuC log related functions into dedicated file
Michal Wajdeczko
1
-588
/
+6
2017-01-12
drm/i915: Invalidate the guc ggtt TLB upon insertion
Chris Wilson
1
-3
/
+0
2017-01-06
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
1
-1
/
+1
2016-12-28
drm/i915/guc: Assert that all GGTT offsets used by the GuC are mappable
Chris Wilson
1
-7
/
+7
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
1
-11
/
+0
2016-12-16
drm/i915: Fix inconsistent naming of i915_guc_client parameter
Michal Wajdeczko
1
-32
/
+34
2016-12-01
drm/i915: Make various init functions take dev_priv
Tvrtko Ursulin
1
-6
/
+4
2016-12-01
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-11-29
drm/i915/guc: Split hw submission for replay after GPU reset
Chris Wilson
1
-17
/
+20
2016-11-29
drm/i915/guc: Keep the execbuf client allocated across reset
Chris Wilson
1
-31
/
+53
[next]