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

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_bios.c49 struct drm_local_map bios_map; local
67 bios_map.offset = vram_base;
68 bios_map.size = size;
69 bios_map.type = 0;
70 bios_map.flags = 0;
71 bios_map.mtrr = 0;
72 drm_core_ioremap(&bios_map, rdev->ddev);
73 if (bios_map.handle == NULL) {
77 bios = bios_map.handle;
78 size = bios_map
[all...]

Completed in 90 milliseconds