aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06drm/amdgpu: Set vmbo destroy after pt bo is createdPhilip Yang1-1/+4
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+4
2022-07-13drm/amdgpu: Check BO's requested pinning domains against its preferred_domainsLeo Li1-0/+4
2022-07-11drm/amdgpu: audit bo->resource usageChristian König1-1/+1
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-1/+1
2022-05-26drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLEChristian König1-0/+1
2022-05-26drm/amdgpu: differentiate between LP and non-LP DDR memoryAlex Deucher1-1/+3
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+1
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil1-1/+3
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+8
2022-04-07drm/ttm: remove bo->movingChristian König1-3/+2
2022-04-07drm/amdgpu: use DMA_RESV_USAGE_KERNELChristian König1-5/+5
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-4/+2
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-2/+2
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-0/+8
2022-03-31drm/amdgpu: fix incorrect size printing in error msgChristian König1-1/+1
2022-03-25drm/amdgpu: prevent memory wipe in suspend/shutdown stageGuchun Chen1-1/+3
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2022-02-14drm/amdgpu: remove VRAM accounting v2Christian König1-1/+1
2022-02-14drm/amdgpu: remove GTT accounting v2Christian König1-1/+1
2022-02-07drm/amdgpu: Fix recursive locking warningRajneesh Bhardwaj1-1/+2
2022-01-27drm/amdgpu: Wipe all VRAM on free when RAS is enabledFelix Kuehling1-0/+3
2022-01-11drm/amdgpu: Unmap MMIO mappings when device is not unpluggedLeslie Shi1-0/+12
2021-11-17drm/amdgpu: return early on error while setting bar0 memtypeNirmoy Das1-1/+6
2021-11-05drm/amdgpu: Fix dangling kfd_bo pointer for shared BOsFelix Kuehling1-1/+1
2021-10-07drm/amdgpu: unify BO evicting method in amdgpu_ttmNirmoy Das1-23/+0
2021-09-07drm/amdgpu: remove unused amdgpu_bo_validateChristian König1-34/+0
2021-08-25drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domainYifan Zhang1-4/+4
2021-08-20drm/amdgpu: use the preferred pin domain after the checkChristian König1-5/+5
2021-07-30Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+1
2021-07-23drm/amdgpu: Fix documentaion for amdgpu_bo_add_to_shadow_listAnson Jacob1-1/+1
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2021-06-23drm/amdgpu: Fix BUG_ON assertAndrey Grodzovsky1-1/+1
2021-06-22drm/amdgpu: rework dma_resv handling v3Christian König1-1/+1
2021-06-15drm/amdgpu: move shadow_list to amdgpu_bo_vmNirmoy Das1-6/+8
2021-06-15drm/amdgpu: parameterize ttm BO destroy callbackNirmoy Das1-11/+30
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-2/+2
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-27/+27
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-2/+2
2021-06-04drm/amdgpu: switch kzalloc to kvzalloc in amdgpu_bo_createChangfeng1-2/+2
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König1-1/+1
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-2/+2
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-33/+55
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-25/+25
2021-06-01drm/amdgpu: remove unused codeNirmoy Das1-29/+0
2021-06-01drm/admgpu: add two shadow BO helper functionsNirmoy Das1-0/+16
2021-06-01drm/amdgpu: add amdgpu_bo_vm bo typeNirmoy Das1-0/+32
2021-06-01drm/amdgpu: free the metadata buffer for sg type BOs as wellShiwu Zhang1-1/+1
2021-06-01drm/amdgpu: fix metadata_size for ubo ioctl queriesShiwu Zhang1-2/+3
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-54/+18