projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef72053
)
drm/amdgpu: move gmc7 support out of CIK dependency
author
Alex Deucher
<
[email protected]
>
Tue, 2 Feb 2016 15:59:53 +0000
(10:59 -0500)
committer
Alex Deucher
<
[email protected]
>
Wed, 3 Feb 2016 03:52:48 +0000
(22:52 -0500)
It's used by iceland which is VI.
Reviewed-by: Ken Wang <
[email protected]
>
Reviewed-by: Christian König <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
Cc:
[email protected]
drivers/gpu/drm/amd/amdgpu/Makefile
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/Makefile
b/drivers/gpu/drm/amd/amdgpu/Makefile
index 66f729eaf00bb99f09ef5960daf8c7630ceccb96..20c9539abc36e887dea47d00982e308be412d93e 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/
drivers/gpu/drm/amd/amdgpu/Makefile
@@
-25,7
+25,7
@@
amdgpu-y += amdgpu_device.o amdgpu_kms.o \
amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o
# add asic specific block
-amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o
gmc_v7_0.o
cik_ih.o kv_smc.o kv_dpm.o \
+amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \
ci_smc.o ci_dpm.o dce_v8_0.o gfx_v7_0.o cik_sdma.o uvd_v4_2.o vce_v2_0.o \
amdgpu_amdkfd_gfx_v7.o
@@
-34,6
+34,7
@@
amdgpu-y += \
# add GMC block
amdgpu-y += \
+ gmc_v7_0.o \
gmc_v8_0.o
# add IH block