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:
Terje Bergstrom
2015-03-25 10:50:05 -07:00
committed by Dan Willemsen
parent 29ceb36331
commit cc992500a0
2 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -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;