Home
last modified time | relevance | path

Searched refs:drm_agp_head (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_agpsupport.h16 struct drm_agp_head { struct
35 struct drm_agp_head *drm_agp_init(struct drm_device *dev);
78 static inline struct drm_agp_head *drm_agp_init(struct drm_device *dev) in drm_agp_init()
H A Ddrm_device.h287 struct drm_agp_head *agp;
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_legacy.h250 struct drm_agp_head { struct
264 struct drm_agp_head *drm_legacy_agp_init(struct drm_device *dev);
274 static inline struct drm_agp_head *drm_legacy_agp_init(struct drm_device *dev) in drm_legacy_agp_init()
H A Ddrm_device.h341 struct drm_agp_head *agp;
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_agpsupport.c58 * drm_agp_info structure with the information in drm_agp_head::agp_info.
252 * Walks through drm_agp_head::memory until finding a matching handle.
394 * \return pointer to a drm_agp_head structure.
397 * via the inter_module_* functions. Creates and initializes a drm_agp_head
403 struct drm_agp_head *drm_agp_init(struct drm_device *dev) in drm_agp_init()
405 struct drm_agp_head *head = NULL; in drm_agp_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_agpsupport.c57 * drm_agp_info structure with the information in drm_agp_head::agp_info.
245 * Walks through drm_agp_head::memory until finding a matching handle.
375 * \return pointer to a drm_agp_head structure.
378 * via the inter_module_* functions. Creates and initializes a drm_agp_head
384 struct drm_agp_head *drm_legacy_agp_init(struct drm_device *dev) in drm_legacy_agp_init()
387 struct drm_agp_head *head = NULL; in drm_legacy_agp_init()

Completed in 4 milliseconds