diff options
author | Dave Airlie <airlied@redhat.com> | 2017-03-16 04:28:44 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2017-03-16 04:28:44 +0300 |
commit | 27b713c2e08ef27d500a79166098d42b24977500 (patch) | |
tree | ee2e071e2beba7ba7ddc38d55d0adbf97ee7c9a5 /drivers/gpu/drm/amd/acp/Makefile | |
parent | 4daad1b2b087eb43611653a7e1b0ecb01f4f7481 (diff) | |
parent | 801a6aa9a63c90724e8899982ad8c7f16be1e2cd (diff) | |
download | linux-27b713c2e08ef27d500a79166098d42b24977500.tar.xz |
Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
A few amd fixes.
* 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux:
drm/amd/amdgpu: Fix debugfs reg read/write address width
drm/amdgpu/si: add dpm quirk for Oland
drm/radeon/si: add dpm quirk for Oland
drm: amd: remove broken include path
drm/amd/powerplay: fix copy error in smu7_clockpoweragting.c
drm/amdgpu: fix parser init error path to avoid crash in parser fini
drm/amd/amdgpu: Disable GFX_PG on Carrizo until compute issues solved
Diffstat (limited to 'drivers/gpu/drm/amd/acp/Makefile')
-rw-r--r-- | drivers/gpu/drm/amd/acp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/acp/Makefile b/drivers/gpu/drm/amd/acp/Makefile index 8363cb57915b..8a08e81ee90d 100644 --- a/drivers/gpu/drm/amd/acp/Makefile +++ b/drivers/gpu/drm/amd/acp/Makefile @@ -3,6 +3,4 @@ # 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 |