mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: Do not dump top_fs_status
Result of top_fs_status_r() is always constant. Do not dump it anymore. Change-Id: Ie1cfe872d70b2c3c8a7cef4df3870dacae8f8793 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/395208
This commit is contained in:
committed by
Dan Willemsen
parent
de8c0e2605
commit
8323c0a015
@@ -526,8 +526,6 @@ static void gk20a_pbus_isr(struct gk20a *g)
|
|||||||
if (val & (bus_intr_0_pri_squash_m() |
|
if (val & (bus_intr_0_pri_squash_m() |
|
||||||
bus_intr_0_pri_fecserr_m() |
|
bus_intr_0_pri_fecserr_m() |
|
||||||
bus_intr_0_pri_timeout_m())) {
|
bus_intr_0_pri_timeout_m())) {
|
||||||
gk20a_err(dev_from_gk20a(g), "top_fs_status_r : 0x%x",
|
|
||||||
gk20a_readl(g, top_fs_status_r()));
|
|
||||||
gk20a_err(dev_from_gk20a(g), "pmc_enable : 0x%x",
|
gk20a_err(dev_from_gk20a(g), "pmc_enable : 0x%x",
|
||||||
gk20a_readl(g, mc_enable_r()));
|
gk20a_readl(g, mc_enable_r()));
|
||||||
gk20a_err(&g->dev->dev,
|
gk20a_err(&g->dev->dev,
|
||||||
|
|||||||
@@ -74,10 +74,6 @@ static inline u32 top_num_fbps_value_v(u32 r)
|
|||||||
{
|
{
|
||||||
return (r >> 0) & 0x1f;
|
return (r >> 0) & 0x1f;
|
||||||
}
|
}
|
||||||
static inline u32 top_fs_status_r(void)
|
|
||||||
{
|
|
||||||
return 0x00022500;
|
|
||||||
}
|
|
||||||
static inline u32 top_device_info_r(u32 i)
|
static inline u32 top_device_info_r(u32 i)
|
||||||
{
|
{
|
||||||
return 0x00022700 + i*4;
|
return 0x00022700 + i*4;
|
||||||
|
|||||||
@@ -2867,8 +2867,6 @@ static void pmu_dump_falcon_stats(struct pmu_gk20a *pmu)
|
|||||||
pwr_falcon_exterrstat_valid_true_v()) {
|
pwr_falcon_exterrstat_valid_true_v()) {
|
||||||
gk20a_err(dev_from_gk20a(g), "pwr_falcon_exterraddr_r : 0x%x",
|
gk20a_err(dev_from_gk20a(g), "pwr_falcon_exterraddr_r : 0x%x",
|
||||||
gk20a_readl(g, pwr_falcon_exterraddr_r()));
|
gk20a_readl(g, pwr_falcon_exterraddr_r()));
|
||||||
gk20a_err(dev_from_gk20a(g), "top_fs_status_r : 0x%x",
|
|
||||||
gk20a_readl(g, top_fs_status_r()));
|
|
||||||
gk20a_err(dev_from_gk20a(g), "pmc_enable : 0x%x",
|
gk20a_err(dev_from_gk20a(g), "pmc_enable : 0x%x",
|
||||||
gk20a_readl(g, mc_enable_r()));
|
gk20a_readl(g, mc_enable_r()));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user