Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/fbdev/
Dffb.c363 u32 fg_cache __attribute__((aligned (8))); member
442 upa_writel(par->fg_cache, &fbc->fg); in ffb_switch_from_graph()
490 if (fg != par->fg_cache) { in ffb_fillrect()
493 par->fg_cache = fg; in ffb_fillrect()
575 if (fgbg != *(u64 *)&par->fg_cache) { in ffb_imageblit()
578 *(u64 *)&par->fg_cache = fgbg; in ffb_imageblit()