Searched refs:cmd_load_toc (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dpsp_gfx_if.h365 struct psp_gfx_cmd_load_toc cmd_load_toc; member in union:psp_gfx_commands
404 uint32_t tmr_size; /* +16 size of the TMR to be reserved including MM fw and Gfx fw in response to cmd_load_toc command */
H A Damdgpu_psp.c770 cmd->cmd.cmd_load_toc.toc_phy_addr_lo = lower_32_bits(pri_buf_mc);
771 cmd->cmd.cmd_load_toc.toc_phy_addr_hi = upper_32_bits(pri_buf_mc);
772 cmd->cmd.cmd_load_toc.toc_size = size;

Completed in 494 milliseconds