Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Dpsp_gfx_if.h292 struct psp_gfx_resp struct
294 uint32_t status; /* +0 status of command execution */
295 uint32_t session_id; /* +4 session ID in response to LoadTa command */
296 … fw_addr_lo; /* +8 bits [31:0] of FW address within TMR (in response to cmd_load_ip_fw command) */
297 …fw_addr_hi; /* +12 bits [63:32] of FW address within TMR (in response to cmd_load_ip_fw command) */
298 …16 size of the TMR to be reserved including MM fw and Gfx fw in response to cmd_load_toc command */
300 uint32_t reserved[3];
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
Dpsp_gfx_if.h393 struct psp_gfx_resp struct
395 uint32_t status; /* +0 status of command execution */
396 uint32_t session_id; /* +4 session ID in response to LoadTa command */
397 … fw_addr_lo; /* +8 bits [31:0] of FW address within TMR (in response to cmd_load_ip_fw command) */
398 …fw_addr_hi; /* +12 bits [63:32] of FW address within TMR (in response to cmd_load_ip_fw command) */
399 …16 size of the TMR to be reserved including MM fw and Gfx fw in response to cmd_load_toc command */
401 uint32_t reserved[11];
403 union psp_gfx_uresp uresp; /* +64 response union containing command-specific responses */