aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-27/+61
2018-07-19Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-87/+141
2018-07-13drm/i915: Prevent writing into a read-only object via a GGTT mmapChris Wilson1-5/+7
2018-07-13drm/i915/gtt: Disable read-only support under GVTChris Wilson1-2/+6
2018-07-13drm/i915/gtt: Read-only pages for insert_entries on bdw+Jon Bloomfield1-15/+30
2018-07-13drm/i915/gtt: Add read only pages to gen8_pte_encodeJon Bloomfield1-11/+14
2018-07-11drm/i915: Introduce i915_address_space.mutexChris Wilson1-0/+10
2018-07-09drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson1-1/+1
2018-07-06drm/i915: Track vma activity per fence.context, not per engineChris Wilson1-3/+2
2018-07-06drm/i915/gtt: Control cache domain of dma_map_page() directlyChris Wilson1-0/+2
2018-07-06drm/i915/gtt: Suppress warnings for dma_map_pageChris Wilson1-4/+8
2018-07-05drm/i915: Remove defunct i915->vm_listChris Wilson1-5/+0
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson1-78/+132
2018-06-28Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-351/+353
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+10
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan1-27/+43
2018-06-14drm/i915/gtt: Reduce a pair of runtime assertsChris Wilson1-1/+1
2018-06-14drm/i915/gtt: Cache the PTE encoding of the scratch pageChris Wilson1-10/+10
2018-06-14drm/i915/gtt: Free unused page tables on unbind the contextChris Wilson1-5/+39
2018-06-14drm/i915/gtt: Lazily allocate page directories for gen7Chris Wilson1-41/+26
2018-06-14drm/i915/gtt: Only keep gen6 page directories pinned while activeChris Wilson1-15/+21
2018-06-12drm/i915/gtt: Make gen6 page directories evictableChris Wilson1-110/+147
2018-06-12drm/i915/gtt: Onionify error handling for gen6_ppgtt_createChris Wilson1-42/+39
2018-06-12drm/i915/gtt: Subclass gen6_hw_ppgttChris Wilson1-47/+47
2018-06-12drm/i915/gtt: Invalidate GGTT caches after writing the gen6 page directoriesChris Wilson1-4/+4
2018-06-11drm/i915/ringbuffer: Fix context restore upon resetChris Wilson1-45/+0
2018-06-09drm/i915/gtt: Reorder aliasing_ppgtt finiChris Wilson1-6/+4
2018-06-08drm/i915/gtt: Remove vgpu check for gen6Chris Wilson1-1/+1
2018-06-08drm/i915/gtt: Remove redundant hsw_mm_switch()Chris Wilson1-24/+0
2018-06-08drm/i915/gtt: Fix unwind length passed to gen6_ppgtt_clear_rangeChris Wilson1-1/+1
2018-06-07drm/i915/gtt: Push allocation to hw ppgtt constructorChris Wilson1-67/+73
2018-06-07drm/i915: Decouple vma vfuncs from vmChris Wilson1-26/+31
2018-06-07drm/i915: Prepare for non-object vmaChris Wilson1-2/+5
2018-06-06drm/i915/gtt: Fix typo in fill_px() macroChris Wilson1-2/+2
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-167/+166
2018-06-05drm/i915/gtt: Teach restore-gtt to walk the ggtt vma list not the object listChris Wilson1-13/+10
2018-06-04drm/i915/gtt: Remove obsolete switch_mm hooks for gen8+Chris Wilson1-49/+0
2018-06-01drm/i915/gtt: Don't restore the non-existent PDE for GGTTChris Wilson1-0/+2
2018-06-01drm/i915/gtt: Avoid calling non-existent allocate_va_rangeChris Wilson1-13/+21
2018-05-24drm/i915: Limit searching for PIN_HIGHChris Wilson1-1/+10
2018-05-22drm/i915/gtt: Allow pagedirectory allocations to failChris Wilson1-8/+8
2018-05-13drm/i915/selftests: scrub 64KMatthew Auld1-0/+21
2018-05-11drm/i915/icl: Introduce initial Icelake WorkaroundsOscar Mateo1-3/+3
2018-05-11drm/i915/gtt: Trust the uncached store to flush wcbMika Kuoppala1-10/+8
2018-05-04drm/i915/gtt: Tidy up duplicate branches in gen8_gmch_probe()Chris Wilson1-6/+2
2018-05-04drm/i915: Lazily unbind vma on closeChris Wilson1-5/+9
2018-05-02drm/i915: Move timeline from GTT to ringChris Wilson1-3/+0
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-19/+19
2018-02-15drm/i915/gtt: Convert WARN_ON to GEM debuggingChris Wilson1-12/+10
2018-02-12drm/i915: Replace open-coded memset_p()Chris Wilson1-11/+3