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