aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)Author
2021-06-03drm/amdgpu: Fix a use-after-freexinhui pan
2021-05-22drm/amdgpu: fix NULL pointer dereferenceGuchun Chen
2020-10-14drm/amdgpu: prevent double kfree ttm->sgPhilip Yang
2018-07-27drm/amdgpu: clean up the superfluous space and align the comment text for amd...Huang Rui
2018-07-27drm/amdgpu: correct evict flag for bo moveJunwei Zhang
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh
2018-07-25drm/amdgpu: consistenly name amdgpu_bo_ functionsChristian König
2018-07-20drm/amdgpu: Fix warning in dma_fence_is_later on resume from S3.Andrey Grodzovsky
2018-07-16drm/amdgpu: add amdgpu_job_submit_direct helperChristian König
2018-07-16drm/amdgpu: remove ring parameter from amdgpu_job_submitChristian König
2018-07-13drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh
2018-07-13drm/amdgpu: fix TTM move entity init orderChristian König
2018-07-10drm/amdgpu: separate gpu address from bo pinJunwei Zhang
2018-07-05drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky
2018-06-15drm/amdgpu: Consolidate visible vs. real vram check v2.Andrey Grodzovsky
2018-05-18drm/amd/amdgpu: Code comments for the amdgpu_ttm.c driver. (v2)Tom St Denis
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh
2018-05-15drm/amdgpu: Add support to change mtype for 2nd part of gart BOs on GFX9Yong Zhao
2018-05-15drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2Chunming Zhou
2018-05-15drm/amdgpu: Free VGA stolen memory as soon as possible.Andrey Grodzovsky
2018-05-15drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)Alex Deucher
2018-05-15drm/amdgpu: fix and cleanup cpu visible VRAM handlingChristian König
2018-03-23drm/amdgpu: Enable amdgpu_ttm_tt_get_user_pages in worker threadsFelix Kuehling
2018-03-20drm/amd/amdgpu: fix offset into page with amdgpu_iomem debugfs fileTom St Denis
2018-03-14drm/amdgpu: explicit give BO type to amdgpu_bo_createChristian König
2018-03-14drm/amdgpu: drop the backing store when DMA-buf imports are evictedChristian König
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-03-14drm/amdgpu: stop allocating a page array for prime shared BOsChristian König
2018-02-06drm/amdgpu: Add GPUVM memory management functions for KFDFelix Kuehling
2018-02-06drm/amdgpu: Add KFD eviction fenceFelix Kuehling
2018-03-07drm/amdgpu: replace iova debugfs file with iomem (v3)Tom St Denis
2018-03-07drm/amdgpu: drop gtt->adevChristian König
2018-03-05drm/amdgpu: use separate status for buffer funcs availability v2Christian König
2018-03-05drm/amdgpu: ignore changes of buffer function status because of GPU resetsChristian König
2018-03-05drm/amdgpu: change amdgpu_ttm_set_active_vram_sizeChristian König
2018-02-28drm/amdgpu: Map all visible VRAM at startupAmber Lin
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-19drm/amdgpu: remove extra TT unpopulated checkChristian König
2018-02-19drm/amdgpu: revert "Add support for filling a buffer with 64 bit value"Christian König
2018-02-19drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"Christian König
2018-02-19drm/amdgpu: Use new TTM flag to avoid OOM triggering.Andrey Grodzovsky
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König
2018-02-13drm/amdgpu: only enable swiotlb alloc when need v2Chunming Zhou
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-18Revert "drm/amd/amdgpu: set gtt size according to system memory size only"Andrey Grodzovsky
2017-12-18drm/amdgpu: move fw_reserve functions to amdgpu_ttm.cAlex Deucher
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach