aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ggtt.c
AgeCommit message (Expand)Author
2021-02-03drm/i915/gt: Always try to reserve GGTT address 0x0Chris Wilson
2020-09-09Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...Dave Airlie
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-03drm/i915: Export ppgtt_bind_vmaChris Wilson
2020-05-28drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson
2020-05-28drm/i915/gt: Restore both GGTT bindings on resumeChris Wilson
2020-05-27drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resumeChris Wilson
2020-05-25drm/i915/gt: Stop cross-polluting PIN_GLOBAL with PIN_USER with no-ppgttChris Wilson
2020-04-18drm/i915: Refactor setting dma info to a common helperMichael J. Ruhl
2020-04-08drm/i915/gt: prefer struct drm_device based loggingJani Nikula
2020-03-31drm/i915/gt: Fill all the unused space in the GGTTChris Wilson
2020-03-19drm/i915/ggtt: convert to drm_device based logging macros.Wambui Karuga
2020-03-16drm/i915/gt: Allocate i915_fence_reg arrayChris Wilson
2020-03-16drm/i915/gt: Pull restoration of GGTT fences underneath the GTChris Wilson
2020-03-16drm/i915: Move GGTT fence registers under gt/Chris Wilson
2020-02-27drm/i915/ggtt: do not set bits 1-11 in gen12 ptesDaniele Ceraolo Spurio
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula
2020-02-25Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi
2020-02-20drm/i915/guc: Kill USES_GUC macroDaniele Ceraolo Spurio
2020-01-31drm/i915/gt: Also use async bind for PIN_USER into bsw/bxt ggttChris Wilson
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson
2020-01-30drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placementChris Wilson
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-30drm/i915/gt: Skip global serialisation of clear_range for bxt vtdChris Wilson
2020-01-30drm/i915/ggtt: use new drm logging macros in gt/intel_ggtt.cWambui Karuga
2020-01-10drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson
2020-01-10drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson
2020-01-09drm/i915/gtt: add missing include file asm/smp.hChen Zhou
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld