Lines Matching full:clr
42 union nv50_head_atom_mask clr = { in nv50_head_flush_clr() local
43 .mask = asyh->clr.mask & ~(flush ? 0 : asyh->set.mask), in nv50_head_flush_clr()
45 if (clr.crc) nv50_crc_atomic_clr(head); in nv50_head_flush_clr()
46 if (clr.olut) head->func->olut_clr(head); in nv50_head_flush_clr()
47 if (clr.core) head->func->core_clr(head); in nv50_head_flush_clr()
48 if (clr.curs) head->func->curs_clr(head); in nv50_head_flush_clr()
390 asyh->clr.core = true; in nv50_head_atomic_check()
398 asyh->clr.curs = true; in nv50_head_atomic_check()
406 asyh->clr.olut = true; in nv50_head_atomic_check()
409 asyh->clr.olut = armh->olut.visible; in nv50_head_atomic_check()
410 asyh->clr.core = armh->core.visible; in nv50_head_atomic_check()
411 asyh->clr.curs = armh->curs.visible; in nv50_head_atomic_check()
421 if (asyh->clr.mask || asyh->set.mask) in nv50_head_atomic_check()
462 asyh->clr.mask = 0; in nv50_head_atomic_duplicate_state()