From aad07971c02f352965ff9fc573262c3f0b2424c4 Mon Sep 17 00:00:00 2001 From: Ramesh Mylavarapu Date: Tue, 5 Jan 2021 20:37:13 +0530 Subject: [PATCH] gpu: nvgpu: Add pg post init rpc id Add pg post init rpc id. BUG-200689469 Signed-off-by: Ramesh Mylavarapu Change-Id: I1f7889573d19c8268619f3950800c24d68900ac4 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2466346 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Mahantesh Kumbar Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- drivers/gpu/nvgpu/include/nvgpu/pmu/pmuif/pg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/include/nvgpu/pmu/pmuif/pg.h b/drivers/gpu/nvgpu/include/nvgpu/pmu/pmuif/pg.h index 3d17edd77..1f0d06a52 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/pmu/pmuif/pg.h +++ b/drivers/gpu/nvgpu/include/nvgpu/pmu/pmuif/pg.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2017-2021, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -37,6 +37,7 @@ /* RPC function calls supported by PG unit */ #define NV_PMU_RPC_ID_PG_LOADING_PRE_INIT 0x00U +#define NV_PMU_RPC_ID_PG_LOADING_POST_INIT 0x01U #define NV_PMU_RPC_ID_PG_LOADING_INIT 0x0AU #define NV_PMU_RPC_ID_PG_LOADING_BUF_LOAD 0x0BU #define NV_PMU_RPC_ID_PG_ALLOW 0x04U