diff options
author | Christian König <christian.koenig@amd.com> | 2020-08-03 17:25:15 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2020-08-12 16:51:03 +0300 |
commit | b2458726b38cb69f3da3677dbdf53e47af0e8792 (patch) | |
tree | c7f566f8738c1fdc10e97b1d44f83a31fe4374e2 /drivers/gpu/drm/ttm/Makefile | |
parent | e92ae67d6ed881e9c6d6d432eb6b5817f150a115 (diff) | |
download | linux-b2458726b38cb69f3da3677dbdf53e47af0e8792.tar.xz |
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
Diffstat (limited to 'drivers/gpu/drm/ttm/Makefile')
-rw-r--r-- | drivers/gpu/drm/ttm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/Makefile b/drivers/gpu/drm/ttm/Makefile index e54326e6cea4..90c0da88cc98 100644 --- a/drivers/gpu/drm/ttm/Makefile +++ b/drivers/gpu/drm/ttm/Makefile @@ -4,7 +4,8 @@ ttm-y := ttm_memory.o ttm_tt.o ttm_bo.o \ ttm_bo_util.o ttm_bo_vm.o ttm_module.o \ - ttm_execbuf_util.o ttm_page_alloc.o ttm_range_manager.o + ttm_execbuf_util.o ttm_page_alloc.o ttm_range_manager.o \ + ttm_resource.o ttm-$(CONFIG_AGP) += ttm_agp_backend.o ttm-$(CONFIG_DRM_TTM_DMA_PAGE_POOL) += ttm_page_alloc_dma.o |