Home
last modified time | relevance | path

Searched refs:atom_parse_data_header (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_atombios.c617 if (atom_parse_data_header(ctx, index, &size, &frev, in radeon_get_atom_connector_info_from_object_table()
939 if (!atom_parse_data_header(ctx, index, &size, &frev, &crev, in radeon_get_atom_connector_info_from_supported_devices_table()
1140 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atom_get_clock_info()
1293 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_sideport_present()
1327 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_tmds_info()
1375 if (atom_parse_data_header(mode_info->atom_context, index, &size, in radeon_atombios_get_ppll_ss_info()
1557 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_lvds_info()
1696 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_primary_dac_info()
1820 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_tv_info()
1881 if (atom_parse_data_header(mode_info->atom_context, index, NULL, in radeon_atombios_get_tv_dac_info()
[all …]
H A Datom.h152 bool atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size,
H A Datom.c1340 bool atom_parse_data_header(struct atom_context *ctx, int index, in atom_parse_data_header() function
1385 if (atom_parse_data_header(ctx, index, NULL, NULL, NULL, &data_offset)) { in atom_allocate_fb_scratch()
H A Drs690.c76 if (atom_parse_data_header(rdev->mode_info.atom_context, index, NULL, in rs690_pm_info()