diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/ga100/hw_ltc_ga100.h b/drivers/gpu/nvgpu/include/nvgpu/hw/ga100/hw_ltc_ga100.h index 487f26e1c..ad4768978 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/hw/ga100/hw_ltc_ga100.h +++ b/drivers/gpu/nvgpu/include/nvgpu/hw/ga100/hw_ltc_ga100.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -61,6 +61,7 @@ #define ltc_pltcg_base_v() (0x00140000U) #define ltc_pltcg_extent_v() (0x0017ffffU) +#define ltc_pltcg_ltcs_base_v() (0x0017e000U) #define ltc_ltc0_ltss_v() (0x00140200U) #define ltc_ltc0_lts0_v() (0x00140400U) #define ltc_ltcs_ltss_v() (0x0017e200U) diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/ga10b/hw_ltc_ga10b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/ga10b/hw_ltc_ga10b.h index f71f4ddfd..f89bbad06 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/hw/ga10b/hw_ltc_ga10b.h +++ b/drivers/gpu/nvgpu/include/nvgpu/hw/ga10b/hw_ltc_ga10b.h @@ -60,6 +60,8 @@ #include #define ltc_pltcg_base_v() (0x00140000U) +#define ltc_pltcg_extent_v() (0x0017ffffU) +#define ltc_pltcg_ltcs_base_v() (0x0017e000U) #define ltc_ltc0_lts0_v() (0x00140400U) #define ltc_ltcs_ltss_v() (0x0017e200U) #define ltc_ltcs_ltss_tstg_set_mgmt0_r() (0x0017e2acU) diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gm20b/hw_ltc_gm20b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gm20b/hw_ltc_gm20b.h index 08c61e2ec..c69463eb5 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/hw/gm20b/hw_ltc_gm20b.h +++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gm20b/hw_ltc_gm20b.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2021, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2014-2022, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -61,6 +61,7 @@ #define ltc_pltcg_base_v() (0x00140000U) #define ltc_pltcg_extent_v() (0x0017ffffU) +#define ltc_pltcg_ltcs_base_v() (0x0017e000U) #define ltc_ltc0_ltss_v() (0x00140200U) #define ltc_ltc0_lts0_v() (0x00140400U) #define ltc_ltcs_ltss_v() (0x0017e200U) diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_ltc_gp10b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_ltc_gp10b.h index 1fdef5492..53d4a0fce 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_ltc_gp10b.h +++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_ltc_gp10b.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2019, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2014-2022, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -61,6 +61,7 @@ #define ltc_pltcg_base_v() (0x00140000U) #define ltc_pltcg_extent_v() (0x0017ffffU) +#define ltc_pltcg_ltcs_base_v() (0x0017e000U) #define ltc_ltc0_ltss_v() (0x00140200U) #define ltc_ltc0_lts0_v() (0x00140400U) #define ltc_ltcs_ltss_v() (0x0017e200U) diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_ltc_gv11b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_ltc_gv11b.h index edb2a278a..ae4c596a7 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_ltc_gv11b.h +++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_ltc_gv11b.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -61,6 +61,7 @@ #define ltc_pltcg_base_v() (0x00140000U) #define ltc_pltcg_extent_v() (0x0017ffffU) +#define ltc_pltcg_ltcs_base_v() (0x0017e000U) #define ltc_ltc0_ltss_v() (0x00140200U) #define ltc_ltc0_lts0_v() (0x00140400U) #define ltc_ltcs_ltss_v() (0x0017e200U) diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_perf_gv11b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_perf_gv11b.h index 35f6ddec2..021d79c9e 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_perf_gv11b.h +++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_perf_gv11b.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -63,10 +63,14 @@ #define perf_pmmsys_perdomain_offset_v() (0x00000200U) #define perf_pmmgpc_base_v() (0x00180000U) #define perf_pmmgpc_extent_v() (0x00183fffU) +#define perf_pmmgpcrouter_base_v() (0x00244000U) +#define perf_pmmgpcrouter_extent_v() (0x002441ffU) #define perf_pmmsys_base_v() (0x00240000U) #define perf_pmmsys_extent_v() (0x00243fffU) #define perf_pmmfbp_base_v() (0x00200000U) #define perf_pmmfbp_extent_v() (0x00203fffU) +#define perf_pmmfbprouter_base_v() (0x00246000U) +#define perf_pmmfbprouter_extent_v() (0x002461ffU) #define perf_pmasys_control_r() (0x0024a000U) #define perf_pmasys_control_membuf_status_v(r) (((r) >> 4U) & 0x1U) #define perf_pmasys_control_membuf_status_overflowed_v() (0x00000001U) diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/tu104/hw_ltc_tu104.h b/drivers/gpu/nvgpu/include/nvgpu/hw/tu104/hw_ltc_tu104.h index d7dca93fc..f61bff689 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/hw/tu104/hw_ltc_tu104.h +++ b/drivers/gpu/nvgpu/include/nvgpu/hw/tu104/hw_ltc_tu104.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -61,6 +61,7 @@ #define ltc_pltcg_base_v() (0x00140000U) #define ltc_pltcg_extent_v() (0x0017ffffU) +#define ltc_pltcg_ltcs_base_v() (0x0017e000U) #define ltc_ltc0_ltss_v() (0x00140200U) #define ltc_ltc0_lts0_v() (0x00140400U) #define ltc_ltcs_ltss_v() (0x0017e200U) diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/tu104/hw_perf_tu104.h b/drivers/gpu/nvgpu/include/nvgpu/hw/tu104/hw_perf_tu104.h index b2d08feb2..dbaf774d1 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/hw/tu104/hw_perf_tu104.h +++ b/drivers/gpu/nvgpu/include/nvgpu/hw/tu104/hw_perf_tu104.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -63,10 +63,14 @@ #define perf_pmmsys_perdomain_offset_v() (0x00000200U) #define perf_pmmgpc_base_v() (0x00180000U) #define perf_pmmgpc_extent_v() (0x00183fffU) +#define perf_pmmgpcrouter_base_v() (0x00244000U) +#define perf_pmmgpcrouter_extent_v() (0x002441ffU) #define perf_pmmsys_base_v() (0x00240000U) #define perf_pmmsys_extent_v() (0x00243fffU) #define perf_pmmfbp_base_v() (0x00200000U) #define perf_pmmfbp_extent_v() (0x00203fffU) +#define perf_pmmfbprouter_base_v() (0x00246000U) +#define perf_pmmfbprouter_extent_v() (0x002461ffU) #define perf_pmasys_control_r() (0x0024a000U) #define perf_pmasys_control_membuf_status_v(r) (((r) >> 4U) & 0x1U) #define perf_pmasys_control_membuf_status_overflowed_v() (0x00000001U)