summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_stolen.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-21drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson1-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-05-29drm/i915/gem: Give each object class a friendly nameChris Wilson1-0/+1
2020-04-08drm/i915/stolen: prefer struct drm_device based loggingJani Nikula1-2/+2
2020-03-03drm/i915/vgpu: improve vgpu abstractionsJani Nikula1-0/+1
2020-02-05drm/i915/display: Be explicit in handling the preallocated vmaChris Wilson1-67/+15
2020-01-27drm/i915/gem: initial conversion to new logging macros using coccinelleWambui Karuga1-24/+32
2020-01-22drm/i915/gem: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-6/+9
2019-12-28drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz1-0/+2
2019-11-11drm/i915/gem: Pass mem region to preallocated stolenChris Wilson1-12/+10
2019-11-11drm/i915/gem: Replace implicit dev_priv->uncore for stolen initChris Wilson1-98/+109
2019-10-22drm/i915/gem: Distinguish each object typeChris Wilson1-1/+2
2019-10-18drm/i915: treat stolen as a regionMatthew Auld1-9/+56
2019-10-04drm/i915/stolen: make the object creation interface consistentCQ Tang1-19/+26
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-3/+5
2019-10-04drm/i915: Only track bound elements of the GTTChris Wilson1-1/+1
2019-09-11drm/i915: Make i915_vma.flags atomic_t for mutex reductionChris Wilson1-1/+1
2019-09-04drm/i915/tgl: add gen12 to stolen initializationLucas De Marchi1-1/+4
2019-08-15drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson1-2/+6
2019-08-09drm/i915: extract gem/i915_gem_stolen.h from i915_drv.hJani Nikula1-0/+1
2019-07-04drm/i915/gem: Defer obj->base.resv fini until RCU callbackChris Wilson1-2/+0
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson1-4/+1
2019-06-10drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson1-2/+3
2019-06-10drm/i915: Convert icl_get_stolen_reserved to uncore mmio accessorsTvrtko Ursulin1-2/+2
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson1-1/+1
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-0/+704