/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_atombios.c | 153 if (atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in radeon_lookup_i2c_gpio() 187 if (atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in radeon_atombios_i2c_init() 223 if (atom_parse_data_header(ctx, index, &size, NULL, NULL, &data_offset)) { in radeon_atombios_lookup_gpio() 548 if (!atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset)) in radeon_get_atom_connector_info_from_object_table() 603 if (atom_parse_data_header(ctx, index, &size, &frev, in radeon_get_atom_connector_info_from_object_table() 864 if (atom_parse_data_header(ctx, index, &size, &frev, &crev, &data_offset)) { in atombios_get_connector_object_id() 921 if (!atom_parse_data_header(ctx, index, &size, &frev, &crev, in radeon_get_atom_connector_info_from_supported_devices_table() 1124 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_dentist_vco_freq() 1147 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atom_get_clock_info() 1315 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_sideport_present() [all …]
|
H A D | atom.h | 154 bool atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size,
|
H A D | radeon_rs780_dpm.c | 808 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in rs780_parse_power_table() 878 if (atom_parse_data_header(rdev->mode_info.atom_context, index, NULL, in rs780_dpm_init()
|
H A D | radeon_atom.c | 1375 bool atom_parse_data_header(struct atom_context *ctx, int index, in atom_parse_data_header() function 1420 if (atom_parse_data_header(ctx, index, NULL, NULL, NULL, &data_offset)) { in atom_allocate_fb_scratch()
|
H A D | radeon_r600_dpm.c | 858 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in r600_get_platform_caps() 889 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in r600_parse_extended_power_table()
|
H A D | radeon_trinity_dpm.c | 1751 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in trinity_parse_power_table() 1861 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in trinity_parse_sys_info_table()
|
H A D | radeon_sumo_dpm.c | 1474 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in sumo_parse_power_table() 1670 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in sumo_parse_sys_info_table()
|
H A D | radeon_rs690.c | 79 if (atom_parse_data_header(rdev->mode_info.atom_context, index, NULL, in rs690_pm_info()
|
H A D | radeon_kv_dpm.c | 2506 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in kv_parse_sys_info_table() 2656 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in kv_parse_power_table()
|
H A D | radeon_ci_dpm.c | 5566 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in ci_parse_power_table() 5650 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in ci_get_vbios_boot_values() 5917 if (atom_parse_data_header(rdev->mode_info.atom_context, index, &size, in ci_dpm_init()
|
H A D | radeon_rv6xx_dpm.c | 1890 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in rv6xx_parse_power_table()
|
H A D | radeon_rv770_dpm.c | 2284 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in rv7xx_parse_power_table()
|
H A D | radeon_ni_dpm.c | 4002 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in ni_parse_power_table()
|
H A D | radeon_si_dpm.c | 6828 if (!atom_parse_data_header(mode_info->atom_context, index, NULL, in si_parse_power_table()
|