Home
last modified time | relevance | path

Searched defs:psp_gfx_cmd_resp (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Dpsp_gfx_if.h400 struct psp_gfx_cmd_resp struct
402 uint32_t buf_size; /* +0 total size of the buffer in bytes */
403 … buf_version; /* +4 version of the buffer strusture; must be PSP_GFX_CMD_BUF_VERSION */
404 uint32_t cmd_id; /* +8 command ID */
408 …f_addr_lo; /* +12 bits [31:0] of GPU Virtual address of response buffer (must be 4 KB aligned) */
409 …int32_t resp_buf_addr_hi; /* +16 bits [63:32] of GPU Virtual address of response buffer */
410 uint32_t resp_offset; /* +20 offset within response buffer */
411 uint32_t resp_buf_size; /* +24 total size of the response buffer in bytes */
413 union psp_gfx_commands cmd; /* +28 command specific structures */
415 uint8_t reserved_1[864 - sizeof(union psp_gfx_commands) - 28];
[all …]