From 9251621f5f1706cd665a3ba7c9605672cae27aa7 Mon Sep 17 00:00:00 2001 From: tkudav Date: Wed, 28 Oct 2020 18:40:58 +0530 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2437691 Reviewed-by: automaticguardword Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- .../gpu/nvgpu/include/nvgpu/hw/gv11b/hw_ctxsw_prog_gv11b.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_ctxsw_prog_gv11b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_ctxsw_prog_gv11b.h index 799010264..ef808d3c9 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_ctxsw_prog_gv11b.h +++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_ctxsw_prog_gv11b.h @@ -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