summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson2016-10-071-7/+10
* drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-071-1/+1
* drm/i915/execlists: Move clearing submission count from reset to initChris Wilson2016-10-051-4/+5
* drm/i915/execlists: Reinitialise context image after GPU hangChris Wilson2016-10-051-41/+62
* drm/i915: Share the computation of ring size for RING_CTL registerChris Wilson2016-10-051-1/+1
* drm/i915/skl: drop workarounds for E0 revisionJani Nikula2016-09-261-3/+2Star
* drm/i915/skl: drop workarounds for D0 revisionJani Nikula2016-09-261-6/+4Star
* drm/i915/skl: drop workarounds for A0 and B0 revisionsJani Nikula2016-09-261-5/+3Star
* drm/i915/execlists: Reset RING registers upon resumeChris Wilson2016-09-211-19/+31
* drm/i915/guc: general tidying up (submission)Dave Gordon2016-09-151-1/+1
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-091-2/+3
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-5/+44
* drm/i915: Simplify ELSP queue request trackingChris Wilson2016-09-091-234/+168Star
* drm/i915: Reorder submitting the requests to ELSPChris Wilson2016-09-091-38/+38
* drm/i915: Compute the ELSP register location onceChris Wilson2016-09-091-9/+7Star
* drm/i915: Record the position of the workarounds in the tail of the requestChris Wilson2016-09-091-2/+2
* drm/i915: Only queue requests during execlists submissionChris Wilson2016-09-091-24/+4Star
* drm/i915: sseu: Convert subslice count fields to subslice maskImre Deak2016-09-021-1/+1
* drm/i915: sseu: Convert slice count field to maskImre Deak2016-09-021-1/+1
* drm/i915: sseu: Use sseu_dev_info in device infoImre Deak2016-09-021-7/+7
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-9/+11
* drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson2016-08-151-8/+1Star
* drm/i915: Use VMA for wa_ctx trackingChris Wilson2016-08-151-26/+32
* drm/i915: Move common scratch allocation/destroy to intel_engine_cs.cChris Wilson2016-08-151-1/+0Star
* drm/i915: Use VMA for scratch page trackingChris Wilson2016-08-151-9/+9
* drm/i915: Use VMA for ringbuffer trackingChris Wilson2016-08-151-8/+9
* drm/i915: Use VMA as the primary object for context stateChris Wilson2016-08-151-33/+31Star
* drm/i915: Support for creating write combined type vmapsChris Wilson2016-08-121-4/+4
* drm/i915: Mark unmappable GGTT entries as PIN_HIGHChris Wilson2016-08-101-1/+1
* drm/i915: Remove forced stop ring on suspend/unloadChris Wilson2016-08-051-26/+0Star
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-051-5/+7
|\
| * Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-261-5/+7
| |\
| | * drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitchMika Kuoppala2016-07-151-0/+17
| | * drm/i915/kbl: Add WaForGAMHangMika Kuoppala2016-07-151-2/+34
| | * drm/i915/kbl: Add WaDisableLSQCROPERFforOCLMika Kuoppala2016-07-151-2/+4
| | * drm/i915: Unify intel_ring_begin()Chris Wilson2016-05-231-137/+9Star
* | | drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson2016-08-041-3/+5
* | | drm/i915: Move the common engine cleanup to intel_engine_cs.cChris Wilson2016-08-031-4/+1Star
* | | drm/i915: Unify legacy/execlists submit_execbuf callbacksChris Wilson2016-08-021-123/+0Star
* | | drm/i915: Remove duplicate golden render state init from execlistsChris Wilson2016-08-021-33/+1Star
* | | drm/i915/lrc: Update function names to match request flowChris Wilson2016-08-021-9/+9
* | | drm/i915: Unify request submissionChris Wilson2016-08-021-11/+15
* | | drm/i915: Move the modulus for ring emission to the register writeChris Wilson2016-08-021-1/+1
* | | drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_STARTChris Wilson2016-08-021-5/+10
* | | drm/i915: Simplify request_alloc by returning the allocated requestChris Wilson2016-08-021-1/+1
* | | drm/i915: Reduce engine->emit_flush() to a single mode parameterChris Wilson2016-08-021-15/+8Star
* | | drm/i915: Remove obsolete engine->gpu_caches_dirtyChris Wilson2016-08-021-40/+7Star
* | | drm/i915: Rename intel_pin_and_map_ring()Chris Wilson2016-08-021-2/+2
* | | drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson2016-08-021-17/+17
* | | drm/i915: Rename intel_context[engine].ringbufChris Wilson2016-08-021-20/+17Star