Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dagp_backend.h80 bool is_bound; member
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dgeneric.c169 if (curr->is_bound) in agp_free_memory()
415 if (curr->is_bound) { in agp_bind_memory()
429 curr->is_bound = true; in agp_bind_memory()
455 if (!curr->is_bound) { in agp_unbind_memory()
465 curr->is_bound = false; in agp_unbind_memory()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c94 if (agp_be->mem->is_bound) { in ttm_agp_unbind()