summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 0909b660..6444a22d 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -324,6 +324,10 @@ struct gk20a_ctxsw_ucode_segments {
324/* sums over the ucode files as sequences of u32, computed to the 324/* sums over the ucode files as sequences of u32, computed to the
325 * boot_signature field in the structure above */ 325 * boot_signature field in the structure above */
326 326
327/* T18X FECS remains same as T21X,
328 * so FALCON_UCODE_SIG_T21X_FECS_WITH_RESERVED used
329 * for T18X*/
330#define FALCON_UCODE_SIG_T18X_GPCCS_WITH_RESERVED 0x68edab34
327#define FALCON_UCODE_SIG_T21X_FECS_WITH_RESERVED 0x9125ab5c 331#define FALCON_UCODE_SIG_T21X_FECS_WITH_RESERVED 0x9125ab5c
328#define FALCON_UCODE_SIG_T12X_FECS_WITH_RESERVED 0x8a621f78 332#define FALCON_UCODE_SIG_T12X_FECS_WITH_RESERVED 0x8a621f78
329#define FALCON_UCODE_SIG_T12X_FECS_WITHOUT_RESERVED 0x67e5344b 333#define FALCON_UCODE_SIG_T12X_FECS_WITHOUT_RESERVED 0x67e5344b