All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] drm/amdgpu: move gmc7 support out of CIK dependency
@ 2016-02-02 21:36 ` Alex Deucher
  0 siblings, 0 replies; 15+ messages in thread
From: Alex Deucher @ 2016-02-02 21:36 UTC (permalink / raw)
  To: dri-devel; +Cc: Alex Deucher, stable

It's used by iceland which is VI.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
---
 drivers/gpu/drm/amd/amdgpu/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 66f729e..20c9539 100644
--- 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
-- 
2.5.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-02-03 12:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 21:36 [PATCH 1/8] drm/amdgpu: move gmc7 support out of CIK dependency Alex Deucher
2016-02-02 21:36 ` Alex Deucher
2016-02-02 21:36 ` [PATCH 2/8] drm/amdgpu: iceland use CI based MC IP Alex Deucher
2016-02-02 21:36 ` [PATCH 3/8] drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above Alex Deucher
2016-02-02 21:36 ` [PATCH 4/8] drm/amdgpu: pull topaz gmc bits into gmc_v7 Alex Deucher
2016-02-02 21:36 ` [PATCH 5/8] drm/amdgpu: drop topaz support from gmc8 module Alex Deucher
2016-02-02 21:36   ` Alex Deucher
2016-02-02 21:36 ` [PATCH 6/8] drm/amdgpu: don't load MEC2 on topaz Alex Deucher
2016-02-02 21:36   ` Alex Deucher
2016-02-02 21:36 ` [PATCH 7/8] drm/amdgpu: load MEC ucode manually on iceland Alex Deucher
2016-02-02 21:36 ` [PATCH 8/8] drm/amdgpu: remove exp hardware support from iceland Alex Deucher
2016-02-02 21:52 ` [PATCH 1/8] drm/amdgpu: move gmc7 support out of CIK dependency Christian König
2016-02-02 21:52   ` Christian König
2016-02-03 12:28   ` Christian König
2016-02-03 12:28     ` Christian König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.