]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: give resource functions their own [ch] files
authorChristian König <christian.koenig@amd.com>
Mon, 3 Aug 2020 14:25:15 +0000 (16:25 +0200)
committerChristian König <christian.koenig@amd.com>
Wed, 12 Aug 2020 13:51:03 +0000 (15:51 +0200)
commit080411196b137b7b029a80df03ae58835a5aeb07
treec7f566f8738c1fdc10e97b1d44f83a31fe4374e2
parentecf76385cb4d48f9da6495caf2a6d585b8312e55
drm/ttm: give resource functions their own [ch] files

This is a separate object we work within TTM.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/384338/?series=80346&rev=1
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
drivers/gpu/drm/nouveau/nouveau_bo.c
drivers/gpu/drm/radeon/radeon_ttm.c
drivers/gpu/drm/ttm/Makefile
drivers/gpu/drm/ttm/ttm_bo.c
drivers/gpu/drm/ttm/ttm_bo_util.c
drivers/gpu/drm/ttm/ttm_resource.c [new file with mode: 0644]
include/drm/ttm/ttm_bo_api.h
include/drm/ttm/ttm_bo_driver.h
include/drm/ttm/ttm_resource.h [new file with mode: 0644]