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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp.c 244 uint32_t *tmr_size)
261 *tmr_size = psp->cmd_buf_mem->resp.tmr_size;
270 int tmr_size; local in function:psp_tmr_init
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,
amdgpu_psp.c 244 uint32_t *tmr_size)
261 *tmr_size = psp->cmd_buf_mem->resp.tmr_size;
270 int tmr_size; local in function:psp_tmr_init
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,
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
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

Completed in 68 milliseconds