mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: remove unused register accessors for volta
Remove some unused register/field accessors for gv100/gv11b since they are not being accessed anymore on these chips Bug 2173122 Change-Id: Ia4692a72e23024d2ee71a80b08040885af21a9ef Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1830312 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@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
fa7394037c
commit
cdbe89a272
@@ -528,24 +528,4 @@ static inline u32 fifo_cfg0_pbdma_fault_id_v(u32 r)
|
||||
{
|
||||
return (r >> 16U) & 0xffU;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_r(void)
|
||||
{
|
||||
return 0x000026f0U;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_control_v(u32 r)
|
||||
{
|
||||
return (r >> 0U) & 0x1U;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_control_enable_f(void)
|
||||
{
|
||||
return 0x1U;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_status_v(u32 r)
|
||||
{
|
||||
return (r >> 4U) & 0x1U;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_status_enabled_f(void)
|
||||
{
|
||||
return 0x10U;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -256,24 +256,4 @@ static inline u32 mc_enable_pb_sel_f(u32 v, u32 i)
|
||||
{
|
||||
return (v & 0x1U) << (0U + i*1U);
|
||||
}
|
||||
static inline u32 mc_elpg_enable_r(void)
|
||||
{
|
||||
return 0x0000020cU;
|
||||
}
|
||||
static inline u32 mc_elpg_enable_xbar_enabled_f(void)
|
||||
{
|
||||
return 0x4U;
|
||||
}
|
||||
static inline u32 mc_elpg_enable_pfb_enabled_f(void)
|
||||
{
|
||||
return 0x100000U;
|
||||
}
|
||||
static inline u32 mc_elpg_enable_hub_enabled_f(void)
|
||||
{
|
||||
return 0x20000000U;
|
||||
}
|
||||
static inline u32 mc_elpg_enable_l2_enabled_f(void)
|
||||
{
|
||||
return 0x8U;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -336,10 +336,6 @@ static inline u32 pbdma_config_l2_evict_normal_f(void)
|
||||
{
|
||||
return 0x1U;
|
||||
}
|
||||
static inline u32 pbdma_config_l2_evict_last_f(void)
|
||||
{
|
||||
return 0x2U;
|
||||
}
|
||||
static inline u32 pbdma_config_ce_split_enable_f(void)
|
||||
{
|
||||
return 0x0U;
|
||||
|
||||
@@ -664,24 +664,4 @@ static inline u32 fifo_cfg0_pbdma_fault_id_v(u32 r)
|
||||
{
|
||||
return (r >> 16U) & 0xffU;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_r(void)
|
||||
{
|
||||
return 0x000026f0U;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_control_v(u32 r)
|
||||
{
|
||||
return (r >> 0U) & 0x1U;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_control_enable_f(void)
|
||||
{
|
||||
return 0x1U;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_status_v(u32 r)
|
||||
{
|
||||
return (r >> 4U) & 0x1U;
|
||||
}
|
||||
static inline u32 fifo_fb_iface_status_enabled_f(void)
|
||||
{
|
||||
return 0x10U;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2016-2018, 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"),
|
||||
@@ -228,24 +228,4 @@ static inline u32 mc_enable_pb_sel_f(u32 v, u32 i)
|
||||
{
|
||||
return (v & 0x1U) << (0U + i*1U);
|
||||
}
|
||||
static inline u32 mc_elpg_enable_r(void)
|
||||
{
|
||||
return 0x0000020cU;
|
||||
}
|
||||
static inline u32 mc_elpg_enable_xbar_enabled_f(void)
|
||||
{
|
||||
return 0x4U;
|
||||
}
|
||||
static inline u32 mc_elpg_enable_pfb_enabled_f(void)
|
||||
{
|
||||
return 0x100000U;
|
||||
}
|
||||
static inline u32 mc_elpg_enable_hub_enabled_f(void)
|
||||
{
|
||||
return 0x20000000U;
|
||||
}
|
||||
static inline u32 mc_elpg_enable_l2_enabled_f(void)
|
||||
{
|
||||
return 0x8U;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -336,10 +336,6 @@ static inline u32 pbdma_config_l2_evict_normal_f(void)
|
||||
{
|
||||
return 0x1U;
|
||||
}
|
||||
static inline u32 pbdma_config_l2_evict_last_f(void)
|
||||
{
|
||||
return 0x2U;
|
||||
}
|
||||
static inline u32 pbdma_config_ce_split_enable_f(void)
|
||||
{
|
||||
return 0x0U;
|
||||
|
||||
Reference in New Issue
Block a user