Searched refs:pfp_fw_feature (Results 1 – 3 of 3) sorted by relevance
157 uint32_t pfp_fw_feature; member
706 &info->pfp_fw_feature); in ac_query_gpu_info()1516 fprintf(f, " pfp_fw_feature = %i\n", info->pfp_fw_feature); in ac_print_gpu_info()
1680 if (((sctx->gfx_level == GFX8 && sctx->screen->info.pfp_fw_feature < 49) || in si_render_condition()1681 (sctx->gfx_level == GFX9 && sctx->screen->info.pfp_fw_feature < 38)) && in si_render_condition()