Home
last modified time | relevance | path

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

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