Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/
Ddrm_agpsupport.c302 int drm_legacy_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) in drm_legacy_agp_bind() function
322 EXPORT_SYMBOL(drm_legacy_agp_bind);
330 return drm_legacy_agp_bind(dev, request); in drm_legacy_agp_bind_ioctl()
/Linux-v6.1/include/drm/
Ddrm_legacy.h272 int drm_legacy_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
319 static inline int drm_legacy_agp_bind(struct drm_device *dev, in drm_legacy_agp_bind() function
/Linux-v6.1/drivers/gpu/drm/mga/
Dmga_dma.c518 err = drm_legacy_agp_bind(dev, &bind_req); in mga_do_agp_dma_bootstrap()