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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v10_0.c 1947 RLC_TABLE_OF_CONTENT *rlc_toc; local in function:gfx_v10_0_parse_rlc_toc
1962 rlc_toc = (RLC_TABLE_OF_CONTENT *)adev->gfx.rlc.rlc_toc_buf;
1963 while (rlc_toc && (rlc_toc->id > FIRMWARE_ID_INVALID) &&
1964 (rlc_toc->id < FIRMWARE_ID_MAX)) {
1965 if ((rlc_toc->id >= FIRMWARE_ID_CP_CE) &&
1966 (rlc_toc->id <= FIRMWARE_ID_CP_MES)) {
1968 rlc_toc->offset = ALIGN(rlc_toc->offset * 4, PAGE_SIZE);
1971 rlc_autoload_info[rlc_toc->id].id = rlc_toc->id
    [all...]

Completed in 14 milliseconds