HomeSort by: relevance | last modified time | path
    Searched refs:crat_image (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.h 321 int kfd_create_crat_image_acpi(void **crat_image, size_t *size);
322 void kfd_destroy_crat_image(void *crat_image);
323 int kfd_parse_crat_table(void *crat_image, struct list_head *device_list,
325 int kfd_create_crat_image_virtual(void **crat_image, size_t *size,
kfd_crat.c 429 * @sub_type_hdr - subtype section of crat_image
430 * @device_list - list of topology devices present in this crat_image
481 * @crat_image - input image containing CRAT
483 * parsing crat_image
488 int kfd_parse_crat_table(void *crat_image, struct list_head *device_list,
495 struct crat_header *crat_table = (struct crat_header *)crat_image;
499 if (!crat_image)
531 ((char *)crat_image) + image_len) {
753 * @crat_image: CRAT read from ACPI. If no CRAT in ACPI then
754 * crat_image will be NUL
    [all...]
kfd_topology.c 972 void *crat_image = NULL; local in function:kfd_topology_init
1006 ret = kfd_create_crat_image_acpi(&crat_image, &image_size);
1008 ret = kfd_parse_crat_table(crat_image,
1015 kfd_destroy_crat_image(crat_image);
1016 crat_image = NULL;
1020 if (!crat_image) {
1021 ret = kfd_create_crat_image_virtual(&crat_image, &image_size,
1030 ret = kfd_parse_crat_table(crat_image,
1071 kfd_destroy_crat_image(crat_image);
1228 void *crat_image = NULL local in function:kfd_topology_add_device
    [all...]

Completed in 40 milliseconds