Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_agpsupport.h31 int drm_bind_agp(struct agp_memory * handle, unsigned int start);
72 static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start) in drm_bind_agp() function
/linux-4.4.14/drivers/gpu/drm/
Ddrm_memory.c103 int drm_bind_agp(struct agp_memory * handle, unsigned int start) in drm_bind_agp() function
Ddrm_agpsupport.c324 if ((retcode = drm_bind_agp(entry->memory, page))) in drm_agp_bind()