summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-241-2/+2
|\
| * drm/amdgpu: remove VRAM accounting v2Christian König2022-02-141-1/+1
| * drm/amdgpu: remove GTT accounting v2Christian König2022-02-141-1/+1
* | drm/amdgpu: Fix recursive locking warningRajneesh Bhardwaj2022-02-071-1/+2
* | drm/amdgpu: Wipe all VRAM on free when RAS is enabledFelix Kuehling2022-01-271-0/+3
|/
* drm/amdgpu: Unmap MMIO mappings when device is not unpluggedLeslie Shi2022-01-111-0/+12
* drm/amdgpu: return early on error while setting bar0 memtypeNirmoy Das2021-11-171-1/+6
* drm/amdgpu: Fix dangling kfd_bo pointer for shared BOsFelix Kuehling2021-11-051-1/+1
* drm/amdgpu: unify BO evicting method in amdgpu_ttmNirmoy Das2021-10-071-23/+0
* drm/amdgpu: remove unused amdgpu_bo_validateChristian König2021-09-071-34/+0
* drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domainYifan Zhang2021-08-261-4/+4
* drm/amdgpu: use the preferred pin domain after the checkChristian König2021-08-201-5/+5
* Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-07-301-1/+1
|\
| * drm/amdgpu: Fix documentaion for amdgpu_bo_add_to_shadow_listAnson Jacob2021-07-231-1/+1
* | Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-211-2/+2
|\ \ | |/ |/|
| * drm/amdgpu: Fix BUG_ON assertAndrey Grodzovsky2021-06-231-1/+1
| * drm/amdgpu: rework dma_resv handling v3Christian König2021-06-221-1/+1
* | drm/amdgpu: move shadow_list to amdgpu_bo_vmNirmoy Das2021-06-151-6/+8
* | drm/amdgpu: parameterize ttm BO destroy callbackNirmoy Das2021-06-151-11/+30
|/
* Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-101-2/+2
|\
| * drm/amdgpu: switch kzalloc to kvzalloc in amdgpu_bo_createChangfeng2021-06-041-2/+2
* | Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-06-101-27/+27
|\ \ | |/ |/|
| * dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-2/+2
| * drm/ttm: flip the switch for driver allocated resources v2Christian König2021-06-041-1/+1
| * drm/ttm: allocate resource object instead of embedding it v2Christian König2021-06-041-2/+2
| * drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-021-25/+25
* | Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-031-33/+55
|\ \ | |/ |/|
| * drm/amdgpu: remove unused codeNirmoy Das2021-06-021-29/+0
| * drm/admgpu: add two shadow BO helper functionsNirmoy Das2021-06-021-0/+16
| * drm/amdgpu: add amdgpu_bo_vm bo typeNirmoy Das2021-06-021-0/+32
| * drm/amdgpu: free the metadata buffer for sg type BOs as wellShiwu Zhang2021-06-021-1/+1
| * drm/amdgpu: fix metadata_size for ubo ioctl queriesShiwu Zhang2021-06-021-2/+3
| * drm/amdgpu: Add new placement for preemptible SG BOsFelix Kuehling2021-05-211-1/+3
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-221-54/+18
|\|
| * Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-05-211-54/+18
| |\
| | * drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flagNirmoy Das2021-04-231-4/+1
| | * drm/amdgpu: cleanup amdgpu_bo_create()Nirmoy Das2021-04-231-47/+14
| | * drm/amdgpu: expose amdgpu_bo_create_shadow()Nirmoy Das2021-04-231-3/+3
* | | drm/amdgpu: Unmap all MMIO mappingsAndrey Grodzovsky2021-05-201-4/+0
|/ /
* | drm/amdgpu: Add show_fdinfo() interfaceRoy Sun2021-05-051-0/+20
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-04-261-50/+85
|\|
| * drm/amdgpu: Remove unused function amdgpu_bo_fbdev_mmap()Thomas Zimmermann2021-04-091-19/+0
| * drm/amdgpu: make BO type check less restrictiveNirmoy Das2021-04-091-4/+4
| * drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flagNirmoy Das2021-04-091-16/+35
| * drm/amdgpu: introduce struct amdgpu_bo_userNirmoy Das2021-04-091-0/+28
| * drm/amdgpu: allow variable BO struct creationNirmoy Das2021-04-091-2/+6
| * drm/amdgpu: don't evict vram on APUs for suspend to ram (v4)Alex Deucher2021-04-091-5/+2
| * Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter2021-03-261-8/+14
| |\
| | * drm/amdgpu: Don't reserve vram as WC for A+AOak Zeng2021-03-241-8/+14
* | | drm/amdgpu: check base size instead of mem.num_pagesChristian König2021-04-191-4/+3