summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
AgeCommit message (Expand)Author
2021-05-05drm/amdgpu: Add show_fdinfo() interfaceRoy Sun
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-04-19drm/amdgpu: check base size instead of mem.num_pagesChristian König
2021-04-19drm/amdgpu: freeing pinned objects is illegal nowChristian König
2021-04-09drm/amdgpu: Remove unused function amdgpu_bo_fbdev_mmap()Thomas Zimmermann
2021-04-09drm/amdgpu: make BO type check less restrictiveNirmoy Das
2021-04-09drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flagNirmoy Das
2021-04-09drm/amdgpu: introduce struct amdgpu_bo_userNirmoy Das
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das
2021-04-09drm/amdgpu: don't evict vram on APUs for suspend to ram (v4)Alex Deucher
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter
2021-03-23drm/amdgpu: Don't reserve vram as WC for A+AOak Zeng
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König
2021-02-02drm/amdgpu: enable freesync for A+A configsChristian König
2021-02-02drm/amdgpu: Fix a false positive when pin non-VRAM memoryxinhui pan
2021-01-25drm/amdgpu: Make contiguous pinning optionalFelix Kuehling
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst
2020-12-14drm/ttm: cleanup BO size handling v3Christian König
2020-12-08drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher
2020-12-03drm: amdgpu: fix a kernel-doc markupMauro Carvalho Chehab
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie
2020-11-04drm/ttm: replace context flags with bools v2Christian König
2020-11-04drm/ttm: rework no_retry handling v2Christian König
2020-10-15drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel
2020-10-15drm/ttm: nuke caching placement flagsChristian König
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König
2020-10-05drm/amdgpu: get the correct vram type for van goghHuang Rui
2020-09-28drm/amdgpu: stop using TTMs fault callbackChristian König
2020-09-24drm/amdgpu: switch over to the new pin interfaceChristian König
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov
2020-08-17drm/amdgpu: fix amdgpu_bo_release_notify() comment errorKevin Wang
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie
2020-08-06drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie
2020-08-04drm/amdgpu: handle bo size 0 in amdgpu_bo_create_kernel_at (v2)Alex Deucher
2020-06-30Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2020-06-25drm/amdgpu: move ttm bo->offset to amdgpu_boNirmoy Das
2020-04-28drm/amdgpu: expand amdgpu_copy_buffer interface with tmz parameterAaron Liu
2020-03-13Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie
2020-03-10drm/amdgpu: Correct the condition of warning while bo releasexinhui pan
2020-03-04Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-02-27drm/amdgpu: implement amdgpu_gem_prime_move_notify v2Christian König
2020-02-27drm/amdgpu: add amdgpu_dma_buf_pin/unpin v2Christian König
2020-02-26drm/amdgpu: Remove kfd eviction fence before release bo (v2)xinhui pan