Lines Matching refs:xlut
135 if (clr.xlut ) wndw->func-> xlut_clr(wndw); in nv50_wndw_flush_clr()
155 if (asyw->set.xlut ) { in nv50_wndw_flush_set()
157 asyw->xlut.i.offset = in nv50_wndw_flush_set()
158 nv50_lut_load(&wndw->ilut, asyw->xlut.i.buffer, in nv50_wndw_flush_set()
159 asyw->ilut, asyw->xlut.i.load); in nv50_wndw_flush_set()
203 asyw->xlut.handle = 0; in nv50_wndw_atomic_check_release()
406 memset(&asyw->xlut, 0x00, sizeof(asyw->xlut)); in nv50_wndw_atomic_check_lut()
409 asyw->xlut.handle = wndw->wndw.vram.handle; in nv50_wndw_atomic_check_lut()
410 asyw->xlut.i.buffer = !asyw->xlut.i.buffer; in nv50_wndw_atomic_check_lut()
411 asyw->set.xlut = true; in nv50_wndw_atomic_check_lut()
413 asyw->clr.xlut = armw->xlut.handle != 0; in nv50_wndw_atomic_check_lut()
418 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle))) in nv50_wndw_atomic_check_lut()
419 asyw->set.xlut = true; in nv50_wndw_atomic_check_lut()
506 asyw->clr.xlut = armw->xlut.handle != 0; in nv50_wndw_atomic_check()
507 if (asyw->clr.xlut && asyw->visible) in nv50_wndw_atomic_check()
508 asyw->set.xlut = asyw->xlut.handle != 0; in nv50_wndw_atomic_check()
607 asyw->xlut = armw->xlut; in nv50_wndw_atomic_duplicate_state()