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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_agpsupport.c262 entry->bound = 0;
322 if (!entry->bound)
335 entry->bound = 0;
357 * is currently bound into the GATT. Looks-up the AGP memory entry and passes
370 if (entry->bound)
381 entry->bound = dev->agp->base + (page << PAGE_SHIFT);
382 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n",
383 dev->agp->base, entry->bound);
405 * AGP memory entry. If the memory it's currently bound, unbind it via
417 if (entry->bound)
[all...]
H A Ddrm_fb_helper.c229 int bound = 0, crtcs_bound = 0; local
235 bound++;
238 if (bound < crtcs_bound)
H A Ddrm_drv.c186 if (entry->bound)
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_agpsupport.c237 entry->bound = 0;
291 if (!entry->bound)
303 entry->bound = 0;
323 if (!entry || entry->bound)
334 entry->bound = dev->agp->base + (start << AGP_PAGE_SHIFT);
354 if (entry->bound)
479 if (!entry || !entry->bound)
491 entry->bound = 0;
H A Ddrm_drv.c276 if (entry->bound)
H A DdrmP.h425 unsigned long bound; /* address */ member in struct:drm_agp_mem
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h700 unsigned long bound; /**< address */ member in struct:drm_agp_mem
873 * Returns true upper bound on error for timestamp.

Completed in 30 milliseconds