summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ggtt.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-9/+47
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie1-6/+20
2021-03-29drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak1-9/+47
2021-03-29drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak1-2/+2
2021-03-24drm/i915/gtt/dg1: add PTE_LM plumbing for GGTTMatthew Auld1-5/+19
2021-03-24drm/i915/gt: Remove repeated words from commentsChris Wilson1-1/+1
2021-03-24drm/i915: Use a single page table lock for each gtt.Maarten Lankhorst1-1/+7
2021-03-24drm/i915: Move cmd parser pinning to execbufferMaarten Lankhorst1-1/+1
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula1-12/+35
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+16
2021-02-02drm/i915/gt: Remove references to struct drm_device.pdevThomas Zimmermann1-5/+5
2021-01-26drm/i915/gt: Always try to reserve GGTT address 0x0Chris Wilson1-12/+35
2020-12-09drm/i915: Sleep around performing iommu unmaps on TigerlakeChris Wilson1-2/+16
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie1-2/+2
2020-10-06drm/i915: Fix DMA mapped scatterlist lookupTvrtko Ursulin1-2/+2
2020-10-05drm/i915: don't conflate is_dgfx with fake lmemLucas De Marchi1-1/+1
2020-09-09Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...Dave Airlie1-50/+47
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-17/+20
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson1-33/+27
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-03drm/i915: Export ppgtt_bind_vmaChris Wilson1-32/+17
2020-05-28drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson1-2/+21
2020-05-28drm/i915/gt: Restore both GGTT bindings on resumeChris Wilson1-4/+2
2020-05-27drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resumeChris Wilson1-2/+6
2020-05-25drm/i915/gt: Stop cross-polluting PIN_GLOBAL with PIN_USER with no-ppgttChris Wilson1-8/+3
2020-04-18drm/i915: Refactor setting dma info to a common helperMichael J. Ruhl1-15/+0
2020-04-08drm/i915/gt: prefer struct drm_device based loggingJani Nikula1-2/+2
2020-03-31drm/i915/gt: Fill all the unused space in the GGTTChris Wilson1-10/+27
2020-03-19drm/i915/ggtt: convert to drm_device based logging macros.Wambui Karuga1-16/+22
2020-03-16drm/i915/gt: Allocate i915_fence_reg arrayChris Wilson1-2/+4
2020-03-16drm/i915/gt: Pull restoration of GGTT fences underneath the GTChris Wilson1-0/+2
2020-03-16drm/i915: Move GGTT fence registers under gt/Chris Wilson1-1/+1
2020-02-27drm/i915/ggtt: do not set bits 1-11 in gen12 ptesDaniele Ceraolo Spurio1-3/+10
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula1-0/+2
2020-02-25Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-1/+1
2020-02-20drm/i915/guc: Kill USES_GUC macroDaniele Ceraolo Spurio1-1/+1
2020-01-31drm/i915/gt: Also use async bind for PIN_USER into bsw/bxt ggttChris Wilson1-1/+2
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson1-0/+6
2020-01-30drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placementChris Wilson1-30/+4
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1486
2020-01-30drm/i915/gt: Skip global serialisation of clear_range for bxt vtdChris Wilson1-27/+0
2020-01-30drm/i915/ggtt: use new drm logging macros in gt/intel_ggtt.cWambui Karuga1-9/+16
2020-01-10drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson1-23/+5
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson1-0/+3
2020-01-10drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson1-5/+2
2020-01-09drm/i915/gtt: add missing include file asm/smp.hChen Zhou1-0/+1
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-0/+1503