summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_phys.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski1-2/+4
2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström1-1/+1
2021-06-02Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-1/+0
2021-06-01drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical ...Thomas Hellström1-1/+1
2021-05-17drm/i915: Don't include drm_legacy.hThomas Zimmermann1-1/+0
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst1-26/+8
2021-03-24drm/i915: Pass ww ctx to intel_pin_to_display_planeMaarten Lankhorst1-7/+3
2021-03-24drm/i915: Flatten obj->mm.lockMaarten Lankhorst1-1/+1
2021-03-24drm/i915: Convert i915_gem_object_attach_phys() to ww locking, v2.Maarten Lankhorst1-2/+10
2021-03-24drm/i915: Rework struct phys attachment handlingMaarten Lankhorst1-53/+49
2021-03-24drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst1-0/+2
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula1-2/+2
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann1-3/+3
2021-01-20drm/i915/gem: Use shrinkable status for unknown swizzle quirksChris Wilson1-1/+1
2021-01-20drm/i915/gem: Move stolen node into GEM object unionChris Wilson1-1/+1
2020-11-12drm/i915/gem: Pull phys pread/pwrite implementations to the backendChris Wilson1-0/+55
2020-11-05drm/i915/gem: Pull phys pread/pwrite implementations to the backendChris Wilson1-0/+55
2020-06-25Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-2/+0
2020-05-29drm/i915/gem: Give each object class a friendly nameChris Wilson1-0/+1
2020-05-25drm/i915/gem: Suppress some random warningsChris Wilson1-2/+1
2020-05-19drm/i915/gem: Prefer drm_WARN* over WARN*Pankaj Bharadiya1-1/+2
2020-04-03drm: delete drm_pci.hDaniel Vetter1-2/+0
2020-03-06drm/i915/phys: unconditionally call release_memory_regionAbdiel Janulgue1-3/+4
2020-02-04drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson1-48/+50
2019-11-07drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter1-1/+1
2019-10-18drm/i915: treat shmem as a regionMatthew Auld1-1/+4
2019-08-09drm/i915: Free the imported shmemfs file for phys objectsChris Wilson1-0/+7
2019-07-04drm/i915/gem: Defer obj->base.resv fini until RCU callbackChris Wilson1-7/+0
2019-07-03drm/i915/gem: Free pages before rcu-freeing the objectChris Wilson1-1/+1
2019-06-21drm/i915: Move i915_gem_chipset_flush to intel_gtTvrtko Ursulin1-1/+2
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson1-0/+1
2019-05-28drm/i915: Move phys objects to its own fileChris Wilson1-0/+211