mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 10:39:23 +07:00
d61dd248dd
Do not need to maintain our own shmem memory management code as drm_gem_shmem_helpers provides it. And we can also benifit from the work of others with shared code. This is also a preparation for implementing buffer madv. Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191010140152.17747-2-yuq825@gmail.com
20 lines
329 B
Makefile
20 lines
329 B
Makefile
# SPDX-License-Identifier: GPL-2.0 OR MIT
|
|
# Copyright 2017-2019 Qiang Yu <yuq825@gmail.com>
|
|
|
|
lima-y := \
|
|
lima_drv.o \
|
|
lima_device.o \
|
|
lima_pmu.o \
|
|
lima_l2_cache.o \
|
|
lima_mmu.o \
|
|
lima_gp.o \
|
|
lima_pp.o \
|
|
lima_gem.o \
|
|
lima_vm.o \
|
|
lima_sched.o \
|
|
lima_ctx.o \
|
|
lima_dlbu.o \
|
|
lima_bcast.o
|
|
|
|
obj-$(CONFIG_DRM_LIMA) += lima.o
|