Home
last modified time | relevance | path

Searched refs:r535_gsp_msg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c66 struct r535_gsp_msg { struct
76 #define GSP_MSG_HDR_SIZE offsetof(struct r535_gsp_msg, data) argument
95 struct r535_gsp_msg *mqe; in r535_gsp_msgq_wait()
160 struct r535_gsp_msg *cmd = container_of(argv, typeof(*cmd), data); in r535_gsp_cmdq_push()
161 struct r535_gsp_msg *cqe; in r535_gsp_cmdq_push()
228 struct r535_gsp_msg *cmd; in r535_gsp_cmdq_get()
731 struct r535_gsp_msg *cmd = container_of((void *)rpc, typeof(*cmd), data); in r535_gsp_rpc_push()
732 const u32 max_msg_size = (16 * 0x1000) - sizeof(struct r535_gsp_msg); in r535_gsp_rpc_push()