Home
last modified time | relevance | path

Searched refs:armw (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Dwndw.c269 struct nv50_wndw_atom *armw, in nv50_wndw_atomic_check_acquire() argument
281 if (fb != armw->state.fb || !armw->visible || modeset) { in nv50_wndw_atomic_check_acquire()
330 if (memcmp(&armw->scale, &asyw->scale, sizeof(asyw->scale))) in nv50_wndw_atomic_check_acquire()
352 if (memcmp(&armw->blend, &asyw->blend, sizeof(asyw->blend))) in nv50_wndw_atomic_check_acquire()
359 if (memcmp(&armw->point, &asyw->point, sizeof(asyw->point))) in nv50_wndw_atomic_check_acquire()
368 struct nv50_wndw_atom *armw, in nv50_wndw_atomic_check_lut() argument
412 asyw->clr.xlut = armw->xlut.handle != 0; in nv50_wndw_atomic_check_lut()
417 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle))) in nv50_wndw_atomic_check_lut()
427 asyw->clr.csc = armw->csc.valid; in nv50_wndw_atomic_check_lut()
443 struct nv50_wndw_atom *armw = nv50_wndw_atom(wndw->plane.state); in nv50_wndw_atomic_check() local
[all …]