ucTableFormatRevision 1189 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 	switch (hdr->ucTableFormatRevision) {
ucTableFormatRevision 1226 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 	if (1 != lvds->sHeader.ucTableFormatRevision
ucTableFormatRevision 1344 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 	if (!((1 == lvds->sHeader.ucTableFormatRevision)
ucTableFormatRevision  211 drivers/gpu/drm/amd/include/atombios.h   UCHAR  ucTableFormatRevision;   //Change it when the Parser is not backward compatible
ucTableFormatRevision 7130 drivers/gpu/drm/amd/include/atombios.h #define GET_COMMAND_TABLE_COMMANDSET_REVISION(TABLE_HEADER_OFFSET) (((static_cast<ATOM_COMMON_TABLE_HEADER*>(TABLE_HEADER_OFFSET))->ucTableFormatRevision )&0x3F)
ucTableFormatRevision 7135 drivers/gpu/drm/amd/include/atombios.h #define GET_COMMAND_TABLE_COMMANDSET_REVISION(TABLE_HEADER_OFFSET) ((((ATOM_COMMON_TABLE_HEADER*)TABLE_HEADER_OFFSET)->ucTableFormatRevision)&0x3F)
ucTableFormatRevision  150 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 	} else if (vram_info->sHeader.ucTableFormatRevision < 2) {
ucTableFormatRevision  684 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 	if (getASICProfilingInfo->asHeader.ucTableFormatRevision < 3 ||
ucTableFormatRevision  685 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 	    (getASICProfilingInfo->asHeader.ucTableFormatRevision == 3 &&
ucTableFormatRevision 1179 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 		if ((fw_info->ucTableFormatRevision == 2) &&
ucTableFormatRevision 1494 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 	if ((profile->asHeader.ucTableFormatRevision >= 2) &&
ucTableFormatRevision 1048 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		powerplay_table->sHeader.ucTableFormatRevision),
ucTableFormatRevision 1168 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	PP_ASSERT_WITH_CODE((pp_table->sHeader.ucTableFormatRevision >=
ucTableFormatRevision 1301 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	if (pp_table->sHeader.ucTableFormatRevision >=
ucTableFormatRevision  874 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	if (powerplay_table->sHeader.ucTableFormatRevision >= 6) {
ucTableFormatRevision  909 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	if (powerplay_table->sHeader.ucTableFormatRevision >= 6) {
ucTableFormatRevision 1092 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	if ((fw_info->ucTableFormatRevision == 1)
ucTableFormatRevision 1098 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	else if ((fw_info->ucTableFormatRevision == 2)
ucTableFormatRevision  203 drivers/gpu/drm/radeon/atombios.h   UCHAR  ucTableFormatRevision;   /*Change it when the Parser is not backward compatible */
ucTableFormatRevision 5983 drivers/gpu/drm/radeon/atombios.h #define GET_COMMAND_TABLE_COMMANDSET_REVISION(TABLE_HEADER_OFFSET) (((static_cast<ATOM_COMMON_TABLE_HEADER*>(TABLE_HEADER_OFFSET))->ucTableFormatRevision )&0x3F)
ucTableFormatRevision 5988 drivers/gpu/drm/radeon/atombios.h #define GET_COMMAND_TABLE_COMMANDSET_REVISION(TABLE_HEADER_OFFSET) ((((ATOM_COMMON_TABLE_HEADER*)TABLE_HEADER_OFFSET)->ucTableFormatRevision)&0x3F)