Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_agpsupport.h63 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
141 static inline int drm_agp_bind(struct drm_device *dev, in drm_agp_bind() function
/Linux-v4.19/drivers/gpu/drm/
Ddrm_agpsupport.c310 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_bind() function
330 EXPORT_SYMBOL(drm_agp_bind);
338 return drm_agp_bind(dev, request); in drm_agp_bind_ioctl()
/Linux-v4.19/drivers/gpu/drm/mga/
Dmga_dma.c517 err = drm_agp_bind(dev, &bind_req); in mga_do_agp_dma_bootstrap()