Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 4 of 4) sorted by relevance

/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c262 entry->bound = 0; in drm_agp_alloc()
322 if (!entry->bound) in drm_agp_unbind()
335 entry->bound = 0; in drm_agp_unbind()
370 if (entry->bound) in drm_agp_bind()
381 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_agp_bind()
383 dev->agp->base, entry->bound); in drm_agp_bind()
417 if (entry->bound) in drm_agp_free()
530 if (!entry || !entry->bound) in drm_agp_unbind_memory()
540 entry->bound = 0; in drm_agp_unbind_memory()
H A Ddrm_fb_helper.c229 int bound = 0, crtcs_bound = 0; in drm_fb_helper_is_bound() local
235 bound++; in drm_fb_helper_is_bound()
238 if (bound < crtcs_bound) in drm_fb_helper_is_bound()
H A Ddrm_drv.c186 if (entry->bound) in drm_lastclose()
/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h701 unsigned long bound; /**< address */ member