index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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-11-09
drm/i915: Filter out spurious execlists context-switch interrupts
Chris Wilson
1
-0
/
+3
2017-10-11
drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"
Sagar Arun Kamble
1
-4
/
+6
2017-10-10
drm/i915: Use execlists_num_ports instead of size of array
Mika Kuoppala
1
-1
/
+1
2017-10-06
drm/i915: Fix pointer-to-int conversion
Michal Wajdeczko
1
-2
/
+2
2017-10-06
drm/i915: Unify uC variable types to avoid flooding checkpatch.pl
Joonas Lahtinen
1
-5
/
+5
2017-10-06
drm/i915/guc: Move GuC core definitions into dedicated files
Michal Wajdeczko
1
-94
/
+0
2017-10-06
drm/i915/guc: Move GuC submission declarations into dedicated header
Michal Wajdeczko
1
-3
/
+4
2017-09-25
drm/i915: Make execlist port count variable
Mika Kuoppala
1
-2
/
+6
2017-09-25
drm/i915: Add execlist_port_complete
Mika Kuoppala
1
-4
/
+4
2017-09-25
drm/i915: Make own struct for execlist items
Mika Kuoppala
1
-14
/
+17
2017-09-22
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
1
-1
/
+1
2017-09-18
drm/i915/guc: Cleanup adding GuC work items
Michał Winiarski
1
-21
/
+16
2017-09-18
drm/i915/guc: Simplify GuC doorbell logic
Michał Winiarski
1
-47
/
+13
2017-09-18
drm/i915/guc: Submit GuC workitems containing coalesced requests
Michał Winiarski
1
-122
/
+60
2017-09-18
drm/i915/guc: Remove obsolete comments and remove unused variable
Michał Winiarski
1
-2
/
+1
2017-09-13
drm/i915/guc: Don't make assumptions while getting the lrca offset
Michel Thierry
1
-3
/
+18
2017-09-13
drm/i915/lrc: Clarify the format of the context image
Michel Thierry
1
-2
/
+2
2017-09-13
drm/i915/guc: Small improvements to guc_wq_item_append
Oscar Mateo
1
-8
/
+7
2017-09-13
drm/i915/guc: Name the default GuC scheduling policy
Oscar Mateo
1
-5
/
+10
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
[next]