summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
AgeCommit message (Expand)Author
2015-06-23drm/i915: Update render_state_init() to take a request structureJohn Harrison
2015-06-23drm/i915: Update init_context() to take a request structureJohn Harrison
2015-06-23drm/i915: Update deferred context creation to do explicit request managementJohn Harrison
2015-06-23drm/i915: Add explicit request management to i915_gem_init_hw()John Harrison
2015-06-23drm/i915: Don't tag kernel batches as user batchesJohn Harrison
2015-06-23drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison
2015-06-23drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison
2015-06-23drm/i915: Update move_to_gpu() to take a request structureJohn Harrison
2015-06-23drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison
2015-06-23drm/i915: Update alloc_request to return the allocated requestJohn Harrison
2015-06-23drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison
2015-06-23drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison
2015-06-23drm/i915: Set context in request from creation even in legacy modeJohn Harrison
2015-06-23drm/i915: i915_add_request must not failJohn Harrison
2015-06-23drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison
2015-06-23drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaroundArun Siluvery
2015-06-23drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaroundArun Siluvery
2015-06-23drm/i915/gen8: Re-order init pipe_control in lrc modeArun Siluvery
2015-06-23drm/i915/gen8: Add infrastructure to initialize WA batch buffersArun Siluvery
2015-05-27drm/i915: Remove unnecessary null check in execlists_context_unqueueMichel Thierry
2015-05-21drm/i915: Inline check required for object syncing prior to execbufChris Wilson
2015-05-21drm/i915: Implement inter-engine read-read optimisationsChris Wilson
2015-05-20drm/i915: Warn when execlists changes context without IRQsPeter Antoine
2015-05-08drm/i915: checking IS_ERR() instead of NULLDan Carpenter
2015-05-08Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...Dave Airlie
2015-04-23drm/i915: Workaround to avoid lite restore with HEAD==TAILMichel Thierry
2015-04-14Merge branch 'topic/bxt-stage1' into drm-intel-next-queuedDaniel Vetter
2015-04-14drm/i915/gen9: fix PIPE_CONTROL flush for VS_INVALIDATEImre Deak
2015-04-10drm/i915: Remove unused variable from execlists_context_queueMichel Thierry
2015-04-10drm/i915: Allocate context objects from stolenChris Wilson
2015-04-10drm/i915: Remove request->uniqChris Wilson
2015-04-10drm/i915: Reduce locking in execlist command submissionChris Wilson
2015-04-10drm/i915: Remove unused variable in intel_lrc.cDaniel Vetter
2015-04-10drm/i915: Remove vestigal DRI1 ring quiescing codeChris Wilson
2015-04-10drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlistsChris Wilson
2015-04-10drm/i915: Use simpler form of spin_lock_irq(execlist_lock)Chris Wilson
2015-04-10drm/i915/gen8: Dynamic page table allocationsMichel Thierry
2015-04-10drm/i915/gen8: Split out mappingsMichel Thierry
2015-04-10drm/i915: Split the batch pool by engineChris Wilson
2015-04-10drm/i915: Do not set L3-LLC Coherency bit in ctx descriptorArun Siluvery
2015-04-01drm/i915: Fix for ringbuf space wait in LRC modeJohn Harrison
2015-04-01drm/i915: Move common request allocation code into a common functionJohn Harrison
2015-04-01drm/i915: Make intel_logical_ring_begin() staticJohn Harrison
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie
2015-03-09Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-03-05Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-02-25drm/i915: Cache ringbuf pointer in request structureJohn Harrison
2015-02-25drm/i915: Add missing trace point to LRC execbuff code pathJohn Harrison
2015-02-25drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison
2015-02-25drm/i915: Create page table allocatorsBen Widawsky