Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c383 drm_agp_head_t *
386 drm_agp_head_t *agp = NULL; in drm_agp_init()
389 agp = kmem_zalloc(sizeof (drm_agp_head_t), KM_SLEEP); in drm_agp_init()
424 kmem_free(agp, sizeof (drm_agp_head_t)); in drm_agp_init()
432 drm_agp_head_t *agp = dev->agp; in drm_agp_fini()
435 kmem_free(agp, sizeof (drm_agp_head_t)); in drm_agp_fini()
H A DdrmP.h562 } drm_agp_head_t; typedef
818 drm_agp_head_t *agp;
924 drm_agp_head_t *drm_agp_init(drm_device_t *);