summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-1/+1
2022-08-22drm/amdgpu: Implement intersect/compatible functionsArunpravin Paneer Selvam1-0/+38
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-7/+2
2022-03-29drm/amdgpu: drop amdgpu_gtt_nodeChristian König1-31/+18
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-38/+11
2022-02-14drm/amdgpu: remove GTT accounting v2Christian König1-38/+11
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie1-7/+2
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+4
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König1-1/+2
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König1-0/+2
2022-01-19drm/amdgpu: remove gart.ready flagChristian König1-7/+2
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to gtt_mgrNirmoy Das1-11/+6
2021-08-30drm/amdgpu: correct comments in memory type managersYifan Zhang1-2/+2
2021-06-23drm/amdgpu: switch gtt_mgr to counting used pagesLang Yu1-16/+10
2021-06-23drm/amdgpu: user temporary GTT as bounce bufferLang Yu1-8/+12
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-40/+52
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König1-25/+19
2021-06-04drm/amdgpu: switch the GTT backend to self allocChristian König1-14/+22
2021-06-04drm/amdgpu: revert "drm/amdgpu: stop allocating dummy GTT nodes"Christian König1-29/+39
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+4
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-1/+1
2021-06-01drm/amdgpu: flush gart changes after all BO recoveryNirmoy Das1-0/+4
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-64/+75
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...Dave Airlie1-79/+90
2021-05-19drm/amdgpu: Convert driver sysfs attributes to static attributesAndrey Grodzovsky1-15/+10
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+2
2021-04-23drm/amdgpu: fix coding style and documentation in amdgpu_gtt_mgr.cChristian König1-79/+90
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König1-1/+1
2021-04-09drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-4/+2
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie1-3/+3
2020-10-21drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab1-3/+3
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-1/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-1/+0
2020-09-15drm/ttm: remove default cachingChristian König1-1/+0
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-2/+4
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-2/+2
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+0
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König1-2/+2
2020-08-10drm/amdgpu/ttm: move vram/gtt mgr allocations to mman.Dave Airlie1-17/+4
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-3/+3
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-18/+18
2020-08-06drm/ttm: drop type manager has_typeDave Airlie1-1/+1
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie1-1/+1
2020-08-06drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrsDave Airlie1-14/+21
2020-08-06drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie1-6/+6
2020-08-06drm/amdgpu/ttm: use new takedown pathDave Airlie1-4/+11
2020-08-06drm/amdgpu/ttm: init managers from the driver side.Dave Airlie1-6/+13
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-78/+29
2020-07-13drm/amdgpu: stop allocating dummy GTT nodesChristian König1-76/+28
2020-07-01drm/amd: correct trivial kernel-doc inconsistenciesColton Lewis1-2/+0