summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Unwind failure on pinning the gen7 ppgttChris Wilson2019-01-161-3/+12
* drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZEVille Syrjälä2018-11-271-9/+9
* drm/i915: Mark up GTT sizes as u64Chris Wilson2018-11-211-1/+1
* Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-201-27/+61
|\
| * drm/i915: Prevent writing into a read-only object via a GGTT mmapChris Wilson2018-07-131-5/+7
| * drm/i915/gtt: Disable read-only support under GVTChris Wilson2018-07-131-2/+6
| * drm/i915/gtt: Read-only pages for insert_entries on bdw+Jon Bloomfield2018-07-131-15/+30
| * drm/i915/gtt: Add read only pages to gen8_pte_encodeJon Bloomfield2018-07-131-11/+14
| * drm/i915: Introduce i915_address_space.mutexChris Wilson2018-07-111-0/+10
* | Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-181-87/+141
|\|
| * drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-091-1/+1
| * drm/i915: Track vma activity per fence.context, not per engineChris Wilson2018-07-061-3/+2Star
| * drm/i915/gtt: Control cache domain of dma_map_page() directlyChris Wilson2018-07-061-0/+2
| * drm/i915/gtt: Suppress warnings for dma_map_pageChris Wilson2018-07-061-4/+8
| * drm/i915: Remove defunct i915->vm_listChris Wilson2018-07-051-5/+0Star
| * drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson2018-07-041-78/+132
* | Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-281-351/+353
|\|
| * drm/i915/gtt: Reduce a pair of runtime assertsChris Wilson2018-06-141-1/+1
| * drm/i915/gtt: Cache the PTE encoding of the scratch pageChris Wilson2018-06-141-10/+10
| * drm/i915/gtt: Free unused page tables on unbind the contextChris Wilson2018-06-141-5/+39
| * drm/i915/gtt: Lazily allocate page directories for gen7Chris Wilson2018-06-141-41/+26Star
| * drm/i915/gtt: Only keep gen6 page directories pinned while activeChris Wilson2018-06-141-15/+21
| * drm/i915/gtt: Make gen6 page directories evictableChris Wilson2018-06-121-110/+147
| * drm/i915/gtt: Onionify error handling for gen6_ppgtt_createChris Wilson2018-06-121-42/+39Star
| * drm/i915/gtt: Subclass gen6_hw_ppgttChris Wilson2018-06-121-47/+47
| * drm/i915/gtt: Invalidate GGTT caches after writing the gen6 page directoriesChris Wilson2018-06-121-4/+4
| * drm/i915/ringbuffer: Fix context restore upon resetChris Wilson2018-06-111-45/+0Star
| * drm/i915/gtt: Reorder aliasing_ppgtt finiChris Wilson2018-06-091-6/+4Star
| * drm/i915/gtt: Remove vgpu check for gen6Chris Wilson2018-06-081-1/+1
| * drm/i915/gtt: Remove redundant hsw_mm_switch()Chris Wilson2018-06-081-24/+0Star
| * drm/i915/gtt: Fix unwind length passed to gen6_ppgtt_clear_rangeChris Wilson2018-06-081-1/+1
| * drm/i915/gtt: Push allocation to hw ppgtt constructorChris Wilson2018-06-071-67/+73
| * drm/i915: Decouple vma vfuncs from vmChris Wilson2018-06-071-26/+31
| * drm/i915: Prepare for non-object vmaChris Wilson2018-06-071-2/+5
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-1/+10
|\ \ | |/ |/|
| * Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-201-27/+43
| |\
| * | drm/i915: Limit searching for PIN_HIGHChris Wilson2018-05-241-1/+10
* | | drm/i915/gtt: Fix typo in fill_px() macroChris Wilson2018-06-061-2/+2
* | | drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-167/+166Star
* | | drm/i915/gtt: Teach restore-gtt to walk the ggtt vma list not the object listChris Wilson2018-06-051-13/+10Star
* | | drm/i915/gtt: Remove obsolete switch_mm hooks for gen8+Chris Wilson2018-06-041-49/+0Star
* | | drm/i915/gtt: Don't restore the non-existent PDE for GGTTChris Wilson2018-06-011-0/+2
* | | drm/i915/gtt: Avoid calling non-existent allocate_va_rangeChris Wilson2018-06-011-13/+21
* | | drm/i915/gtt: Allow pagedirectory allocations to failChris Wilson2018-05-221-8/+8
| |/ |/|
* | drm/i915/selftests: scrub 64KMatthew Auld2018-05-131-0/+21
* | drm/i915/icl: Introduce initial Icelake WorkaroundsOscar Mateo2018-05-111-3/+3
* | drm/i915/gtt: Trust the uncached store to flush wcbMika Kuoppala2018-05-111-10/+8Star
* | drm/i915/gtt: Tidy up duplicate branches in gen8_gmch_probe()Chris Wilson2018-05-041-6/+2Star
* | drm/i915: Lazily unbind vma on closeChris Wilson2018-05-041-5/+9
* | drm/i915: Move timeline from GTT to ringChris Wilson2018-05-031-3/+0Star
|/