mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: Add pg post init rpc id
Add pg post init rpc id. BUG-200689469 Signed-off-by: Ramesh Mylavarapu <rmylavarapu@nvidia.com> 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 <mkumbar@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@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:
committed by
mobile promotions
parent
5993b74351
commit
aad07971c0
@@ -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
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
@@ -37,6 +37,7 @@
|
|||||||
|
|
||||||
/* RPC function calls supported by PG unit */
|
/* RPC function calls supported by PG unit */
|
||||||
#define NV_PMU_RPC_ID_PG_LOADING_PRE_INIT 0x00U
|
#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_INIT 0x0AU
|
||||||
#define NV_PMU_RPC_ID_PG_LOADING_BUF_LOAD 0x0BU
|
#define NV_PMU_RPC_ID_PG_LOADING_BUF_LOAD 0x0BU
|
||||||
#define NV_PMU_RPC_ID_PG_ALLOW 0x04U
|
#define NV_PMU_RPC_ID_PG_ALLOW 0x04U
|
||||||
|
|||||||
Reference in New Issue
Block a user