diff options
author | Feifei Xu <Feifei.Xu@amd.com> | 2018-04-04 14:30:28 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-05-18 16:08:15 -0500 |
commit | 13b581502d5101adadfb7ea269ff4c8074ba76cb (patch) | |
tree | da00dda35ff50a2270e695bc08099b1f2cedf2f3 /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | 9883e9d751dad05e8c3ad3c6b769dafc60762c38 (diff) | |
download | blackbird-op-linux-13b581502d5101adadfb7ea269ff4c8074ba76cb.tar.gz blackbird-op-linux-13b581502d5101adadfb7ea269ff4c8074ba76cb.zip |
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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 012ea37b81be..a51c5a960750 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 += \ |