/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_atomfirmware.c | 43 if (amdgpu_atom_parse_data_header(adev->mode_info.atom_context, index, NULL, in amdgpu_atomfirmware_gpu_supports_virtualization() 62 if (amdgpu_atom_parse_data_header(adev->mode_info.atom_context, index, NULL, in amdgpu_atomfirmware_scratch_regs_init() 83 if (amdgpu_atom_parse_data_header(ctx, index, NULL, NULL, NULL, &data_offset)) { in amdgpu_atomfirmware_allocate_fb_scratch() 204 if (amdgpu_atom_parse_data_header(mode_info->atom_context, in amdgpu_atomfirmware_get_vram_info() 294 if (amdgpu_atom_parse_data_header(mode_info->atom_context, in amdgpu_atomfirmware_mem_ecc_supported() 328 if (amdgpu_atom_parse_data_header(adev->mode_info.atom_context, in amdgpu_atomfirmware_sram_ecc_supported() 358 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atomfirmware_get_clock_info() 381 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atomfirmware_get_clock_info() 404 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atomfirmware_get_clock_info() 441 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atomfirmware_get_gfx_info() [all …]
|
H A D | amdgpu_atombios.c | 110 if (amdgpu_atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in amdgpu_atombios_lookup_i2c_gpio() 144 if (amdgpu_atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in amdgpu_atombios_i2c_init() 181 if (amdgpu_atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in amdgpu_atombios_lookup_gpio() 281 if (!amdgpu_atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset)) in amdgpu_atombios_has_dce_engine_info() 318 if (!amdgpu_atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset)) in amdgpu_atombios_get_connector_info_from_object_table() 573 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atombios_get_clock_info() 727 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atombios_get_gfx_info() 767 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size, in amdgpu_atombios_get_vram_width() 795 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size, in amdgpu_atombios_get_igp_ss_overrides() 909 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size, in amdgpu_atombios_get_asic_ss_info() [all …]
|
H A D | atom.h | 156 bool amdgpu_atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size,
|
H A D | amdgpu_dpm.c | 264 if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_get_platform_caps() 297 if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_parse_extended_power_table() 776 if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_add_thermal_controller()
|
H A D | amdgpu_atom.c | 1393 bool amdgpu_atom_parse_data_header(struct atom_context *ctx, int index, in amdgpu_atom_parse_data_header() function
|
H A D | amdgpu_kv_dpm.c | 2574 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in kv_parse_sys_info_table() 2724 if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in kv_parse_power_table()
|
H A D | amdgpu_atombios_encoders.c | 2017 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atombios_encoder_get_lcd_info()
|
H A D | amdgpu_si_dpm.c | 7235 if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in si_parse_power_table()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
H A D | amdgpu_smu_helper.c | 674 if (amdgpu_atom_parse_data_header( in smu_atom_get_data_table()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
H A D | amdgpu_smu.c | 830 if (!amdgpu_atom_parse_data_header(adev->mode_info.atom_context, table, in smu_get_atom_data_table()
|