From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pegasos-out.vodafone.de ([80.84.1.38]:43400 "EHLO pegasos-out.vodafone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754578AbcBBWAj (ORCPT ); Tue, 2 Feb 2016 17:00:39 -0500 Subject: Re: [PATCH 1/8] drm/amdgpu: move gmc7 support out of CIK dependency To: Alex Deucher , dri-devel@lists.freedesktop.org References: <1454448998-12039-1-git-send-email-alexander.deucher@amd.com> Cc: Alex Deucher , stable@vger.kernel.org From: =?UTF-8?Q?Christian_K=c3=b6nig?= Message-ID: <56B12501.1050602@vodafone.de> Date: Tue, 2 Feb 2016 22:52:01 +0100 MIME-Version: 1.0 In-Reply-To: <1454448998-12039-1-git-send-email-alexander.deucher@amd.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: Am 02.02.2016 um 22:36 schrieb Alex Deucher: > It's used by iceland which is VI. > > Signed-off-by: Alex Deucher > Cc: stable@vger.kernel.org Nice work, the full set is Reviewed-by: Christian König Going to test it tomorrow as well. Christian. > --- > 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