HomeSort by: relevance | last modified time | path
    Searched refs:tmr_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
psp_gfx_if.h 309 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 */ member in struct:psp_gfx_resp
amdgpu_psp.c 244 uint32_t *tmr_size)
261 *tmr_size = psp->cmd_buf_mem->resp.tmr_size;
270 int tmr_size; local
281 tmr_size = PSP_TMR_SIZE;
289 ret = psp_load_toc(psp, &tmr_size);
297 ret = amdgpu_bo_create_kernel(psp->adev, tmr_size, PSP_TMR_SIZE,

Completed in 16 milliseconds