OSDN Git Service

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)
commitb2458726b38cb69f3da3677dbdf53e47af0e8792
treec7f566f8738c1fdc10e97b1d44f83a31fe4374e2
parente92ae67d6ed881e9c6d6d432eb6b5817f150a115
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]