Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Dmmu.c59 if (!driver->has_clflush) in psb_mmu_clflush()
297 if (pd->driver->has_clflush && pd->hw_context != -1) { in psb_mmu_alloc_pt()
469 driver->has_clflush = 0; in psb_mmu_driver_init()
482 driver->has_clflush = 1; in psb_mmu_driver_init()
514 if (!pd->driver->has_clflush) in psb_mmu_flush_ptes()
Dmmu.h26 int has_clflush; member