Home
last modified time | relevance | path

Searched refs:vce_fw_version (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce.c392 if (!sscreen->info.vce_fw_version) { in si_vce_create_encoder()
477 switch (sscreen->info.vce_fw_version) { in si_vce_create_encoder()
496 if ((sscreen->info.vce_fw_version & (0xff << 24)) >= FW_53) { in si_vce_create_encoder()
519 switch (sscreen->info.vce_fw_version) { in si_vce_is_fw_version_supported()
530 if ((sscreen->info.vce_fw_version & (0xff << 24)) >= FW_53) in si_vce_is_fw_version_supported()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c406 if (!rscreen->info.vce_fw_version) { in rvce_create_encoder()
494 switch (rscreen->info.vce_fw_version) { in rvce_is_fw_version_supported()
505 if ((rscreen->info.vce_fw_version & (0xff << 24)) == FW_53) in rvce_is_fw_version_supported()
Dr600_pipe_common.c1302 printf("vce_fw_version = %u\n", rscreen->info.vce_fw_version); in r600_common_screen_init()
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h165 uint32_t vce_fw_version; member
Dac_gpu_info.c907 info->vce_fw_version = info->ip[AMD_IP_VCE].num_queues ? vce_version : 0; in ac_query_gpu_info()
1529 fprintf(f, " vce_fw_version = %u\n", info->vce_fw_version); in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c316 ws->info.vce_fw_version = 0x00000000; in do_winsys_init()
330 ws->info.vce_fw_version = value; in do_winsys_init()