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:
tkudav
2020-10-28 18:40:58 +05:30
committed by Alex Waterman
parent 2ca4f145e4
commit 9251621f5f

View File

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