mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Snapshot of the Qualcomm Adreno GPU driver (KGSL) as of msm-4.9 commit e023d014d2039d59d0999e73984ccf0cc6e60bc7 (msm: pcie: fix PCIe L0s and L1 ASPM support). Fixed compile errors,checkpatch issues and API changes: * Rename function _copy_from_user() to kgsl_copy_from_user() * Fixup vm_fault API * Rename fence API to dma_fence API * Stop using scm_call() * Fixup header includes * Fix IDR API usage * Fix __mutex_owner usage Change-Id: Ib35ff402b3b0a14a94bc2568b34be6364ef2e882 Signed-off-by: Urvashi Agrawal <urvaagra@codeaurora.org>
8 lines
311 B
Makefile
8 lines
311 B
Makefile
# drm/tegra depends on host1x, so if both drivers are built-in care must be
|
|
# taken to initialize them in the correct order. Link order is the only way
|
|
# to ensure this currently.
|
|
obj-$(CONFIG_TEGRA_HOST1X) += host1x/
|
|
obj-y += drm/ vga/
|
|
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
|
|
obj-$(CONFIG_QCOM_KGSL) += msm/
|