summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: Return immediately if trylock fails for direct-reclaimChris Wilson2019-01-081-4/+4
* drm/i915: Remove debugfs/i915_ppgtt_infoChris Wilson2018-12-271-134/+0Star
* drm/i915: Unwind failure on pinning the gen7 ppgttChris Wilson2018-12-221-3/+12
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-3/+3
* drm/i915: Pipeline PDP updates for BraswellChris Wilson2018-12-071-2/+0Star
* drm/i915: Prevent machine hang from Broxton's vtd w/a and error captureChris Wilson2018-11-191-0/+5
* drm/i915/gtt: Revert "Disable read-only support under GVT"Hang Yuan2018-10-311-6/+2Star
* drm/i915/gtt: Reuse the read-only 64KiB scratch page and directoriesChris Wilson2018-10-301-4/+26
* drm/i915/gtt: Record the scratch pteChris Wilson2018-10-301-40/+45
* drm/i915: Mark up GTT sizes as u64Chris Wilson2018-10-261-1/+1
* drm/i915: Use i915_gem_object_get_dma_address() to populate rotated vmasVille Syrjälä2018-10-181-25/+6Star
* drm/i915: Remove i915.enable_ppgtt overrideChris Wilson2018-09-271-81/+7Star
* drm/i915: Trim partial view sg listsTvrtko Ursulin2018-09-271-0/+2
* drm/i915: Match code to comment and enforce ppgtt for execlistsChris Wilson2018-09-251-2/+2
* drm/i915: pass dev_priv to i915_gem_cleanup_stolenMatthew Auld2018-09-201-1/+1
* drm/i915: Replace some PAGE_SHIFTs with I915_GTT_PAGE_SIZEVille Syrjälä2018-09-181-15/+15
* drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZEVille Syrjälä2018-09-131-9/+9
* drm/i915: Explicitly mark Global GTT address spacesTvrtko Ursulin2018-09-011-0/+2
* drm/i915: clear error registers after error captureLionel Landwerlin2018-08-301-12/+6Star
* drm/i915/gtt: remove px_pageMatthew Auld2018-07-301-3/+0Star
* drm/i915/guc: Move the pin bias value from GuC to GGTTJakub Bartmiński2018-07-271-0/+9
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2018-07-231-1/+10
|\
| * Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-201-27/+61
| |\
| * \ Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-181-87/+141
| |\ \
| * \ \ Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-281-351/+353
| |\ \ \
| * \ \ \ 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: Suppress assertion for i915_ggtt_disable_gucChris Wilson2018-07-201-0/+4
* | | | | | | drm/i915/gtt: Full ppgtt everywhere, no excusesChris Wilson2018-07-191-6/+0Star
* | | | | | | drm/i915/gtt: Enable full-ppgtt by default everywhereChris Wilson2018-07-191-6/+4Star
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | 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
| |_|_|/ |/| | |
* | | | 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