summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
AgeCommit message (Expand)AuthorLines
2021-08-20drm/amdgpu: use the preferred pin domain after the checkChristian König-5/+5
2021-06-15drm/amdgpu: move shadow_list to amdgpu_bo_vmNirmoy Das-6/+8
2021-06-15drm/amdgpu: parameterize ttm BO destroy callbackNirmoy Das-11/+30
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie-2/+2
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-27/+27
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König-2/+2
2021-06-04drm/amdgpu: switch kzalloc to kvzalloc in amdgpu_bo_createChangfeng-2/+2
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König-1/+1
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König-2/+2
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie-33/+55
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König-25/+25
2021-06-01drm/amdgpu: remove unused codeNirmoy Das-29/+0
2021-06-01drm/admgpu: add two shadow BO helper functionsNirmoy Das-0/+16
2021-06-01drm/amdgpu: add amdgpu_bo_vm bo typeNirmoy Das-0/+32
2021-06-01drm/amdgpu: free the metadata buffer for sg type BOs as wellShiwu Zhang-1/+1
2021-06-01drm/amdgpu: fix metadata_size for ubo ioctl queriesShiwu Zhang-2/+3
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann-54/+18
2021-05-21drm/amdgpu: Add new placement for preemptible SG BOsFelix Kuehling-1/+3
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...Dave Airlie-54/+18
2021-05-19drm/amdgpu: Unmap all MMIO mappingsAndrey Grodzovsky-4/+0
2021-05-05drm/amdgpu: Add show_fdinfo() interfaceRoy Sun-0/+20
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard-50/+85
2021-04-23drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flagNirmoy Das-4/+1
2021-04-23drm/amdgpu: cleanup amdgpu_bo_create()Nirmoy Das-47/+14
2021-04-23drm/amdgpu: expose amdgpu_bo_create_shadow()Nirmoy Das-3/+3
2021-04-19drm/amdgpu: check base size instead of mem.num_pagesChristian König-4/+3
2021-04-19drm/amdgpu: freeing pinned objects is illegal nowChristian König-26/+10
2021-04-09drm/amdgpu: Remove unused function amdgpu_bo_fbdev_mmap()Thomas Zimmermann-19/+0
2021-04-09drm/amdgpu: make BO type check less restrictiveNirmoy Das-4/+4
2021-04-09drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flagNirmoy Das-16/+35
2021-04-09drm/amdgpu: introduce struct amdgpu_bo_userNirmoy Das-0/+28
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das-2/+6
2021-04-09drm/amdgpu: don't evict vram on APUs for suspend to ram (v4)Alex Deucher-5/+2
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter-8/+14
2021-03-23drm/amdgpu: Don't reserve vram as WC for A+AOak Zeng-8/+14
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-6/+2
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König-6/+2
2021-02-02drm/amdgpu: enable freesync for A+A configsChristian König-1/+1
2021-02-02drm/amdgpu: Fix a false positive when pin non-VRAM memoryxinhui pan-1/+2
2021-01-25drm/amdgpu: Make contiguous pinning optionalFelix Kuehling-1/+6
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst-18/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König-1/+1
2020-12-08drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher-17/+0
2020-12-03drm: amdgpu: fix a kernel-doc markupMauro Carvalho Chehab-1/+1
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie-0/+75
2020-11-04drm/ttm: replace context flags with bools v2Christian König-3/+2
2020-11-04drm/ttm: rework no_retry handling v2Christian König-0/+2
2020-10-15drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel-0/+74
2020-10-15drm/ttm: nuke caching placement flagsChristian König-15/+5
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König-1/+5