vce_state_table  1213 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	const ATOM_Tonga_VCE_State_Table *vce_state_table;
vce_state_table  1219 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	vce_state_table = (void *)pp_table +
vce_state_table  1222 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	return vce_state_table->ucNumEntries;
vce_state_table  1233 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	const ATOM_Tonga_VCE_State_Table *vce_state_table = (ATOM_Tonga_VCE_State_Table *)(((unsigned long)pptable)
vce_state_table  1242 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	PP_ASSERT_WITH_CODE((i < vce_state_table->ucNumEntries),
vce_state_table  1248 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 					entries, vce_state_table, i);
vce_state_table  1593 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	const ATOM_PPLIB_VCE_State_Table *vce_state_table = get_vce_state_table(hwmgr, powerplay_table);
vce_state_table  1602 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	const ATOM_PPLIB_VCE_State_Record *record = &vce_state_table->entries[i];