Searched refs:drm_agp_head_t (Results 1 – 2 of 2) sorted by relevance
383 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()
562 } drm_agp_head_t; typedef818 drm_agp_head_t *agp;924 drm_agp_head_t *drm_agp_init(drm_device_t *);