summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_domain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: add minimal i915_gem_object_frontbuffer.hJani Nikula2023-08-311-1/+1
* drm/i915: Use the i915_vma_flush_writes helperTvrtko Ursulin2023-07-261-4/+2
* drm/i915/mtl: end support for set caching ioctlFei Yang2023-05-231-0/+3
* drm/i915: use pat_index instead of cache_levelFei Yang2023-05-111-18/+40
* Merge tag 'drm-intel-gt-next-2023-04-06' of git://anongit.freedesktop.org/drm...Daniel Vetter2023-04-061-5/+9
|\
| * drm/i915/gem/i915_gem_domain: Provide function names to complete proper kerne...Lee Jones2023-04-031-5/+9
* | drm/i915/display: add intel_display_limits.h for key enumsJani Nikula2023-01-251-0/+1
|/
* drm/i915: Refine VT-d scanout workaroundChris Wilson2022-12-061-0/+13
* drm/i915: Limit the display memory alignment to 32 bit instead of 64Andi Shyti2022-12-061-1/+1
* drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura2022-09-081-2/+2
* drm/i915: tweak the ordering in cpu_write_needs_clflushMatthew Auld2022-06-271-3/+3
* drm/i915: split out gem/i915_gem_domain.h from i915_drv.hJani Nikula2022-02-141-2/+3
* drm/i915: stop setting cache_dirty on discreteMatthew Auld2021-11-021-0/+10
* drm/i915: move cpu_write_needs_clflushMatthew Auld2021-11-021-0/+12
* drm/i915/uapi: reject set_domain for discreteMatthew Auld2021-07-231-0/+3
* drm/i915/uapi: reject caching ioctls for discreteMatthew Auld2021-07-201-0/+6
* drm/i915/display: Migrate objects to LMEM if possible for displayThomas Hellström2021-06-301-1/+1
* drm/i915: Take obj lock around set_domain ioctlMaarten Lankhorst2021-03-241-8/+10
* drm/i915: Pass ww ctx to intel_pin_to_display_planeMaarten Lankhorst2021-03-241-24/+6
* drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.Maarten Lankhorst2021-03-241-2/+16
* drm/i915: Reject more ioctls for userptr, v2.Maarten Lankhorst2021-03-241-2/+10
* drm/i915/gem: Drop lru bumping on display unpinningChris Wilson2021-01-201-45/+0
* drm/i915/gem: Protect used framebuffers from casual evictionChris Wilson2021-01-201-0/+1
* drm/i915/gem: Make i915_gem_object_flush_write_domain() staticChris Wilson2021-01-191-6/+52
* drm/i915/gem: Flush coherency domains on first set-domain-ioctlChris Wilson2020-11-041-15/+13
* drm/i915: Add ww locking to pin_to_display_plane, v2.Maarten Lankhorst2020-09-071-16/+40
* drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst2020-09-071-14/+6
* drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst2020-09-071-5/+5
* drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_planeChris Wilson2020-04-201-6/+1
* drm/i915/gem: Drop cached obj->bind_countChris Wilson2020-04-021-1/+1
* drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-181-2/+2
* drm/i915/gem: Serialise object before changing cache-levelChris Wilson2019-12-141-0/+7
* drm/i915/gem: Avoid rcu_barrier() from shrinker pathsChris Wilson2019-12-091-1/+3
* drm/i915: Avoid calling i915_gem_object_unbind holding object lockChris Wilson2019-12-071-30/+11
* drm/i915/gem: Hold the obj->vma.lock while walking the vma.listChris Wilson2019-12-041-0/+4
* drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue2019-12-041-0/+1
* drm/i915/gem: Unbind all current vma on changing cache-levelChris Wilson2019-12-021-119/+4
* drm/i915/gem: Track ggtt writes from userspace on the bound vmaChris Wilson2019-11-191-0/+8
* drm/i915: FB backing gem obj should reside in LMEMRamalingam C2019-11-071-1/+7
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-6/+7
* drm/i915: Make shrink/unshrink be atomicChris Wilson2019-09-111-1/+2
* drm/i915: cleanup cache-coloringMatthew Auld2019-09-091-2/+4
* drm/i915: Replace obj->pin_global with obj->frontbufferChris Wilson2019-09-031-24/+10
* drm/i915: Replace i915_vma_put_fence()Chris Wilson2019-08-221-8/+27
* drm/i915: Extract intel_frontbuffer active trackingChris Wilson2019-08-161-11/+3
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-1/+2
* drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2019-06-121-8/+3
* drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson2019-06-101-9/+14
* drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson2019-05-311-1/+2
* drm/i915: Track the purgeable objects on a separate eviction listChris Wilson2019-05-311-5/+9