Searched refs:atom_parse_data_header (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_atombios.c | 592 if (atom_parse_data_header(ctx, index, &size, &frev, in radeon_get_atom_connector_info_from_object_table() 910 if (!atom_parse_data_header(ctx, index, &size, &frev, &crev, in radeon_get_atom_connector_info_from_supported_devices_table() 1113 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_dentist_vco_freq() 1136 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atom_get_clock_info() 1304 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_sideport_present() 1338 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_tmds_info() 1627 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_lvds_info() 1767 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_primary_dac_info() 1892 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_tv_info() 1953 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_tv_dac_info() [all …]
|
| A D | atom.h | 152 bool atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size,
|
| 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()
|
| A D | atom.c | 1360 bool atom_parse_data_header(struct atom_context *ctx, int index, in atom_parse_data_header() function 1405 if (atom_parse_data_header(ctx, index, NULL, NULL, NULL, &data_offset)) { in atom_allocate_fb_scratch()
|
| A D | r600_dpm.c | 853 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in r600_get_platform_caps() 884 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in r600_parse_extended_power_table()
|
| A D | trinity_dpm.c | 1702 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in trinity_parse_power_table() 1812 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in trinity_parse_sys_info_table()
|
| A D | sumo_dpm.c | 1469 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in sumo_parse_power_table() 1665 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in sumo_parse_sys_info_table()
|
| A D | rs690.c | 74 if (atom_parse_data_header(rdev->mode_info.atom_context, index, NULL, in rs690_pm_info()
|
| A D | kv_dpm.c | 2296 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in kv_parse_sys_info_table() 2446 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in kv_parse_power_table()
|
| A D | ci_dpm.c | 5523 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in ci_parse_power_table() 5606 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in ci_get_vbios_boot_values() 5873 if (atom_parse_data_header(rdev->mode_info.atom_context, index, &size, in ci_dpm_init()
|
| A D | rv6xx_dpm.c | 1885 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in rv6xx_parse_power_table()
|
| A D | rv770_dpm.c | 2281 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in rv7xx_parse_power_table()
|
| A D | ni_dpm.c | 3999 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in ni_parse_power_table()
|
| A D | si_dpm.c | 6805 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in si_parse_power_table()
|
Completed in 80 milliseconds