Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c438 if (dinfo->gtt_cursor_mem) { in cleanup()
439 agp_unbind_memory(dinfo->gtt_cursor_mem); in cleanup()
440 agp_free_memory(dinfo->gtt_cursor_mem); in cleanup()
699 if (!(dinfo->gtt_cursor_mem = in intelfb_pci_register()
707 if (agp_bind_memory(dinfo->gtt_cursor_mem, in intelfb_pci_register()
716 = dinfo->gtt_cursor_mem->physical; in intelfb_pci_register()
H A Dintelfb.h284 struct agp_memory *gtt_cursor_mem; /* hw cursor */ member