summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-0/+6
|\
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-277/+246
| |\
| * | drm/i915: Initialize HWS page address after GPU resetArun Siluvery2015-06-041-0/+6
* | | drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChickenArun Siluvery2015-07-151-0/+10
* | | drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaroundArun Siluvery2015-07-151-0/+16
* | | drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaroundArun Siluvery2015-07-151-2/+11
* | | drm/i915: Enable WA batch buffers for Gen9Arun Siluvery2015-07-151-3/+47
* | | drm/i915: Added Programming of the MOCSPeter Antoine2015-07-141-2/+10
* | | drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelinesArun Siluvery2015-07-081-39/+40
* | | drm/i915: Mark elsps submitted when they are pushed to hwMika Kuoppala2015-07-061-21/+15
* | | drm/i915: Convert execlists_ctx_descriptor() for requestsMika Kuoppala2015-07-061-8/+6
* | | drm/i915: Convert execlists_elsp_writ() for requestsMika Kuoppala2015-07-061-11/+9
* | | drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala2015-07-061-16/+15
* | | drm/i915: Assign request ringbuf before pinMika Kuoppala2015-07-061-2/+2
* | | drm/i915: Convert execlists_update_context() for requestsMika Kuoppala2015-07-061-19/+13
* | | drm/i915: Convert execlist_submit_contexts() for requestsMika Kuoppala2015-07-061-16/+14
* | | drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitchArun Siluvery2015-07-061-19/+53
* | | drm/i915: Enable resource streamer on ExeclistsAbdiel Janulgue2015-07-061-2/+6
* | | drm/i915: Reserve space improvementsJohn Harrison2015-07-031-37/+36
* | | drm/i915/lrc: Update PDPx registers with lri commandsMichel Thierry2015-06-261-0/+42
* | | drm/i915/gtt: Introduce i915_page_dir_dma_addrMika Kuoppala2015-06-261-3/+1
* | | drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaroundArun Siluvery2015-06-241-0/+15
* | | drm/i915: Bail out early if WA batch is not available for given GenArun Siluvery2015-06-231-5/+6
* | | drm/i915: Fix warnings reported by 0-dayArun Siluvery2015-06-231-1/+3
* | | drm/i915: Update a bunch of LRC functions to take requestsJohn Harrison2015-06-231-37/+29
* | | drm/i915: Remove 'faked' request from LRC submissionJohn Harrison2015-06-231-16/+5
* | | drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison2015-06-231-1/+0
* | | drm/i915: Add *_ring_begin() to request allocationJohn Harrison2015-06-231-0/+15
* | | drm/i915: Update intel_logical_ring_begin() to take a request structureJohn Harrison2015-06-231-20/+16
* | | drm/i915: Update ring->emit_bb_start() to take a request structureJohn Harrison2015-06-231-7/+5
* | | drm/i915: Update ring->emit_request() to take a request structureJohn Harrison2015-06-231-4/+3
* | | drm/i915: Update ring->emit_flush() to take a request structureJohn Harrison2015-06-231-9/+8
* | | drm/i915: Update flush_all_caches() to take request structuresJohn Harrison2015-06-231-6/+5
* | | drm/i915: Update workarounds_emit() to take request structuresJohn Harrison2015-06-231-7/+7
* | | drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison2015-06-231-5/+4
* | | drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update add_request() to take a request structureJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update render_state_init() to take a request structureJohn Harrison2015-06-231-10/+8
* | | drm/i915: Update init_context() to take a request structureJohn Harrison2015-06-231-5/+4
* | | drm/i915: Update deferred context creation to do explicit request managementJohn Harrison2015-06-231-1/+10
* | | drm/i915: Add explicit request management to i915_gem_init_hw()John Harrison2015-06-231-5/+0
* | | drm/i915: Don't tag kernel batches as user batchesJohn Harrison2015-06-231-1/+1
* | | drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update move_to_gpu() to take a request structureJohn Harrison2015-06-231-7/+5
* | | drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update alloc_request to return the allocated requestJohn Harrison2015-06-231-1/+2
* | | drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison2015-06-231-1/+1
* | | drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison2015-06-231-12/+14
OpenPOWER on IntegriCloud