mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: gsp: created cmd for GSP to bind ctx reg
Changes - create command for GSP firmware to bind ctx register. NVGPU-8730 Change-Id: If92bbbc0169b6466e55f3dff05828b2b649ad3de Signed-off-by: vivekku <vivekku@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2815472 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
f853536eac
commit
a92bca9772
@@ -49,7 +49,8 @@ struct gk20a;
|
||||
#define NV_GSP_UNIT_QUERY_NO_OF_DOMAINS 0x0BU
|
||||
#define NV_GSP_UNIT_QUERY_ACTIVE_DOMAIN 0X0CU
|
||||
#define NV_GSP_UNIT_CONTROL_INFO_SEND 0X0DU
|
||||
#define NV_GSP_UNIT_END 0x0EU
|
||||
#define NV_GSP_UNIT_BIND_CTX_REG 0X0EU
|
||||
#define NV_GSP_UNIT_END 0x0FU
|
||||
|
||||
#define GSP_MSG_HDR_SIZE U32(sizeof(struct gsp_hdr))
|
||||
#define GSP_CMD_HDR_SIZE U32(sizeof(struct gsp_hdr))
|
||||
|
||||
Reference in New Issue
Block a user