Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_agpsupport.h32 int drm_bind_agp(struct agp_memory * handle, unsigned int start);
68 static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start) in drm_bind_agp() function
/Linux-v5.4/drivers/gpu/drm/
Ddrm_memory.c109 int drm_bind_agp(struct agp_memory *handle, unsigned int start) in drm_bind_agp() function
Ddrm_agpsupport.c329 retcode = drm_bind_agp(entry->memory, page); in drm_agp_bind()