Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
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()
599 if ((info->format_revision == 3) && (info->content_revision == 2)) { in pp_atomfwctrl_get_vbios_bootup_values()
603 } else if ((info->format_revision == 3) && (info->content_revision == 1)) { in pp_atomfwctrl_get_vbios_bootup_values()
Dvega12_processpptables.c68 PP_ASSERT_WITH_CODE((powerplay_table->sHeader.format_revision >= in check_powerplay_tables()
407 if (pp_table->sHeader.format_revision >=
Dvega10_processpptables.c74 PP_ASSERT_WITH_CODE((powerplay_table->sHeader.format_revision >= in check_powerplay_tables()
1221 PP_ASSERT_WITH_CODE((pp_table->sHeader.format_revision >= in vega10_get_number_of_powerplay_table_entries()
1275 if (pp_table->sHeader.format_revision >= in vega10_get_powerplay_table_entry()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser2.c148 (uint32_t) atom_data_tbl->format_revision & 0x3f; in get_atom_data_table_revision()
1017 if (!((lvds->table_header.format_revision == 2) in get_embedded_panel_info_v2_1()
/Linux-v4.19/drivers/gpu/drm/amd/include/
Datomfirmware.h227 …uint8_t format_revision; //mainly used for a hw function, when the parser is not backward compa… member