Home
last modified time | relevance | path

Searched refs:amdgpu_atom_parse_data_header (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c39 if (amdgpu_atom_parse_data_header(adev->mode_info.atom_context, index, NULL, in amdgpu_atomfirmware_gpu_supports_virtualization()
58 if (amdgpu_atom_parse_data_header(adev->mode_info.atom_context, index, NULL, in amdgpu_atomfirmware_scratch_regs_init()
79 if (amdgpu_atom_parse_data_header(ctx, index, NULL, NULL, NULL, &data_offset)) { in amdgpu_atomfirmware_allocate_fb_scratch()
134 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size, in amdgpu_atomfirmware_get_vram_width()
208 if (amdgpu_atom_parse_data_header(mode_info->atom_context, in amdgpu_atomfirmware_get_vram_type()
256 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atomfirmware_get_clock_info()
279 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atomfirmware_get_clock_info()
302 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atomfirmware_get_clock_info()
339 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atomfirmware_get_gfx_info()
H A Damdgpu_atombios.c102 if (amdgpu_atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in amdgpu_atombios_lookup_i2c_gpio()
136 if (amdgpu_atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in amdgpu_atombios_i2c_init()
173 if (amdgpu_atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in amdgpu_atombios_lookup_gpio()
273 if (!amdgpu_atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset)) in amdgpu_atombios_has_dce_engine_info()
310 if (!amdgpu_atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset)) in amdgpu_atombios_get_connector_info_from_object_table()
565 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atombios_get_clock_info()
719 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atombios_get_gfx_info()
759 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size, in amdgpu_atombios_get_vram_width()
787 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size, in amdgpu_atombios_get_igp_ss_overrides()
901 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, &size, in amdgpu_atombios_get_asic_ss_info()
[all …]
H A Datom.h152 bool amdgpu_atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size,
H A Damdgpu_dpm.c315 if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_get_platform_caps()
348 if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_parse_extended_power_table()
827 if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_add_thermal_controller()
H A Datom.c1384 bool amdgpu_atom_parse_data_header(struct atom_context *ctx, int index, in amdgpu_atom_parse_data_header() function
H A Datombios_encoders.c2080 if (amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in amdgpu_atombios_encoder_get_lcd_info()
H A Dsi_dpm.c7227 if (!amdgpu_atom_parse_data_header(mode_info->atom_context, index, NULL, in si_parse_power_table()
/dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu_helper.c622 if (amdgpu_atom_parse_data_header( in smu_atom_get_data_table()