aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_stolen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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