summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_domain.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-31drm/i915: add minimal i915_gem_object_frontbuffer.hJani Nikula1-1/+1
2023-07-26drm/i915: Use the i915_vma_flush_writes helperTvrtko Ursulin1-4/+2
2023-05-23drm/i915/mtl: end support for set caching ioctlFei Yang1-0/+3
2023-05-11drm/i915: use pat_index instead of cache_levelFei Yang1-18/+40
2023-04-06Merge tag 'drm-intel-gt-next-2023-04-06' of git://anongit.freedesktop.org/drm...Daniel Vetter1-5/+9
2023-04-03drm/i915/gem/i915_gem_domain: Provide function names to complete proper kerne...Lee Jones1-5/+9
2023-01-25drm/i915/display: add intel_display_limits.h for key enumsJani Nikula1-0/+1
2022-12-06drm/i915: Refine VT-d scanout workaroundChris Wilson1-0/+13
2022-12-06drm/i915: Limit the display memory alignment to 32 bit instead of 64Andi Shyti1-1/+1
2022-09-08drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura1-2/+2
2022-06-27drm/i915: tweak the ordering in cpu_write_needs_clflushMatthew Auld1-3/+3
2022-02-14drm/i915: split out gem/i915_gem_domain.h from i915_drv.hJani Nikula1-2/+3
2021-11-02drm/i915: stop setting cache_dirty on discreteMatthew Auld1-0/+10
2021-11-02drm/i915: move cpu_write_needs_clflushMatthew Auld1-0/+12
2021-07-23drm/i915/uapi: reject set_domain for discreteMatthew Auld1-0/+3
2021-07-20drm/i915/uapi: reject caching ioctls for discreteMatthew Auld1-0/+6
2021-06-30drm/i915/display: Migrate objects to LMEM if possible for displayThomas Hellström1-1/+1
2021-03-24drm/i915: Take obj lock around set_domain ioctlMaarten Lankhorst1-8/+10
2021-03-24drm/i915: Pass ww ctx to intel_pin_to_display_planeMaarten Lankhorst1-24/+6
2021-03-24drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.Maarten Lankhorst1-2/+16
2021-03-24drm/i915: Reject more ioctls for userptr, v2.Maarten Lankhorst1-2/+10
2021-01-21drm/i915/gem: Drop lru bumping on display unpinningChris Wilson1-45/+0
2021-01-21drm/i915/gem: Protect used framebuffers from casual evictionChris Wilson1-0/+1
2021-01-19drm/i915/gem: Make i915_gem_object_flush_write_domain() staticChris Wilson1-6/+52
2020-11-04drm/i915/gem: Flush coherency domains on first set-domain-ioctlChris Wilson1-15/+13
2020-09-07drm/i915: Add ww locking to pin_to_display_plane, v2.Maarten Lankhorst1-16/+40
2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst1-14/+6
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-5/+5
2020-04-20drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_planeChris Wilson1-6/+1
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson1-1/+1
2019-12-18drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson1-2/+2
2019-12-14drm/i915/gem: Serialise object before changing cache-levelChris Wilson1-0/+7
2019-12-09drm/i915/gem: Avoid rcu_barrier() from shrinker pathsChris Wilson1-1/+3
2019-12-07drm/i915: Avoid calling i915_gem_object_unbind holding object lockChris Wilson1-30/+11
2019-12-04drm/i915/gem: Hold the obj->vma.lock while walking the vma.listChris Wilson1-0/+4
2019-12-04drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue1-0/+1
2019-12-03drm/i915/gem: Unbind all current vma on changing cache-levelChris Wilson1-119/+4
2019-11-19drm/i915/gem: Track ggtt writes from userspace on the bound vmaChris Wilson1-0/+8
2019-11-07drm/i915: FB backing gem obj should reside in LMEMRamalingam C1-1/+7
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-6/+7
2019-09-11drm/i915: Make shrink/unshrink be atomicChris Wilson1-1/+2
2019-09-09drm/i915: cleanup cache-coloringMatthew Auld1-2/+4
2019-09-03drm/i915: Replace obj->pin_global with obj->frontbufferChris Wilson1-24/+10
2019-08-22drm/i915: Replace i915_vma_put_fence()Chris Wilson1-8/+27
2019-08-16drm/i915: Extract intel_frontbuffer active trackingChris Wilson1-11/+3
2019-06-17drm/i915: move modesetting core code under display/Jani Nikula1-1/+2
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson1-8/+3
2019-06-10drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson1-9/+14
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson1-1/+2
2019-05-31drm/i915: Track the purgeable objects on a separate eviction listChris Wilson1-5/+9