Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c268 drm_agp_lookup_entry(drm_device_t *dev, void *handle) in drm_agp_lookup_entry() function
295 if (!(entry = drm_agp_lookup_entry(dev, (void *)request.handle))) in drm_agp_unbind()
328 entry = drm_agp_lookup_entry(dev, (void *)request.handle); in drm_agp_bind()
358 if (!(entry = drm_agp_lookup_entry(dev, (void *)request.handle))) in drm_agp_free()
483 entry = drm_agp_lookup_entry(dev, (void *)handle); in drm_agp_unbind_memory()