Lines Matching full:clr
43 union nv50_head_atom_mask clr = { in nv50_head_flush_clr() local
44 .mask = asyh->clr.mask & ~(flush ? 0 : asyh->set.mask), in nv50_head_flush_clr()
46 if (clr.crc) nv50_crc_atomic_clr(head); in nv50_head_flush_clr()
47 if (clr.olut) head->func->olut_clr(head); in nv50_head_flush_clr()
48 if (clr.core) head->func->core_clr(head); in nv50_head_flush_clr()
49 if (clr.curs) head->func->curs_clr(head); in nv50_head_flush_clr()
412 asyh->clr.core = true; in nv50_head_atomic_check()
420 asyh->clr.curs = true; in nv50_head_atomic_check()
428 asyh->clr.olut = true; in nv50_head_atomic_check()
431 asyh->clr.olut = armh->olut.visible; in nv50_head_atomic_check()
432 asyh->clr.core = armh->core.visible; in nv50_head_atomic_check()
433 asyh->clr.curs = armh->curs.visible; in nv50_head_atomic_check()
443 if (asyh->clr.mask || asyh->set.mask) in nv50_head_atomic_check()
484 asyh->clr.mask = 0; in nv50_head_atomic_duplicate_state()