From: Huang Rui Date: Tue, 21 Jul 2020 10:08:24 +0000 (+0800) Subject: drm/amdgpu: won't include gc and mmhub register headers in GMC block X-Git-Tag: Ubuntu-5.10.0-12.13~1682^2~23^2~361 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=db92fbc3d7f0128a2fab8a34f80c388509721eb1;p=mirror_ubuntu-hirsute-kernel.git drm/amdgpu: won't include gc and mmhub register headers in GMC block All gc/mmhub register access and operation should be in gfxhub/mmhub level. Signed-off-by: Huang Rui Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c index a1798ec25d2b..19051ce122b1 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c @@ -28,8 +28,6 @@ #include "hdp/hdp_5_0_0_offset.h" #include "hdp/hdp_5_0_0_sh_mask.h" -#include "gc/gc_10_1_0_sh_mask.h" -#include "mmhub/mmhub_2_0_0_sh_mask.h" #include "athub/athub_2_0_0_sh_mask.h" #include "athub/athub_2_0_0_offset.h" #include "dcn/dcn_2_0_0_offset.h"