aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_stolen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-12Merge tag 'drm-intel-next-2021-08-10-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+0
2021-07-30drm/i915: remove GRAPHICS_VER == 10Lucas De Marchi1-1/+0
2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld1-1/+2
2021-06-05drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-8/+8
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström1-4/+6
2021-05-11drm/i915/stolen: shuffle around init_memory_regionMatthew Auld1-2/+4
2021-05-04drm/i915: mark stolen as privateMatthew Auld1-0/+4
2021-04-29drm/i915/gem: Remove reference to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-04-22drm/i915/stolen: actually mark as contiguousMatthew Auld1-3/+9
2021-04-22drm/i915/stolen: enforce the min_page_size contractCQ Tang1-3/+4
2021-04-22drm/i915: Create stolen memory region from local memoryCQ Tang1-19/+113
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+2
2021-03-24drm/i915: give stolen system memory its own classMatthew Auld1-2/+2
2021-03-24drm/i915: Prepare for obj->mm.lock removal, v2.Thomas Hellström1-5/+7
2021-03-24drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst1-2/+2
2021-02-08drm/i915/gem: Fix oops in error handling codeDan Carpenter1-8/+4
2021-01-20drm/i915/gem: Move stolen node into GEM object unionChris Wilson1-0/+5
2021-01-15drm/i915: add back static declarationMatthew Auld1-7/+7
2021-01-15drm/i915/region: convert object_create into object_initMatthew Auld1-34/+31
2021-01-12drm/i915/gem: Remove stolen node before releasing the regionChris Wilson1-3/+2
2020-11-13Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+48
2020-10-28drm/i915/gem: Avoid synchronous binds deep within locksChris Wilson1-0/+3
2020-10-21drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson1-2/+4
2020-10-20drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson1-2/+4
2020-10-20drm/i915/gem: Poison stolen pages before useChris Wilson1-0/+45
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