summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ggtt.c
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt, v2.Maarten Lankhorst2021-04-291-3/+5
* | drm/i915/gtt: map the PD up frontMatthew Auld2021-04-271-1/+1
|/
* Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-04-081-9/+47
|\
| * drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak2021-03-291-9/+47
| * drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak2021-03-291-2/+2
* | Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-6/+20
|\ \
| * | drm/i915/gtt/dg1: add PTE_LM plumbing for GGTTMatthew Auld2021-03-241-5/+19
| * | drm/i915/gt: Remove repeated words from commentsChris Wilson2021-03-241-1/+1
| |/
* | drm/i915: Use a single page table lock for each gtt.Maarten Lankhorst2021-03-241-1/+7
* | drm/i915: Move cmd parser pinning to execbufferMaarten Lankhorst2021-03-241-1/+1
|/
* Merge drm/drm-next into drm-intel-nextJani Nikula2021-03-111-12/+35
|\
| * Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-211-2/+16
| |\
| * | drm/i915/gt: Always try to reserve GGTT address 0x0Chris Wilson2021-01-261-12/+35
* | | drm/i915/gt: Remove references to struct drm_device.pdevThomas Zimmermann2021-02-021-5/+5
| |/ |/|
* | drm/i915: Sleep around performing iommu unmaps on TigerlakeChris Wilson2020-12-091-2/+16
|/
* Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie2020-11-131-2/+2
|\
| * drm/i915: Fix DMA mapped scatterlist lookupTvrtko Ursulin2020-10-061-2/+2
* | drm/i915: don't conflate is_dgfx with fake lmemLucas De Marchi2020-10-051-1/+1
* | Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...Dave Airlie2020-09-091-50/+47
|\|
| * drm/i915/gt: Switch to object allocations for page directoriesChris Wilson2020-09-071-17/+20
| * drm/i915: Preallocate stashes for vma page-directoriesChris Wilson2020-09-071-33/+27
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* drm/i915: Export ppgtt_bind_vmaChris Wilson2020-07-031-32/+17
* drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson2020-05-281-2/+21
* drm/i915/gt: Restore both GGTT bindings on resumeChris Wilson2020-05-281-4/+2
* drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resumeChris Wilson2020-05-271-2/+6
* drm/i915/gt: Stop cross-polluting PIN_GLOBAL with PIN_USER with no-ppgttChris Wilson2020-05-251-8/+3
* drm/i915: Refactor setting dma info to a common helperMichael J. Ruhl2020-04-181-15/+0
* drm/i915/gt: prefer struct drm_device based loggingJani Nikula2020-04-081-2/+2
* drm/i915/gt: Fill all the unused space in the GGTTChris Wilson2020-03-311-10/+27
* drm/i915/ggtt: convert to drm_device based logging macros.Wambui Karuga2020-03-191-16/+22
* drm/i915/gt: Allocate i915_fence_reg arrayChris Wilson2020-03-161-2/+4
* drm/i915/gt: Pull restoration of GGTT fences underneath the GTChris Wilson2020-03-161-0/+2
* drm/i915: Move GGTT fence registers under gt/Chris Wilson2020-03-161-1/+1
* drm/i915/ggtt: do not set bits 1-11 in gen12 ptesDaniele Ceraolo Spurio2020-02-271-3/+10
* drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula2020-02-271-0/+2
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2020-02-251-1/+1
|\
| * Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-301-1/+1
* | drm/i915/guc: Kill USES_GUC macroDaniele Ceraolo Spurio2020-02-201-1/+1
* | drm/i915/gt: Also use async bind for PIN_USER into bsw/bxt ggttChris Wilson2020-01-311-1/+2
* | drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson2020-01-301-0/+6
* | drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placementChris Wilson2020-01-301-30/+4
* | drm/i915/gt: Skip global serialisation of clear_range for bxt vtdChris Wilson2020-01-301-27/+0
* | drm/i915/ggtt: use new drm logging macros in gt/intel_ggtt.cWambui Karuga2020-01-301-9/+16
|/
* drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson2020-01-101-23/+5
* drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-101-0/+3
* drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson2020-01-101-5/+2
* drm/i915/gtt: add missing include file asm/smp.hChen Zhou2020-01-091-0/+1
* drm/i915/gtt: split up i915_gem_gttMatthew Auld2020-01-071-0/+1503