index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_guc_submission.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/guc: Fix doorbell id selection
Michel Thierry
2017-05-31
1
-1
/
+1
*
drm/i915/guc: Skip port assign on first iteration of GuC dequeue
Michał Winiarski
2017-05-23
1
-1
/
+2
*
drm/i915/guc: Remove action status and statistics from debugfs
Michal Wajdeczko
2017-05-19
1
-3
/
+0
*
drm/i915/guc: Remove last submission result from debugfs
Michal Wajdeczko
2017-05-19
1
-1
/
+0
*
drm/i915/guc: Remove failed doorbell stat from debugfs
Michal Wajdeczko
2017-05-19
1
-2
/
+0
*
drm/i915: Create a kmem_cache to allocate struct i915_priolist from
Chris Wilson
2017-05-17
1
-1
/
+1
*
drm/i915: Split execlist priority queue into rbtree + linked list
Chris Wilson
2017-05-17
1
-20
/
+30
*
drm/i915/execlists: Pack the count into the low bits of the port.request
Chris Wilson
2017-05-17
1
-11
/
+23
*
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
2017-04-28
1
-2
/
+1
*
drm/i915: Skip waking the signaler when enabling before request submission
Chris Wilson
2017-04-26
1
-1
/
+1
*
drm/i915: Differentiate between sw write location into ring and last hw read
Chris Wilson
2017-04-25
1
-3
/
+1
*
Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"
Chris Wilson
2017-03-29
1
-12
/
+0
*
drm/i915: Refactor tests for validity of RING_TAIL
Chris Wilson
2017-03-27
1
-1
/
+1
*
drm/i915/guc: Refactor the retrieval of guc_process_desc
Chris Wilson
2017-03-24
1
-13
/
+11
*
drm/i915/guc: Move guc_interrupts_release next to guc_interrupts_capture
Oscar Mateo
2017-03-23
1
-24
/
+24
*
drm/i915/guc: Split out the mmio_white_list struct
Oscar Mateo
2017-03-23
1
-2
/
+2
*
drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage d...
Oscar Mateo
2017-03-23
1
-58
/
+60
*
drm/i915/guc: A little bit more of doorbell sanitization
Oscar Mateo
2017-03-23
1
-105
/
+126
*
drm/i915/guc: Wait for doorbell to be inactive before deallocating
Oscar Mateo
2017-03-23
1
-0
/
+10
*
drm/i915/guc: Improve the GuC documentation & comments about proxy submissions
Oscar Mateo
2017-03-23
1
-15
/
+27
*
drm/i915/guc: The Additional Data Struct (ADS) should get enabled together wi...
Oscar Mateo
2017-03-23
1
-5
/
+12
*
drm/i915/guc: Add onion teardown to the GuC setup
Oscar Mateo
2017-03-23
1
-40
/
+57
*
drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy access
Oscar Mateo
2017-03-23
1
-48
/
+46
*
drm/i915/guc: Sanitize GuC client initialization
Joonas Lahtinen
2017-03-23
1
-174
/
+224
*
drm/i915: Spinlocks in tasklets can use spin_(un)lock_irq
Tvrtko Ursulin
2017-03-21
1
-3
/
+2
*
drm/i915/guc: Correct the request_in tracepoint position
Tvrtko Ursulin
2017-03-21
1
-1
/
+1
*
drm/i915: Skip execlists_dequeue() early if the list is empty
Chris Wilson
2017-03-17
1
-0
/
+12
*
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
2017-03-16
1
-1
/
+1
*
drm/i915/scheduler: emulate a scheduler for guc
Chris Wilson
2017-03-16
1
-9
/
+101
*
drm/i915/guc: Use formalized struct definition for ads object
Michal Wajdeczko
2017-03-15
1
-38
/
+31
*
drm/i915: Rename REDIRECT_TO_GUC bit
Chris Wilson
2017-03-13
1
-3
/
+2
*
drm/i915/guc: Update rps.pm_intrmsk_mbz in guc_interrupts_capture/release
Sagar Arun Kamble
2017-03-12
1
-0
/
+26
*
drm/i915/guc: Release GuC interrupts in i915_guc_submission_disable
Sagar Arun Kamble
2017-03-12
1
-0
/
+23
*
drm/i915/guc: Fix request re-submission after reset
Tvrtko Ursulin
2017-03-10
1
-4
/
+28
*
drm/i915/guc: Disable irq for __i915_guc_submit wq_lock
Chris Wilson
2017-03-02
1
-5
/
+3
*
drm/i915/guc: Reorder __i915_guc_submit to reduce spinlock holdtime
Chris Wilson
2017-02-28
1
-6
/
+7
*
drm/i915/guc: Make wq_lock irq-safe
Chris Wilson
2017-02-28
1
-8
/
+20
*
drm/i915/tracepoints: Add backend level request in and out tracepoints
Tvrtko Ursulin
2017-02-21
1
-0
/
+2
*
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
2017-01-19
1
-1
/
+1
*
drm/i915/guc: Make the GuC fw loading helper functions general
Anusha Srivatsa
2017-01-18
1
-2
/
+2
*
drm/i915/guc: Move GuC log related functions into dedicated file
Michal Wajdeczko
2017-01-18
1
-588
/
+6
*
drm/i915: Invalidate the guc ggtt TLB upon insertion
Chris Wilson
2017-01-12
1
-3
/
+0
*
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
2017-01-06
1
-1
/
+1
*
drm/i915/guc: Assert that all GGTT offsets used by the GuC are mappable
Chris Wilson
2016-12-28
1
-7
/
+7
*
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
2016-12-18
1
-11
/
+0
*
drm/i915: Fix inconsistent naming of i915_guc_client parameter
Michal Wajdeczko
2016-12-16
1
-32
/
+34
*
drm/i915: Make various init functions take dev_priv
Tvrtko Ursulin
2016-12-01
1
-6
/
+4
*
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
2016-12-01
1
-1
/
+1
*
drm/i915/guc: Split hw submission for replay after GPU reset
Chris Wilson
2016-11-29
1
-17
/
+20
*
drm/i915/guc: Keep the execbuf client allocated across reset
Chris Wilson
2016-11-29
1
-31
/
+53
[next]