summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Always use the GTT for error captureChris Wilson2016-10-121-13/+30
* drm/i915: remove writeq ifdefferyMatthew Auld2016-09-121-5/+0Star
* drm/i915: Flush to GTT domain all GGTT bound objects after hibernationChris Wilson2016-09-091-5/+16
* drm/i915: Mark up all locked waitersChris Wilson2016-09-091-1/+1
* drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-1/+1
* drm/i915: disable 48bit full PPGTT when vGPU is activeZhi Wang2016-09-061-3/+6
* drm/i915: Allow DMA pagetables to use highmemChris Wilson2016-08-221-6/+12
* drm/i915: Embed the scratch page struct into each VMChris Wilson2016-08-221-45/+31Star
* drm/i915: pdev cleanupDavid Weinehall2016-08-221-4/+6
* drm/i915: consistent struct device namingDavid Weinehall2016-08-221-3/+3
* drm/i915: Stop marking the unaccessible scratch page as UCChris Wilson2016-08-221-4/+0Star
* drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson2016-08-191-6/+5Star
* drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-0/+2
* drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson2016-08-181-1/+1
* drm/i915: Track pinned VMAChris Wilson2016-08-151-28/+45
* drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson2016-08-151-0/+12
* drm/i915: Move assertion for iomap access to i915_vma_pin_iomapChris Wilson2016-08-151-0/+3
* drm/i915: Create a VMA for an objectChris Wilson2016-08-151-0/+11
* drm/i915: Always set the vma->pagesChris Wilson2016-08-151-16/+14Star
* drm/i915: Rewrite fb rotation GTT handlingVille Syrjälä2016-08-111-39/+12Star
* drm/i915: fix aliasing_ppgtt leakMatthew Auld2016-08-051-0/+1
* drm/i915: Simplify do_idling() (Ironlake vt-d w/a)Chris Wilson2016-08-051-29/+8Star
* drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson2016-08-051-1/+1
* drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson2016-08-041-0/+2
* drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson2016-08-041-23/+23
* drm/i915: Start passing around i915_vma from execbufferChris Wilson2016-08-041-3/+0Star
* drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson2016-08-041-5/+5
* drm/i915: Record allocated vma sizeChris Wilson2016-08-041-45/+22Star
* drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()Chris Wilson2016-08-041-1/+1
* Revert "drm/i915: Clean up associated VMAs on context destruction"Chris Wilson2016-08-041-1/+1
* drm/i915: Mark the context and address space as closedChris Wilson2016-08-041-2/+7
* drm/i915: Release vma when the handle is closedChris Wilson2016-08-041-0/+25
* drm/i915: Track active vma requestsChris Wilson2016-08-041-0/+20
* drm/i915: Store owning file on the i915_address_spaceChris Wilson2016-08-041-15/+15
* drm/i915: Rearrange GGTT probing to avoid needing a vfuncChris Wilson2016-08-041-59/+50Star
* drm/i915: Split early global GTT initialisationChris Wilson2016-08-041-51/+36Star
* drm/i915: Update GGTT initialisation functions to take drm_i915_privateChris Wilson2016-08-041-60/+54Star
* drm/i915: Split GGTT initialisation between probing and setupChris Wilson2016-08-041-11/+23
* drm/i915: Reduce engine->emit_flush() to a single mode parameterChris Wilson2016-08-021-7/+3Star
* drm/i915: Remove obsolete engine->gpu_caches_dirtyChris Wilson2016-08-021-4/+7
* drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson2016-08-021-3/+3
* drm/i915: Rename request->ringbuf to request->ringChris Wilson2016-08-021-3/+3
* drm/i915: Unify intel_logical_ring_emit and intel_ring_emitChris Wilson2016-08-021-22/+26
* drm/i915: Prefer list_first_entry_or_nullChris Wilson2016-07-261-7/+5Star
* drm/i915: Treat ringbuffer writes as write to normal memoryChris Wilson2016-07-201-2/+2
* drm/i915: Fill unused GGTT with scratch pages for VT-dChris Wilson2016-07-081-1/+1
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-4/+4
* drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()Chris Wilson2016-07-051-24/+5Star
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-10/+10
* drm/i915: tweak gen6_for_{each_pde, all_pdes} macrosDave Gordon2016-06-271-12/+13