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