Lines Matching refs:chipset_flush
59 void (*chipset_flush)(void); member
849 if (intel_private.driver->chipset_flush) in intel_gtt_insert_page()
850 intel_private.driver->chipset_flush(); in intel_gtt_insert_page()
875 if (intel_private.driver->chipset_flush) in intel_gtt_insert_sg_entries()
876 intel_private.driver->chipset_flush(); in intel_gtt_insert_sg_entries()
1197 .chipset_flush = i830_chipset_flush,
1208 .chipset_flush = i9xx_chipset_flush,
1218 .chipset_flush = i9xx_chipset_flush,
1228 .chipset_flush = i9xx_chipset_flush,
1238 .chipset_flush = i9xx_chipset_flush,
1247 .chipset_flush = i9xx_chipset_flush,
1257 .chipset_flush = i9xx_chipset_flush,
1438 if (intel_private.driver->chipset_flush) in intel_gtt_chipset_flush()
1439 intel_private.driver->chipset_flush(); in intel_gtt_chipset_flush()