mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 01:25:35 +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
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
# SPDX-License-Identifier: GPL-2.0 OR MIT
|
|
# Copyright 2017-2019 Qiang Yu <yuq825@gmail.com>
|
|
|
|
config DRM_LIMA
|
|
tristate "LIMA (DRM support for ARM Mali 400/450 GPU)"
|
|
depends on DRM
|
|
depends on ARM || ARM64 || COMPILE_TEST
|
|
depends on MMU
|
|
depends on COMMON_CLK
|
|
depends on OF
|
|
select DRM_SCHED
|
|
select DRM_GEM_SHMEM_HELPER
|
|
help
|
|
DRM driver for ARM Mali 400/450 GPUs.
|