Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.c390 if (!sscreen->info.vce_fw_version) { in si_vce_create_encoder()
474 switch (sscreen->info.vce_fw_version) { in si_vce_create_encoder()
493 if ((sscreen->info.vce_fw_version & (0xff << 24)) >= FW_53) { in si_vce_create_encoder()
517 switch (sscreen->info.vce_fw_version) { in si_vce_is_fw_version_supported()
528 if ((sscreen->info.vce_fw_version & (0xff << 24)) >= FW_53) in si_vce_is_fw_version_supported()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c405 if (!rscreen->info.vce_fw_version) { in rvce_create_encoder()
495 switch (rscreen->info.vce_fw_version) { in rvce_is_fw_version_supported()
506 if ((rscreen->info.vce_fw_version & (0xff << 24)) == FW_53) in rvce_is_fw_version_supported()
Dr600_pipe_common.c1331 printf("vce_fw_version = %u\n", rscreen->info.vce_fw_version); in r600_common_screen_init()
/external/mesa3d/src/amd/common/
Dac_gpu_info.h128 uint32_t vce_fw_version; member
Dac_gpu_info.c508 info->vce_fw_version = vce.available_rings ? vce_version : 0; in ac_query_gpu_info()
938 fprintf(f, " vce_fw_version = %u\n", info->vce_fw_version); in ac_print_gpu_info()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c318 ws->info.vce_fw_version = 0x00000000; in do_winsys_init()
333 ws->info.vce_fw_version = value; in do_winsys_init()