Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb960bd2 authored by Feifei Xu's avatar Feifei Xu Committed by Alex Deucher
Browse files

drm/amd/include:cleanup vega10 header files.



Remove asic_reg/vega10 folder.

Signed-off-by: default avatarFeifei Xu <Feifei.Xu@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8af7454e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@
#include "soc15d.h"
#include "soc15d.h"
#include "soc15_common.h"
#include "soc15_common.h"


#include "vega10/soc15ip.h"
#include "soc15ip.h"
#include "raven1/VCN/vcn_1_0_offset.h"
#include "raven1/VCN/vcn_1_0_offset.h"


/* 1 second timeout */
/* 1 second timeout */
+2 −2
Original line number Original line Diff line number Diff line
@@ -28,10 +28,10 @@
#include "soc15.h"
#include "soc15.h"
#include "soc15d.h"
#include "soc15d.h"


#include "vega10/soc15ip.h"
#include "soc15ip.h"
#include "gc/gc_9_0_offset.h"
#include "gc/gc_9_0_offset.h"
#include "gc/gc_9_0_sh_mask.h"
#include "gc/gc_9_0_sh_mask.h"
#include "vega10/vega10_enum.h"
#include "vega10_enum.h"
#include "hdp/hdp_4_0_offset.h"
#include "hdp/hdp_4_0_offset.h"


#include "soc15_common.h"
#include "soc15_common.h"
+2 −2
Original line number Original line Diff line number Diff line
@@ -23,11 +23,11 @@
#include "amdgpu.h"
#include "amdgpu.h"
#include "gfxhub_v1_0.h"
#include "gfxhub_v1_0.h"


#include "vega10/soc15ip.h"
#include "soc15ip.h"
#include "gc/gc_9_0_offset.h"
#include "gc/gc_9_0_offset.h"
#include "gc/gc_9_0_sh_mask.h"
#include "gc/gc_9_0_sh_mask.h"
#include "gc/gc_9_0_default.h"
#include "gc/gc_9_0_default.h"
#include "vega10/vega10_enum.h"
#include "vega10_enum.h"


#include "soc15_common.h"
#include "soc15_common.h"


+2 −2
Original line number Original line Diff line number Diff line
@@ -25,13 +25,13 @@
#include "gmc_v9_0.h"
#include "gmc_v9_0.h"
#include "amdgpu_atomfirmware.h"
#include "amdgpu_atomfirmware.h"


#include "vega10/soc15ip.h"
#include "soc15ip.h"
#include "hdp/hdp_4_0_offset.h"
#include "hdp/hdp_4_0_offset.h"
#include "hdp/hdp_4_0_sh_mask.h"
#include "hdp/hdp_4_0_sh_mask.h"
#include "gc/gc_9_0_sh_mask.h"
#include "gc/gc_9_0_sh_mask.h"
#include "dce/dce_12_0_offset.h"
#include "dce/dce_12_0_offset.h"
#include "dce/dce_12_0_sh_mask.h"
#include "dce/dce_12_0_sh_mask.h"
#include "vega10/vega10_enum.h"
#include "vega10_enum.h"
#include "mmhub/mmhub_1_0_offset.h"
#include "mmhub/mmhub_1_0_offset.h"
#include "athub/athub_1_0_offset.h"
#include "athub/athub_1_0_offset.h"


+2 −2
Original line number Original line Diff line number Diff line
@@ -23,13 +23,13 @@
#include "amdgpu.h"
#include "amdgpu.h"
#include "mmhub_v1_0.h"
#include "mmhub_v1_0.h"


#include "vega10/soc15ip.h"
#include "soc15ip.h"
#include "mmhub/mmhub_1_0_offset.h"
#include "mmhub/mmhub_1_0_offset.h"
#include "mmhub/mmhub_1_0_sh_mask.h"
#include "mmhub/mmhub_1_0_sh_mask.h"
#include "mmhub/mmhub_1_0_default.h"
#include "mmhub/mmhub_1_0_default.h"
#include "athub/athub_1_0_offset.h"
#include "athub/athub_1_0_offset.h"
#include "athub/athub_1_0_sh_mask.h"
#include "athub/athub_1_0_sh_mask.h"
#include "vega10/vega10_enum.h"
#include "vega10_enum.h"


#include "soc15_common.h"
#include "soc15_common.h"


Loading