Searched refs:amdgpu_atom_parse_data_header (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_atomfirmware.c | 37 	if (amdgpu_atom_parse_data_header(adev->mode_info.atom_context, index, NULL,  in amdgpu_atomfirmware_gpu_supports_virtualization() 56 	if (amdgpu_atom_parse_data_header(adev->mode_info.atom_context, index, NULL,  in amdgpu_atomfirmware_scratch_regs_init() 77 	if (amdgpu_atom_parse_data_header(ctx, index, NULL, NULL, NULL, &data_offset)) {  in amdgpu_atomfirmware_allocate_fb_scratch() 146 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size,  in amdgpu_atomfirmware_get_vram_width() 242 	if (amdgpu_atom_parse_data_header(mode_info->atom_context,  in amdgpu_atomfirmware_get_vram_type() 290 	if (amdgpu_atom_parse_data_header(mode_info->atom_context,  in amdgpu_atomfirmware_mem_ecc_supported() 324 	if (amdgpu_atom_parse_data_header(adev->mode_info.atom_context,  in amdgpu_atomfirmware_sram_ecc_supported() 354 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in amdgpu_atomfirmware_get_clock_info() 377 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in amdgpu_atomfirmware_get_clock_info() 400 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in amdgpu_atomfirmware_get_clock_info() [all …] 
 | 
| D | amdgpu_atombios.c | 103 	if (amdgpu_atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) {  in amdgpu_atombios_lookup_i2c_gpio() 137 	if (amdgpu_atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) {  in amdgpu_atombios_i2c_init() 174 	if (amdgpu_atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) {  in amdgpu_atombios_lookup_gpio() 274 	if (!amdgpu_atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset))  in amdgpu_atombios_has_dce_engine_info() 311 	if (!amdgpu_atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset))  in amdgpu_atombios_get_connector_info_from_object_table() 582 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in amdgpu_atombios_get_clock_info() 736 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in amdgpu_atombios_get_gfx_info() 776 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size,  in amdgpu_atombios_get_vram_width() 804 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size,  in amdgpu_atombios_get_igp_ss_overrides() 918 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size,  in amdgpu_atombios_get_asic_ss_info() [all …] 
 | 
| D | atom.h | 153 bool amdgpu_atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size,
  | 
| D | amdgpu_dpm.c | 259 	if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in amdgpu_get_platform_caps() 292 	if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in amdgpu_parse_extended_power_table() 771 	if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in amdgpu_add_thermal_controller()
  | 
| D | atom.c | 1387 bool amdgpu_atom_parse_data_header(struct atom_context *ctx, int index,  in amdgpu_atom_parse_data_header()  function
  | 
| D | kv_dpm.c | 2568 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in kv_parse_sys_info_table() 2718 	if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in kv_parse_power_table()
  | 
| D | atombios_encoders.c | 2011 	if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in amdgpu_atombios_encoder_get_lcd_info()
  | 
| D | si_dpm.c | 7230 	if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL,  in si_parse_power_table()
  | 
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ | 
| D | smu_helper.c | 669 	if (amdgpu_atom_parse_data_header(  in smu_atom_get_data_table()
  | 
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/ | 
| D | amdgpu_smu.c | 768 	if (!amdgpu_atom_parse_data_header(adev->mode_info.atom_context, table,  in smu_get_atom_data_table()
  |