Lines Matching full:visible
356 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check()
370 if (!asyh->core.visible) in nv50_head_atomic_check()
371 asyh->olut.visible = false; in nv50_head_atomic_check()
377 asyh->olut.visible = false; in nv50_head_atomic_check()
378 asyh->core.visible = false; in nv50_head_atomic_check()
379 asyh->curs.visible = false; in nv50_head_atomic_check()
385 if (asyh->core.visible) { in nv50_head_atomic_check()
389 if (armh->core.visible) { in nv50_head_atomic_check()
393 if (asyh->curs.visible) { in nv50_head_atomic_check()
397 if (armh->curs.visible) { in nv50_head_atomic_check()
401 if (asyh->olut.visible) { in nv50_head_atomic_check()
405 if (armh->olut.visible) { 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()
412 asyh->set.olut = asyh->olut.visible; in nv50_head_atomic_check()
413 asyh->set.core = asyh->core.visible; in nv50_head_atomic_check()
414 asyh->set.curs = asyh->curs.visible; in nv50_head_atomic_check()