summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/acp/Makefile
diff options
context:
space:
mode:
authorMaruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>2015-09-22 21:05:20 (GMT)
committerAlex Deucher <alexander.deucher@amd.com>2016-02-10 19:17:08 (GMT)
commita8fe58cec351c25e09c393bf46117c0c47b5a17c (patch)
tree5f3b90b947be6445bb2c73f8ea300bae64c8e0ac /drivers/gpu/drm/amd/acp/Makefile
parent4ebd1673c68c6fb591616d8d4880b33a40d203cf (diff)
downloadlinux-a8fe58cec351c25e09c393bf46117c0c47b5a17c.tar.xz
drm/amd: add ACP driver support
This adds the ACP (Audio CoProcessor) IP driver and wires it up to the amdgpu driver. The ACP block provides the DMA engine for i2s based ALSA driver. This is required for audio on APUs that utilize an i2s codec. Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Murali Krishna Vemuri <murali-krishna.vemuri@amd.com> Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com> Signed-off-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/acp/Makefile')
-rw-r--r--drivers/gpu/drm/amd/acp/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/acp/Makefile b/drivers/gpu/drm/amd/acp/Makefile
new file mode 100644
index 0000000..8363cb5
--- /dev/null
+++ b/drivers/gpu/drm/amd/acp/Makefile
@@ -0,0 +1,8 @@
+#
+# Makefile for the ACP, which is a sub-component
+# of AMDSOC/AMDGPU drm driver.
+# It provides the HW control for ACP related functionalities.
+
+subdir-ccflags-y += -I$(AMDACPPATH)/ -I$(AMDACPPATH)/include
+
+AMD_ACP_FILES := $(AMDACPPATH)/acp_hw.o