summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_stolen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2021-08-10-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2021-08-121-1/+0
|\
| * drm/i915: remove GRAPHICS_VER == 10Lucas De Marchi2021-07-301-1/+0
* | drm/i915: support forcing the page size with lmemMatthew Auld2021-06-301-1/+2
|/
* drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-061-8/+8
* drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström2021-06-021-4/+6
* drm/i915/stolen: shuffle around init_memory_regionMatthew Auld2021-05-111-2/+4
* drm/i915: mark stolen as privateMatthew Auld2021-05-041-0/+4
* drm/i915/gem: Remove reference to struct drm_device.pdevThomas Zimmermann2021-04-291-1/+1
* drm/i915/stolen: actually mark as contiguousMatthew Auld2021-04-221-3/+9
* drm/i915/stolen: enforce the min_page_size contractCQ Tang2021-04-221-3/+4
* drm/i915: Create stolen memory region from local memoryCQ Tang2021-04-221-19/+113
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-2/+2
|\
| * drm/i915: give stolen system memory its own classMatthew Auld2021-03-241-2/+2
* | drm/i915: Prepare for obj->mm.lock removal, v2.Thomas Hellström2021-03-241-5/+7
* | drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst2021-03-241-2/+2
|/
* drm/i915/gem: Fix oops in error handling codeDan Carpenter2021-02-081-8/+4
* drm/i915/gem: Move stolen node into GEM object unionChris Wilson2021-01-201-0/+5
* drm/i915: add back static declarationMatthew Auld2021-01-151-7/+7
* drm/i915/region: convert object_create into object_initMatthew Auld2021-01-151-34/+31
* drm/i915/gem: Remove stolen node before releasing the regionChris Wilson2021-01-121-3/+2
* Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...Dave Airlie2020-11-131-0/+48
|\
| * drm/i915/gem: Avoid synchronous binds deep within locksChris Wilson2020-10-281-0/+3
| * drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson2020-10-201-2/+4
| * drm/i915/gem: Poison stolen pages before useChris Wilson2020-10-201-0/+45
* | drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson2020-10-211-2/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-3/+3
|/
* drm/i915/gem: Give each object class a friendly nameChris Wilson2020-05-301-0/+1
* drm/i915/stolen: prefer struct drm_device based loggingJani Nikula2020-04-081-2/+2
* drm/i915/vgpu: improve vgpu abstractionsJani Nikula2020-03-031-0/+1
* drm/i915/display: Be explicit in handling the preallocated vmaChris Wilson2020-02-051-67/+15
* drm/i915/gem: initial conversion to new logging macros using coccinelleWambui Karuga2020-01-271-24/+32
* drm/i915/gem: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-01-221-6/+9
* drm/i915/lmem: debugfs for LMEM detailsLukasz Fiedorowicz2019-12-281-0/+2
* drm/i915/gem: Pass mem region to preallocated stolenChris Wilson2019-11-111-12/+10
* drm/i915/gem: Replace implicit dev_priv->uncore for stolen initChris Wilson2019-11-111-98/+109
* drm/i915/gem: Distinguish each object typeChris Wilson2019-10-221-1/+2
* drm/i915: treat stolen as a regionMatthew Auld2019-10-181-9/+56
* drm/i915/stolen: make the object creation interface consistentCQ Tang2019-10-041-19/+26
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-3/+5
* drm/i915: Only track bound elements of the GTTChris Wilson2019-10-041-1/+1
* drm/i915: Make i915_vma.flags atomic_t for mutex reductionChris Wilson2019-09-111-1/+1
* drm/i915/tgl: add gen12 to stolen initializationLucas De Marchi2019-09-051-1/+4
* drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson2019-08-151-2/+6
* drm/i915: extract gem/i915_gem_stolen.h from i915_drv.hJani Nikula2019-08-091-0/+1
* drm/i915/gem: Defer obj->base.resv fini until RCU callbackChris Wilson2019-07-041-2/+0
* drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2019-06-121-4/+1
* drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson2019-06-101-2/+3
* drm/i915: Convert icl_get_stolen_reserved to uncore mmio accessorsTvrtko Ursulin2019-06-101-2/+2
* drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson2019-05-311-1/+1
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+704