gtt_cursor_mem    284 drivers/video/fbdev/intelfb/intelfb.h 	struct agp_memory *gtt_cursor_mem; /* hw cursor */
gtt_cursor_mem    434 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (dinfo->gtt_cursor_mem) {
gtt_cursor_mem    435 drivers/video/fbdev/intelfb/intelfbdrv.c 		agp_unbind_memory(dinfo->gtt_cursor_mem);
gtt_cursor_mem    436 drivers/video/fbdev/intelfb/intelfbdrv.c 		agp_free_memory(dinfo->gtt_cursor_mem);
gtt_cursor_mem    691 drivers/video/fbdev/intelfb/intelfbdrv.c 		if (!(dinfo->gtt_cursor_mem =
gtt_cursor_mem    699 drivers/video/fbdev/intelfb/intelfbdrv.c 		if (agp_bind_memory(dinfo->gtt_cursor_mem,
gtt_cursor_mem    708 drivers/video/fbdev/intelfb/intelfbdrv.c 				= dinfo->gtt_cursor_mem->physical;