Lines Matching full:visible
385 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check()
398 if (!asyh->core.visible) in nv50_head_atomic_check()
399 asyh->olut.visible = false; in nv50_head_atomic_check()
405 asyh->olut.visible = false; in nv50_head_atomic_check()
406 asyh->core.visible = false; in nv50_head_atomic_check()
407 asyh->curs.visible = false; in nv50_head_atomic_check()
413 if (asyh->core.visible) { in nv50_head_atomic_check()
417 if (armh->core.visible) { in nv50_head_atomic_check()
421 if (asyh->curs.visible) { in nv50_head_atomic_check()
425 if (armh->curs.visible) { in nv50_head_atomic_check()
429 if (asyh->olut.visible) { in nv50_head_atomic_check()
433 if (armh->olut.visible) { in nv50_head_atomic_check()
437 asyh->clr.olut = armh->olut.visible; in nv50_head_atomic_check()
438 asyh->clr.core = armh->core.visible; in nv50_head_atomic_check()
439 asyh->clr.curs = armh->curs.visible; in nv50_head_atomic_check()
440 asyh->set.olut = asyh->olut.visible; in nv50_head_atomic_check()
441 asyh->set.core = asyh->core.visible; in nv50_head_atomic_check()
442 asyh->set.curs = asyh->curs.visible; in nv50_head_atomic_check()