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