index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_lrc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demand
Thomas Daniel
2014-11-19
1
-27
/
+75
*
drm/i915/bdw: Pin the context backing objects to GGTT on-demand
Oscar Mateo
2014-11-19
1
-11
/
+58
*
drm/i915/bdw: Clean up execlist queue items in retire_work
Thomas Daniel
2014-11-19
1
-22
/
+31
*
drm/i915: Drop return value from lrc_setup_hardware_status_page
Daniel Vetter
2014-11-18
1
-12
/
+3
*
drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+
Damien Lespiau
2014-11-14
1
-0
/
+3
*
drm/i915/skl: Use correct use counters for force wakes
Tvrtko Ursulin
2014-11-14
1
-3
/
+14
*
drm/i915/skl: Add Gen9 LRC size
Michael H. Nguyen
2014-11-14
1
-2
/
+6
*
drm/i915: Initialize workarounds in logical ring mode too
Michel Thierry
2014-11-14
1
-1
/
+46
*
Merge remote-tracking branch 'airlied/drm-next' into HEAD
Daniel Vetter
2014-11-10
1
-1
/
+1
|
\
|
*
Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2014-11-07
1
-1
/
+1
|
|
\
|
|
*
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
Masanari Iida
2014-10-21
1
-1
/
+1
*
|
|
drm/i915/bdw: Setup global hardware status page in execlists mode
Thomas Daniel
2014-11-07
1
-8
/
+26
*
|
|
drm/i915: Remove redundant return value and WARN_ON
Dave Gordon
2014-11-04
1
-8
/
+6
*
|
|
drm/i915: Fix null pointer dereference in ring cleanup code
John Harrison
2014-11-04
1
-1
/
+3
|
/
/
*
|
drm/i915: Fix irq checks in ring->irq_get/put functions
Daniel Vetter
2014-09-19
1
-1
/
+1
*
|
drm/i915: add cherryview specfic forcewake in execlists_elsp_write
Deepak S
2014-09-19
1
-4
/
+25
|
/
*
drm/i915/bdw: Render state init for Execlists
Oscar Mateo
2014-09-03
1
-15
/
+58
*
drm/i915/bdw: Populate lrc with aliasing ppgtt if required
Thomas Daniel
2014-09-03
1
-0
/
+5
*
drm/i915/bdw: Document Logical Rings, LR contexts and Execlists
Oscar Mateo
2014-08-20
1
-1
/
+202
*
drm/i915/bdw: Display execlists info in debugfs
Oscar Mateo
2014-08-20
1
-6
/
+0
*
drm/i915/bdw: Help out the ctx switch interrupt handler
Oscar Mateo
2014-08-14
1
-4
/
+22
*
drm/i915/bdw: Avoid non-lite-restore preemptions
Oscar Mateo
2014-08-14
1
-4
/
+25
*
drm/i915/bdw: Handle context switch events
Thomas Daniel
2014-08-14
1
-6
/
+127
*
drm/i915/bdw: Two-stage execlist submit process
Michel Thierry
2014-08-14
1
-5
/
+67
*
drm/i915/bdw: Write the tail pointer, LRC style
Oscar Mateo
2014-08-14
1
-0
/
+19
*
drm/i915/bdw: Implement context switching (somewhat)
Ben Widawsky
2014-08-14
1
-2
/
+114
*
drm/i915/bdw: Emission of requests with logical rings
Oscar Mateo
2014-08-14
1
-4
/
+26
*
drm/i915: Add temporary ring->ctx backpointer
Oscar Mateo
2014-08-14
1
-0
/
+2
*
drm/i915: Only track real ppgtt for a context
Daniel Vetter
2014-08-13
1
-1
/
+1
*
drm/i915/bdw: Always use MMIO flips with Execlists
Oscar Mateo
2014-08-11
1
-1
/
+2
*
drm/i915/bdw: Workload submission mechanism for Execlists
Oscar Mateo
2014-08-11
1
-3
/
+127
*
drm/i915/bdw: GEN-specific logical ring emit batchbuffer start
Oscar Mateo
2014-08-11
1
-0
/
+27
*
drm/i915/bdw: Interrupts with logical rings
Oscar Mateo
2014-08-11
1
-0
/
+58
*
drm/i915/bdw: Ring idle and stop with logical rings
Oscar Mateo
2014-08-11
1
-2
/
+22
*
drm/i915/bdw: GEN-specific logical ring emit flush
Oscar Mateo
2014-08-11
1
-0
/
+85
*
drm/i915/bdw: GEN-specific logical ring emit request
Oscar Mateo
2014-08-11
1
-0
/
+31
*
drm/i915/bdw: New logical ring submission mechanism
Oscar Mateo
2014-08-11
1
-0
/
+189
*
drm/i915/bdw: GEN-specific logical ring set/get seqno
Oscar Mateo
2014-08-11
1
-0
/
+20
*
drm/i915/bdw: GEN-specific logical ring init
Oscar Mateo
2014-08-11
1
-0
/
+54
*
drm/i915/bdw: Generic logical ring init and cleanup
Oscar Mateo
2014-08-11
1
-2
/
+52
*
drm/i915/bdw: Skeleton for the new logical rings submission path
Oscar Mateo
2014-08-11
1
-0
/
+151
*
drm/i915/bdw: Populate LR contexts (somewhat)
Oscar Mateo
2014-08-11
1
-4
/
+155
*
drm/i915/bdw: Add a context and an engine pointers to the ringbuffer
Daniel Vetter
2014-08-11
1
-0
/
+1
*
drm/i915/bdw: Allocate ringbuffers for Logical Ring Contexts
Oscar Mateo
2014-08-11
1
-0
/
+38
*
drm/i915/bdw: A bit more advanced LR context alloc/free
Oscar Mateo
2014-08-11
1
-2
/
+57
*
drm/i915/bdw: Initialization for Logical Ring Contexts
Oscar Mateo
2014-08-11
1
-0
/
+15
*
drm/i915: WARN if module opt sanitization goes out of order
Daniel Vetter
2014-08-11
1
-0
/
+2
*
drm/i915/bdw: Macro for LRCs and module option for Execlists
Oscar Mateo
2014-08-11
1
-0
/
+11
*
drm/i915/bdw: New source and header file for LRs, LRCs and Execlists
Oscar Mateo
2014-08-11
1
-0
/
+42