Home
last modified time | relevance | path

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

/linux/drivers/char/agp/
H A Dintel-gtt.c177 char *gtt_table; in i810_setup() local
180 gtt_table = alloc_gatt_pages(I810_GTT_ORDER); in i810_setup()
181 if (gtt_table == NULL) in i810_setup()
183 intel_private.i81x_gtt_table = gtt_table; in i810_setup()
191 writel(virt_to_phys(gtt_table) | I810_PGETBL_ENABLED, in i810_setup()