HomeSort by: relevance | last modified time | path
    Searched refs:drm_agp_head (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_agpsupport.h 25 struct drm_agp_head *
55 struct drm_agp_head { struct
81 struct drm_agp_head *drm_agp_init(struct drm_device *dev);
137 static inline struct drm_agp_head *drm_agp_init(struct drm_device *dev)
drm_device.h 275 struct drm_agp_head *agp;
  /src/sys/external/bsd/drm2/drm/
drm_agp_hook.c 138 struct drm_agp_head *
142 struct drm_agp_head *agp;
  /src/sys/external/bsd/drm2/dist/drm/
drm_agpsupport.c 63 * drm_agp_info structure with the information in drm_agp_head::agp_info.
282 * Walks through drm_agp_head::memory until finding a matching handle.
441 * \return pointer to a drm_agp_head structure.
444 * via the inter_module_* functions. Creates and initializes a drm_agp_head
450 static struct drm_agp_head *drm_agp_init_hook(struct drm_device *dev)
452 struct drm_agp_head *head = NULL;
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 592 typedef struct drm_agp_head { struct

Completed in 15 milliseconds