Home
last modified time | relevance | path

Searched refs:format_revision (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomfwctrl.c280 uint8_t format_revision, content_revision; in pp_atomfwctrl_get_avfs_information() local
293 format_revision = ((struct atom_common_table_header *)profile)->format_revision; in pp_atomfwctrl_get_avfs_information()
296 if (format_revision == 4 && content_revision == 1) { in pp_atomfwctrl_get_avfs_information()
375 } else if (format_revision == 4 && content_revision == 2) { in pp_atomfwctrl_get_avfs_information()
604 if ((info->format_revision == 3) && (info->content_revision == 2)) { in pp_atomfwctrl_get_vbios_bootup_values()
608 } else if ((info->format_revision == 3) && (info->content_revision == 1)) { in pp_atomfwctrl_get_vbios_bootup_values()
H A Dvega12_processpptables.c68 PP_ASSERT_WITH_CODE((powerplay_table->sHeader.format_revision >= in check_powerplay_tables()
371 if (pp_table->sHeader.format_revision >=
H A Dvega10_processpptables.c76 PP_ASSERT_WITH_CODE((powerplay_table->sHeader.format_revision >= in check_powerplay_tables()
1290 PP_ASSERT_WITH_CODE((pp_table->sHeader.format_revision >= in vega10_get_number_of_powerplay_table_entries()
1344 if (pp_table->sHeader.format_revision >= in vega10_get_powerplay_table_entry()
H A Dvega20_processpptables.c642 PP_ASSERT_WITH_CODE((powerplay_table->sHeader.format_revision >= in check_powerplay_tables()
H A Dvega12_hwmgr.c2835 gpu_metrics->common_header.format_revision = 1; in vega12_init_gpu_metrics_v1_0()
H A Dvega20_hwmgr.c4301 gpu_metrics->common_header.format_revision = 1; in vega20_init_gpu_metrics_v1_0()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Dsmu_v12_0.c288 gpu_metrics->common_header.format_revision = 2; in smu_v12_0_init_gpu_metrics_v2_0()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c522 if (header->format_revision != 3) { in smu_v11_0_get_vbios_bootup_values()
560 smu->smu_table.boot_values.format_revision = header->format_revision; in smu_v11_0_get_vbios_bootup_values()
588 if ((smu->smu_table.boot_values.format_revision == 3) && in smu_v11_0_get_vbios_bootup_values()
2008 gpu_metrics->common_header.format_revision = 1; in smu_v11_0_init_gpu_metrics_v1_0()
H A Dnavi10_ppt.c400 smc_dpm_table->table_header.format_revision, in navi10_append_powerplay_table()
403 if (smc_dpm_table->table_header.format_revision != 4) { in navi10_append_powerplay_table()
H A Darcturus_ppt.c442 smc_dpm_table->table_header.format_revision, in arcturus_append_powerplay_table()
445 if ((smc_dpm_table->table_header.format_revision == 4) && in arcturus_append_powerplay_table()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h331 uint8_t format_revision; member
H A Datomfirmware.h228 …uint8_t format_revision; //mainly used for a hw function, when the parser is not backward compa… member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_smu.h225 uint32_t format_revision; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c150 (uint32_t) atom_data_tbl->format_revision & 0x3f; in get_atom_data_table_revision()
935 if (!((lvds->table_header.format_revision == 2) in get_embedded_panel_info_v2_1()