mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: Regenerate HW headers
Added fuse for FBP and DS exception register. Change-Id: Ie38a84eac40ca2d8cf3ac8f19ed6bad0d6bc1dd9 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/722846
This commit is contained in:
committed by
Dan Willemsen
parent
29ceb36331
commit
cc992500a0
@@ -118,4 +118,12 @@ static inline u32 fuse_status_opt_rop_l2_fbp_r(u32 i)
|
||||
{
|
||||
return 0x00021d70 + i*4;
|
||||
}
|
||||
static inline u32 fuse_status_opt_fbp_r(void)
|
||||
{
|
||||
return 0x00021d38;
|
||||
}
|
||||
static inline u32 fuse_status_opt_fbp_idx_v(u32 r, u32 i)
|
||||
{
|
||||
return (r >> (0 + i*0)) & 0x1;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -170,6 +170,10 @@ static inline u32 gr_exception_memfmt_m(void)
|
||||
{
|
||||
return 0x1 << 1;
|
||||
}
|
||||
static inline u32 gr_exception_ds_m(void)
|
||||
{
|
||||
return 0x1 << 4;
|
||||
}
|
||||
static inline u32 gr_exception1_r(void)
|
||||
{
|
||||
return 0x00400118;
|
||||
|
||||
Reference in New Issue
Block a user