Lines Matching full:rom
85 * the IGP rom is not accessible via the rom bar as the IGP rom is
87 * copy of the igp rom at the start of vram if a discrete card is
130 /* XXX: some cards may return 0 for rom size? ddx has a workaround */ in amdgpu_read_bios()
195 phys_addr_t rom = adev->pdev->rom; in amdgpu_read_platform_bios() local
201 if (!rom || romlen == 0) in amdgpu_read_platform_bios()
208 bios = ioremap(rom, romlen); in amdgpu_read_platform_bios()
230 /* retrieve the ROM in 4k blocks */
436 dev_info(adev->dev, "Fetched VBIOS from ROM BAR\n"); in amdgpu_get_bios()
441 dev_info(adev->dev, "Fetched VBIOS from ROM\n"); in amdgpu_get_bios()
446 dev_info(adev->dev, "Fetched VBIOS from disabled ROM BAR\n"); in amdgpu_get_bios()
455 DRM_ERROR("Unable to locate a BIOS ROM\n"); in amdgpu_get_bios()