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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_memory.c616 if ((flags & NEED_PHYSICAL_ADDR) && mem->offset < pI830->stolen_size) {
684 if (flags & NEED_PHYSICAL_ADDR) {
693 if (mem->key == -1 || ((flags & NEED_PHYSICAL_ADDR) && mem->bus_addr == 0))
712 assert((flags & NEED_PHYSICAL_ADDR) == 0);
800 * - NEED_PHYSICAL_ADDR: Allocates the memory physically contiguous, and return
845 !(flags & (NEED_PHYSICAL_ADDR|NEED_LIFETIME_FIXED))))
996 flags |= NEED_PHYSICAL_ADDR;
1008 if (flags & NEED_PHYSICAL_ADDR)
1133 flags = pI830->CursorNeedsPhysical ? NEED_PHYSICAL_ADDR : 0;
1221 KB(4), NEED_PHYSICAL_ADDR,
[all...]
H A Di830.h922 #define NEED_PHYSICAL_ADDR 0x00000001 macro
H A Di915_hwmc.c323 flags |= NEED_PHYSICAL_ADDR;

Completed in 7 milliseconds