summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorFeifei Xu <Feifei.Xu@amd.com>2018-04-04 14:30:28 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-05-18 16:08:15 -0500
commit13b581502d5101adadfb7ea269ff4c8074ba76cb (patch)
treeda00dda35ff50a2270e695bc08099b1f2cedf2f3 /drivers/gpu/drm/amd/amdgpu/Makefile
parent9883e9d751dad05e8c3ad3c6b769dafc60762c38 (diff)
downloadop-kernel-dev-13b581502d5101adadfb7ea269ff4c8074ba76cb.zip
op-kernel-dev-13b581502d5101adadfb7ea269ff4c8074ba76cb.tar.gz
drm/amdgpu/df: implement df v3_6 callback functions (v2)
New df helpers for 3.6. v2: switch to using df 3.6 headers (Alex) Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Feifei Xu <Feifei.Xu@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 012ea37..a51c5a9 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -67,7 +67,8 @@ amdgpu-y += \
# add DF block
amdgpu-y += \
- df_v1_7.o
+ df_v1_7.o \
+ df_v3_6.o
# add GMC block
amdgpu-y += \
OpenPOWER on IntegriCloud