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.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-11-16
drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|h
Sagar Arun Kamble
1
-1463
/
+0
2017-11-16
drm/i915/guc: Rename i915_guc_client struct to intel_guc_client
Sagar Arun Kamble
1
-31
/
+31
2017-11-16
drm/i915/guc: Update name and prototype of GuC submission interface functions
Sagar Arun Kamble
1
-9
/
+6
2017-11-16
drm/i915/guc: Update names of submission related static functions
Sagar Arun Kamble
1
-10
/
+10
2017-11-16
drm/i915: Update execlists tasklet naming
Sagar Arun Kamble
1
-3
/
+3
2017-11-06
drm/i915/guc: Assert guc->stage_desc_pool is allocated
Chris Wilson
1
-0
/
+8
2017-11-02
drm/i915/guc: Clear terminated attribute bit on GuC preemption context
Jeff McGee
1
-0
/
+15
2017-10-26
drm/i915/guc: Preemption! With GuC
Michał Winiarski
1
-13
/
+195
2017-10-26
drm/i915/guc: Keep request->priority for its lifetime
Michał Winiarski
1
-1
/
+0
2017-10-26
drm/i915/guc: Split guc_wq_item_append
Michał Winiarski
1
-25
/
+30
2017-10-26
drm/i915/guc: Add a second client, to be used for preemption
Dave Gordon
1
-35
/
+83
2017-10-26
drm/i915/guc: Allocate separate shared data object for GuC communication
Michał Winiarski
1
-1
/
+35
2017-10-26
drm/i915/guc: Extract GuC stage desc pool creation into a helper
Michał Winiarski
1
-27
/
+38
2017-10-26
drm/i915/guc: Do not use 0 for GuC doorbell cookie
Michał Winiarski
1
-2
/
+5
2017-10-25
drm/i915/guc: Initialize GuC before restarting engines
Michał Winiarski
1
-8
/
+0
2017-10-25
drm/i915/guc: Always enable the breadcrumbs irq
Chris Wilson
1
-24
/
+15
2017-10-24
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
[next]