summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-06Merge tag 'drm-intel-gt-next-2023-04-06' of git://anongit.freedesktop.org/drm...Daniel Vetter1-1/+1
2023-04-03drm/i915/gem/i915_gem_ttm: Demote half-filled kerneldocLee Jones1-1/+1
2023-02-06drm/i915/ttm: audit remaining bo->resourceMatthew Auld1-2/+8
2023-02-06drm/i915/ttm: fix sparse warningMatthew Auld1-2/+3
2023-01-25Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+19
2023-01-25drm/i915: audit bo->resource usage v3Christian König1-5/+22
2023-01-24Merge tag 'drm-intel-gt-next-2023-01-18' of git://anongit.freedesktop.org/drm...Daniel Vetter1-1/+19
2022-12-30drm/i915: Use error code as -E2BIG when the size of gem ttm object is too largeGwan-gyeong Mun1-0/+11
2022-12-30drm/i915: Check for integer truncation on the configuration of ttm placeGwan-gyeong Mun1-0/+3
2022-12-30drm/i915: Check for integer truncation on scatterlist creationChris Wilson1-0/+4
2022-12-30drm/i915/gem: Typecheck page lookupsChris Wilson1-1/+1
2022-12-13drm/i915: stop using ttm_bo_waitChristian König1-3/+6
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-1/+1
2022-11-16drm/i915/ttm: never purge busy objectsMatthew Auld1-0/+4
2022-11-16drm/i915: Remove unwanted ghost obj checkNirmoy Das1-3/+0
2022-11-09drm/i915: use i915_sg_dma_sizes() for all backendsMatthew Auld1-2/+1
2022-11-08drm/i915/ttm: add some sanity checks for lmem_userfault_listMatthew Auld1-0/+4
2022-11-08drm/i915/ttm: fix uaf with lmem_userfault_list handlingMatthew Auld1-3/+3
2022-11-04Merge tag 'drm-intel-gt-next-2022-11-03' of git://anongit.freedesktop.org/drm...Dave Airlie1-28/+87
2022-10-31drm/i915/dgfx: Grab wakeref at i915_ttm_unmap_virtualAnshuman Gupta1-12/+26
2022-10-31drm/i915: Encapsulate lmem rpm stuff in intel_runtime_pmAnshuman Gupta1-4/+4
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-1/+1
2022-10-27drm/i915: stop abusing swiotlb_max_segmentRobert Beckett1-2/+2
2022-10-19drm/i915: Refactor ttm ghost obj detectionNirmoy Das1-11/+10
2022-10-11drm/i915: allow control over the flags when migratingMatthew Auld1-2/+3
2022-10-05drm/i915: allow control over the flags when migratingMatthew Auld1-2/+3
2022-10-04drm/i915/ttm: implement access_memoryMatthew Auld1-0/+45
2022-10-03Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin1-43/+3
2022-09-27drm/i915: Do not cleanup obj with NULL bo->resourceNirmoy Das1-1/+1
2022-09-27drm/i915: Improve debug print in vm_fault_ttmNirmoy Das1-1/+2
2022-09-21drm/i915: Do not cleanup obj with NULL bo->resourceNirmoy Das1-1/+1
2022-09-21Merge tag 'drm-intel-gt-next-2022-09-16' of git://anongit.freedesktop.org/drm...Dave Airlie1-2/+34
2022-09-14drm/i915/dgfx: Release mmap on rpm suspendAnshuman Gupta1-2/+34
2022-09-12Merge tag 'drm-intel-gt-next-2022-09-09' of git://anongit.freedesktop.org/drm...Dave Airlie1-1/+1
2022-09-06drm/i915: consider HAS_FLAT_CCS() in needs_ccs_pagesMatthew Auld1-1/+1
2022-08-22drm/i915: Implement intersect/compatible functionsArunpravin Paneer Selvam1-40/+1
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-21/+34
2022-07-13drm/i915/ttm: fix 32b buildMatthew Auld1-1/+1
2022-07-11drm/i915/ttm: fix sg_table constructionMatthew Auld1-2/+9
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-3/+2
2022-07-01drm/i915/ttm: disallow CPU fallback mode for ccs pagesMatthew Auld1-18/+0
2022-07-01drm/i915/ttm: handle blitter failure on DG2Matthew Auld1-1/+25
2022-04-14drm/i915/gem: Add extra pages in ttm_tt for ccs dataRamalingam C1-1/+29
2022-04-12Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-2/+2
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-16/+128
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+1
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-16drm/i915/ttm: wire up the object offsetMatthew Auld1-4/+14