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.c398 if (!sscreen->info.vce_fw_version) { in si_vce_create_encoder()
486 switch (sscreen->info.vce_fw_version) { in si_vce_create_encoder()
508 if ((sscreen->info.vce_fw_version & (0xff << 24)) == FW_53) { in si_vce_create_encoder()
533 switch (sscreen->info.vce_fw_version) { in si_vce_is_fw_version_supported()
544 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.c399 if (!rscreen->info.vce_fw_version) { in rvce_create_encoder()
493 switch (rscreen->info.vce_fw_version) { in rvce_is_fw_version_supported()
504 if ((rscreen->info.vce_fw_version & (0xff << 24)) == FW_53) in rvce_is_fw_version_supported()
Dr600_pipe_common.c1365 printf("vce_fw_version = %u\n", rscreen->info.vce_fw_version); in r600_common_screen_init()
/external/mesa3d/src/amd/common/
Dac_gpu_info.h68 uint32_t vce_fw_version; member
Dac_gpu_info.c284 info->vce_fw_version = in ac_query_gpu_info()
399 printf("vce_fw_version = %u\n", info->vce_fw_version); in ac_print_gpu_info()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c310 ws->info.vce_fw_version = 0x00000000; in do_winsys_init()
323 ws->info.vce_fw_version = value; in do_winsys_init()