Searched refs:fg_cache (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dffb.c361 u32 fg_cache __attribute__((aligned (8))); member in struct:ffb_par
440 upa_writel(par->fg_cache, &fbc->fg); ffb_switch_from_graph()
488 if (fg != par->fg_cache) { ffb_fillrect()
491 par->fg_cache = fg; ffb_fillrect()
573 if (fgbg != *(u64 *)&par->fg_cache) { ffb_imageblit()
576 *(u64 *)&par->fg_cache = fgbg; ffb_imageblit()

Completed in 80 milliseconds