Searched refs:ImageLength (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_bios.c670 vhdr->VendorID, vhdr->DeviceID, vhdr->ImageLength);
681 if (vfct->VBIOSImageOffset + sizeof(VFCT_IMAGE_HEADER) + vhdr->ImageLength > tbl_size) {
686 rdev->bios = malloc(vhdr->ImageLength, DRM_MEM_DRIVER, M_NOWAIT);
688 memcpy(rdev->bios, &vbios->VbiosContent, vhdr->ImageLength);
H A Datombios.h7996 ULONG ImageLength; //0x64 member in struct:__anon9929

Completed in 203 milliseconds