summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2022-06-13drm/i915: Individualize fences before adding to dma_resv objNirmoy Das1-1/+2
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds31-234/+338
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-12/+11
2022-05-19drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomapMaarten Lankhorst1-4/+2
2022-05-08i915: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)1-12/+11
2022-04-28Merge tag 'drm-intel-gt-next-2022-04-27' of git://anongit.freedesktop.org/drm...Dave Airlie19-147/+253
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi14-11/+36
2022-04-21drm/i915: consider min_page_size when migratingMatthew Auld2-1/+6
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil14-11/+36
2022-04-14drm/i915/gem: Add extra pages in ttm_tt for ccs dataRamalingam C1-1/+29
2022-04-14Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/...Dave Airlie14-11/+36
2022-04-12Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen5-11/+17
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula13-48/+587
2022-04-11drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULLMatt Roper1-1/+1
2022-04-08drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULLMatt Roper1-1/+1
2022-04-08drm/i915: fix i915_gem_object_wait_moving_fenceMatthew Auld1-2/+9
2022-04-07drm/i915: drop bo->moving dependencyChristian König5-57/+13
2022-04-07dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König2-2/+2
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König1-1/+1
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König5-10/+11
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König5-7/+10
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König4-9/+15
2022-04-06drm/i915: Fixup kerneldoc in struct i915_gem_contextTvrtko Ursulin1-1/+1
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard39-333/+1239
2022-04-05drm/i915: Track all user contexts per clientTvrtko Ursulin2-0/+16
2022-04-05drm/i915: Track runtime spent in closed and unreachable GEM contextsTvrtko Ursulin1-2/+23
2022-04-05drm/i915: Make GEM contexts track DRM clientsTvrtko Ursulin2-0/+8
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+1
2022-03-30drm/i915: Move intel_vtd_active and run_as_guest to i915_utilsTvrtko Ursulin2-2/+4
2022-03-29drm/ttm: rework bulk move handling v5Christian König1-1/+1
2022-03-29drm/i915/ttm: limit where we apply TTM_PL_FLAG_CONTIGUOUSMatthew Auld1-0/+3
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König1-1/+1
2022-03-22drm/i915/: Re-work clflush_write32Michael Cheng1-5/+3
2022-03-21drm/i915: Rename INTEL_REGION_LMEM with INTEL_REGION_LMEM_0Andi Shyti3-9/+9
2022-03-17drm/i915: include uapi/drm/i915_drm.h directly where neededJani Nikula2-0/+4
2022-03-17drm/i915: move i915_gem_object_needs_bit17_swizzle() to i915_gem_tiling.[ch]Jani Nikula4-1/+13
2022-03-16drm/i915/ttm: wire up the object offsetMatthew Auld2-4/+16
2022-03-16drm/i915: add i915_gem_object_create_region_at()Matthew Auld8-70/+67
2022-03-16drm/i915/stolen: consider I915_BO_ALLOC_GPU_ONLYMatthew Auld1-0/+8
2022-03-16drm/i915/stolen: don't treat small BAR as an errorAkeem G Abodunrin1-19/+43
2022-03-14drm/i915/gem: add missing boundary check in vm_accessMastan Katragadda1-1/+1
2022-03-11drm/i915/gem: add missing boundary check in vm_accessMastan Katragadda1-1/+1
2022-03-08drm/i915: opportunistically apply ALLOC_CONTIGIOUSMatthew Auld1-0/+3
2022-03-07drm/i915: Remove the vm open countThomas Hellström3-26/+14
2022-03-07drm/i915/dmabuf: Fix prime_mmap to work when using LMEMGwan-gyeong Mun1-0/+4
2022-03-07drm/i915/dmabuf: Update dma_buf_ops.unmap_dma_buf callback to use drm_gem_unm...Gwan-gyeong Mun1-10/+1
2022-03-04drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula5-1/+6
2022-03-02drm/i915: Use str_yes_no()Lucas De Marchi2-7/+9
2022-03-02drm/i915/xehp: Don't support parallel submission on compute / renderMatthew Brost1-0/+10
2022-03-02drm/i915/xehp: CCS should use RCS setup functionsMatt Roper1-3/+5