summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-271-1/+1
* drm/amdgpu: Implement intersect/compatible functionsArunpravin Paneer Selvam2022-08-221-0/+38
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-7/+2
|\
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-38/+11
| |\
| * \ Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie2022-02-141-7/+2
| |\ \
| | * | drm/amdgpu: remove gart.ready flagChristian König2022-01-191-7/+2
* | | | drm/amdgpu: drop amdgpu_gtt_nodeChristian König2022-03-291-31/+18
| |_|/ |/| |
* | | drm/amdgpu: remove GTT accounting v2Christian König2022-02-141-38/+11
|/ /
* | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-011-1/+4
|\ \ | |/ |/|
| * drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-261-1/+2
| * drm/ttm: add ttm_resource_fini v2Christian König2022-01-261-0/+2
* | drm/amdgpu: do not pass ttm_resource_manager to gtt_mgrNirmoy Das2022-01-111-11/+6
|/
* drm/amdgpu: correct comments in memory type managersYifan Zhang2021-08-301-2/+2
* drm/amdgpu: switch gtt_mgr to counting used pagesLang Yu2021-06-231-16/+10
* drm/amdgpu: user temporary GTT as bounce bufferLang Yu2021-06-231-8/+12
* Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-06-101-40/+52
|\
| * drm/ttm: flip the switch for driver allocated resources v2Christian König2021-06-041-25/+19
| * drm/amdgpu: switch the GTT backend to self allocChristian König2021-06-041-14/+22
| * drm/amdgpu: revert "drm/amdgpu: stop allocating dummy GTT nodes"Christian König2021-06-041-29/+39
| * drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-021-1/+1
* | Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-041-0/+4
|\ \ | |/ |/|
| * drm/amdgpu: flush gart changes after all BO recoveryNirmoy Das2021-06-011-0/+4
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-221-64/+75
|\|
| * Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-05-211-79/+90
| |\
| | * drm/amdgpu: fix coding style and documentation in amdgpu_gtt_mgr.cChristian König2021-04-231-79/+90
* | | drm/amdgpu: Convert driver sysfs attributes to static attributesAndrey Grodzovsky2021-05-191-15/+10
|/ /
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-04-261-4/+2
|\|
| * drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao2021-04-091-4/+2
* | drm/ttm: move the page_alignment into the BO v2Christian König2021-04-231-1/+1
|/
* Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-101-3/+3
|\
| * drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab2020-10-211-3/+3
* | drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2020-10-071-1/+1
* | drm/ttm: remove available_cachingChristian König2020-09-151-1/+0
* | drm/ttm: remove default cachingChristian König2020-09-151-1/+0
|/
* Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie2020-09-081-2/+4
|\
| * drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-2/+2
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-121-2/+0
|\ \
| * \ Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-07-201-78/+29
| |\ \ | | |/ | |/|
| * | drm/amd: correct trivial kernel-doc inconsistenciesColton Lewis2020-07-011-2/+0
* | | drm/ttm: rename ttm_resource_manager_func callbacksChristian König2020-08-121-2/+2
* | | drm/amdgpu/ttm: move vram/gtt mgr allocations to mman.Dave Airlie2020-08-101-17/+4
* | | drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie2020-08-061-3/+3
* | | drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie2020-08-061-18/+18
* | | drm/ttm: drop type manager has_typeDave Airlie2020-08-061-1/+1
* | | drm/ttm: drop man->bdev link.Dave Airlie2020-08-061-1/+1
* | | drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrsDave Airlie2020-08-061-14/+21
* | | drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie2020-08-061-6/+6
* | | drm/amdgpu/ttm: use new takedown pathDave Airlie2020-08-061-4/+11
* | | drm/amdgpu/ttm: init managers from the driver side.Dave Airlie2020-08-061-6/+13
| |/ |/|
* | drm/amdgpu: stop allocating dummy GTT nodesChristian König2020-07-131-76/+28