Lines Matching refs:xlut
132 if (clr.xlut ) wndw->func-> xlut_clr(wndw); in nv50_wndw_flush_clr()
152 if (asyw->set.xlut ) { in nv50_wndw_flush_set()
154 asyw->xlut.i.offset = in nv50_wndw_flush_set()
155 nv50_lut_load(&wndw->ilut, asyw->xlut.i.buffer, in nv50_wndw_flush_set()
156 asyw->ilut, asyw->xlut.i.load); in nv50_wndw_flush_set()
200 asyw->xlut.handle = 0; in nv50_wndw_atomic_check_release()
403 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()
503 asyw->clr.xlut = armw->xlut.handle != 0; in nv50_wndw_atomic_check()
504 if (asyw->clr.xlut && asyw->visible) in nv50_wndw_atomic_check()
505 asyw->set.xlut = asyw->xlut.handle != 0; in nv50_wndw_atomic_check()
601 asyw->xlut = armw->xlut; in nv50_wndw_atomic_duplicate_state()