mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Add GV11b missing register
Add the missing register definition as highlighted by HAL checker tool for GV11b. Bug Bug 200604892 Change-Id: Id4127a8bdf8a866cdecd2457d327bed16530ef09 Signed-off-by: tkudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2437691 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
@@ -204,4 +204,8 @@
|
||||
((U32(v) & 0xffU) << 24U)
|
||||
#define ctxsw_prog_record_timestamp_timestamp_hi_tag_m() (U32(0xffU) << 24U)
|
||||
#define ctxsw_prog_record_timestamp_timestamp_hi_tag_v(r) (((r) >> 24U) & 0xffU)
|
||||
#define ctxsw_prog_record_timestamp_timestamp_hi_tag_invalid_timestamp_v()\
|
||||
(0x000000ffU)
|
||||
#define ctxsw_prog_record_timestamp_timestamp_hi_tag_invalid_timestamp_f()\
|
||||
(0xff000000U)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user