Home
last modified time | relevance | path

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

/linux/drivers/char/agp/
A Dintel-gtt.c176 char *gtt_table; in i810_setup() local
179 gtt_table = alloc_gatt_pages(I810_GTT_ORDER); in i810_setup()
180 if (gtt_table == NULL) in i810_setup()
182 intel_private.i81x_gtt_table = gtt_table; in i810_setup()
190 writel(virt_to_phys(gtt_table) | I810_PGETBL_ENABLED, in i810_setup()

Completed in 4 milliseconds