aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-19drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demandThomas Daniel1-27/+75
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo1-11/+58
2014-11-19drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel1-22/+31
2014-11-18drm/i915: Drop return value from lrc_setup_hardware_status_pageDaniel Vetter1-12/+3
2014-11-14drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+Damien Lespiau1-0/+3
2014-11-14drm/i915/skl: Use correct use counters for force wakesTvrtko Ursulin1-3/+14
2014-11-14drm/i915/skl: Add Gen9 LRC sizeMichael H. Nguyen1-2/+6
2014-11-14drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry1-1/+46
2014-11-10Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter1-1/+1
2014-11-07drm/i915/bdw: Setup global hardware status page in execlists modeThomas Daniel1-8/+26
2014-11-07Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+1
2014-11-04drm/i915: Remove redundant return value and WARN_ONDave Gordon1-8/+6
2014-11-04drm/i915: Fix null pointer dereference in ring cleanup codeJohn Harrison1-1/+3
2014-10-21gpu:drm: Fix typo in Documentation/DocBook/drm.xmlMasanari Iida1-1/+1
2014-09-19drm/i915: Fix irq checks in ring->irq_get/put functionsDaniel Vetter1-1/+1
2014-09-19drm/i915: add cherryview specfic forcewake in execlists_elsp_writeDeepak S1-4/+25
2014-09-03drm/i915/bdw: Render state init for ExeclistsOscar Mateo1-15/+58
2014-09-03drm/i915/bdw: Populate lrc with aliasing ppgtt if requiredThomas Daniel1-0/+5
2014-08-20drm/i915/bdw: Document Logical Rings, LR contexts and ExeclistsOscar Mateo1-1/+202
2014-08-20drm/i915/bdw: Display execlists info in debugfsOscar Mateo1-6/+0
2014-08-14drm/i915/bdw: Help out the ctx switch interrupt handlerOscar Mateo1-4/+22
2014-08-14drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo1-4/+25
2014-08-14drm/i915/bdw: Handle context switch eventsThomas Daniel1-6/+127
2014-08-14drm/i915/bdw: Two-stage execlist submit processMichel Thierry1-5/+67
2014-08-14drm/i915/bdw: Write the tail pointer, LRC styleOscar Mateo1-0/+19
2014-08-14drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky1-2/+114
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo1-4/+26
2014-08-14drm/i915: Add temporary ring->ctx backpointerOscar Mateo1-0/+2
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter1-1/+1
2014-08-11drm/i915/bdw: Always use MMIO flips with ExeclistsOscar Mateo1-1/+2
2014-08-11drm/i915/bdw: Workload submission mechanism for ExeclistsOscar Mateo1-3/+127
2014-08-11drm/i915/bdw: GEN-specific logical ring emit batchbuffer startOscar Mateo1-0/+27
2014-08-11drm/i915/bdw: Interrupts with logical ringsOscar Mateo1-0/+58
2014-08-11drm/i915/bdw: Ring idle and stop with logical ringsOscar Mateo1-2/+22
2014-08-11drm/i915/bdw: GEN-specific logical ring emit flushOscar Mateo1-0/+85
2014-08-11drm/i915/bdw: GEN-specific logical ring emit requestOscar Mateo1-0/+31
2014-08-11drm/i915/bdw: New logical ring submission mechanismOscar Mateo1-0/+189
2014-08-11drm/i915/bdw: GEN-specific logical ring set/get seqnoOscar Mateo1-0/+20
2014-08-11drm/i915/bdw: GEN-specific logical ring initOscar Mateo1-0/+54
2014-08-11drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo1-2/+52
2014-08-11drm/i915/bdw: Skeleton for the new logical rings submission pathOscar Mateo1-0/+151
2014-08-11drm/i915/bdw: Populate LR contexts (somewhat)Oscar Mateo1-4/+155
2014-08-11drm/i915/bdw: Add a context and an engine pointers to the ringbufferDaniel Vetter1-0/+1
2014-08-11drm/i915/bdw: Allocate ringbuffers for Logical Ring ContextsOscar Mateo1-0/+38
2014-08-11drm/i915/bdw: A bit more advanced LR context alloc/freeOscar Mateo1-2/+57
2014-08-11drm/i915/bdw: Initialization for Logical Ring ContextsOscar Mateo1-0/+15
2014-08-11drm/i915: WARN if module opt sanitization goes out of orderDaniel Vetter1-0/+2
2014-08-11drm/i915/bdw: Macro for LRCs and module option for ExeclistsOscar Mateo1-0/+11
2014-08-11drm/i915/bdw: New source and header file for LRs, LRCs and ExeclistsOscar Mateo1-0/+42