mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: remove un-used kernel hw header defs
Following kernel headers register defs are removed from minimal hw headers. gv100 and tu104 kernel headers are updated with these def removal: NV_PGRAPH_PRI_GPC0_TPC1_TPCCS_TPC_ACTIVITY0 NV_PGRAPH_PRI_GPC0_TPCS_TPCCS_TPC_ACTIVITY0 NV_PGRAPH_PRI_GPCS_TPC0_TPCCS_TPC_ACTIVITY0 NV_PGRAPH_PRI_GPCS_TPC1_TPCCS_TPC_ACTIVITY0 NV_PGRAPH_PRI_BE1_BECS_BE_ACTIVITY0 JIRA NVGPU-2920 JIRA NVGPU-2921 Change-Id: I444d9f23457e6dd2d42a8f4f40ad6c42fdcc6481 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2091770 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
67b4f92fe7
commit
c558b389c1
@@ -526,14 +526,6 @@ static inline u32 gr_pri_gpc0_tpc0_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x00504500U;
|
||||
}
|
||||
static inline u32 gr_pri_gpc0_tpc1_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x00504d00U;
|
||||
}
|
||||
static inline u32 gr_pri_gpc0_tpcs_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x00501d00U;
|
||||
}
|
||||
static inline u32 gr_pri_gpcs_gpccs_gpc_activity_0_r(void)
|
||||
{
|
||||
return 0x0041ac80U;
|
||||
@@ -550,14 +542,6 @@ static inline u32 gr_pri_gpcs_gpccs_gpc_activity_3_r(void)
|
||||
{
|
||||
return 0x0041ac8cU;
|
||||
}
|
||||
static inline u32 gr_pri_gpcs_tpc0_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x0041c500U;
|
||||
}
|
||||
static inline u32 gr_pri_gpcs_tpc1_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x0041cd00U;
|
||||
}
|
||||
static inline u32 gr_pri_gpcs_tpcs_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x00419d00U;
|
||||
@@ -566,10 +550,6 @@ static inline u32 gr_pri_be0_becs_be_activity0_r(void)
|
||||
{
|
||||
return 0x00410200U;
|
||||
}
|
||||
static inline u32 gr_pri_be1_becs_be_activity0_r(void)
|
||||
{
|
||||
return 0x00410600U;
|
||||
}
|
||||
static inline u32 gr_pri_bes_becs_be_activity0_r(void)
|
||||
{
|
||||
return 0x00408a00U;
|
||||
|
||||
@@ -518,14 +518,6 @@ static inline u32 gr_pri_gpc0_tpc0_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x00504500U;
|
||||
}
|
||||
static inline u32 gr_pri_gpc0_tpc1_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x00504d00U;
|
||||
}
|
||||
static inline u32 gr_pri_gpc0_tpcs_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x00501d00U;
|
||||
}
|
||||
static inline u32 gr_pri_gpcs_gpccs_gpc_activity_0_r(void)
|
||||
{
|
||||
return 0x0041ac80U;
|
||||
@@ -542,14 +534,6 @@ static inline u32 gr_pri_gpcs_gpccs_gpc_activity_3_r(void)
|
||||
{
|
||||
return 0x0041ac8cU;
|
||||
}
|
||||
static inline u32 gr_pri_gpcs_tpc0_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x0041c500U;
|
||||
}
|
||||
static inline u32 gr_pri_gpcs_tpc1_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x0041cd00U;
|
||||
}
|
||||
static inline u32 gr_pri_gpcs_tpcs_tpccs_tpc_activity_0_r(void)
|
||||
{
|
||||
return 0x00419d00U;
|
||||
@@ -558,10 +542,6 @@ static inline u32 gr_pri_be0_becs_be_activity0_r(void)
|
||||
{
|
||||
return 0x00410200U;
|
||||
}
|
||||
static inline u32 gr_pri_be1_becs_be_activity0_r(void)
|
||||
{
|
||||
return 0x00410600U;
|
||||
}
|
||||
static inline u32 gr_pri_bes_becs_be_activity0_r(void)
|
||||
{
|
||||
return 0x00408a00U;
|
||||
|
||||
Reference in New Issue
Block a user