Lines Matching full:visible
379 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check()
392 if (!asyh->core.visible) in nv50_head_atomic_check()
393 asyh->olut.visible = false; in nv50_head_atomic_check()
399 asyh->olut.visible = false; in nv50_head_atomic_check()
400 asyh->core.visible = false; in nv50_head_atomic_check()
401 asyh->curs.visible = false; in nv50_head_atomic_check()
407 if (asyh->core.visible) { in nv50_head_atomic_check()
411 if (armh->core.visible) { in nv50_head_atomic_check()
415 if (asyh->curs.visible) { in nv50_head_atomic_check()
419 if (armh->curs.visible) { in nv50_head_atomic_check()
423 if (asyh->olut.visible) { in nv50_head_atomic_check()
427 if (armh->olut.visible) { 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()
434 asyh->set.olut = asyh->olut.visible; in nv50_head_atomic_check()
435 asyh->set.core = asyh->core.visible; in nv50_head_atomic_check()
436 asyh->set.curs = asyh->curs.visible; in nv50_head_atomic_check()