Searched refs:atom_parse_data_header (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 142 if (atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in radeon_lookup_i2c_gpio() 176 if (atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in radeon_atombios_i2c_init() 212 if (atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in radeon_atombios_lookup_gpio() 538 if (!atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset)) in radeon_get_atom_connector_info_from_object_table() 593 if (atom_parse_data_header(ctx, index, &size, &frev, in radeon_get_atom_connector_info_from_object_table() 852 if (atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset)) { in atombios_get_connector_object_id() 909 if (!atom_parse_data_header(ctx, index, &size, &frev, &crev, in radeon_get_atom_connector_info_from_supported_devices_table() 1116 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_dentist_vco_freq() 1139 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atom_get_clock_info() 1307 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_sideport_present() [all …]
|
H A D | rs780_dpm.c | 802 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in rs780_parse_power_table() 872 if (atom_parse_data_header(rdev->mode_info.atom_context, index, NULL, in rs780_dpm_init()
|
H A D | r600_dpm.c | 851 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in r600_get_platform_caps() 882 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in r600_parse_extended_power_table()
|
H A D | trinity_dpm.c | 1698 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in trinity_parse_power_table() 1810 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in trinity_parse_sys_info_table()
|
H A D | rs690.c | 74 if (atom_parse_data_header(rdev->mode_info.atom_context, index, NULL, in rs690_pm_info()
|
H A D | kv_dpm.c | 2295 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in kv_parse_sys_info_table() 2445 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in kv_parse_power_table()
|
H A D | rv6xx_dpm.c | 1885 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in rv6xx_parse_power_table()
|
H A D | rv770_dpm.c | 2281 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in rv7xx_parse_power_table()
|
H A D | ni_dpm.c | 3998 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in ni_parse_power_table()
|
H A D | si_dpm.c | 6761 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in si_parse_power_table()
|