Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dwndw.c228 struct nv50_wndw_atom *armw, in nv50_wndw_atomic_check_acquire() argument
238 if (asyw->state.fb != armw->state.fb || !armw->visible || modeset) { in nv50_wndw_atomic_check_acquire()
280 if (memcmp(&armw->scale, &asyw->scale, sizeof(asyw->scale))) in nv50_wndw_atomic_check_acquire()
287 if (memcmp(&armw->point, &asyw->point, sizeof(asyw->point))) in nv50_wndw_atomic_check_acquire()
296 struct nv50_wndw_atom *armw, in nv50_wndw_atomic_check_lut() argument
336 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle))) in nv50_wndw_atomic_check_lut()
348 struct nv50_wndw_atom *armw = nv50_wndw_atom(wndw->plane.state); in nv50_wndw_atomic_check() local
370 if (armw->state.crtc) { in nv50_wndw_atomic_check()
371 harm = nv50_head_atom_get(asyw->state.state, armw->state.crtc); in nv50_wndw_atomic_check()
378 (!armw->visible || in nv50_wndw_atomic_check()
[all …]