Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
A Dttm_agp_backend.c58 if (agp_be->mem) in ttm_agp_bind()
74 agp_be->mem = mem; in ttm_agp_bind()
91 if (agp_be->mem) { in ttm_agp_unbind()
97 agp_be->mem = NULL; in ttm_agp_unbind()
117 if (agp_be->mem) in ttm_agp_destroy()
120 kfree(agp_be); in ttm_agp_destroy()
130 agp_be = kmalloc(sizeof(*agp_be), GFP_KERNEL); in ttm_agp_tt_create()
131 if (!agp_be) in ttm_agp_tt_create()
134 agp_be->mem = NULL; in ttm_agp_tt_create()
138 kfree(agp_be); in ttm_agp_tt_create()
[all …]

Completed in 4 milliseconds