Lines Matching defs:armw
270 struct nv50_wndw_atom *armw,
282 if (fb != armw->state.fb || !armw->visible || modeset) {
331 if (memcmp(&armw->scale, &asyw->scale, sizeof(asyw->scale)))
353 if (memcmp(&armw->blend, &asyw->blend, sizeof(asyw->blend)))
360 if (memcmp(&armw->point, &asyw->point, sizeof(asyw->point)))
369 struct nv50_wndw_atom *armw,
413 asyw->clr.xlut = armw->xlut.handle != 0;
418 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle)))
428 asyw->clr.csc = armw->csc.valid;
444 struct nv50_wndw_atom *armw = nv50_wndw_atom(wndw->plane.state);
466 if (armw->state.crtc) {
467 harm = nv50_head_atom_get(asyw->state.state, armw->state.crtc);
474 (!armw->visible ||
477 armw->state.fb->format->format)) {
478 ret = nv50_wndw_atomic_check_lut(wndw, armw, asyw, asyh);
486 armw, asyw, asyh);
492 if (armw->visible) {
504 asyw->clr.ntfy = armw->ntfy.handle != 0;
505 asyw->clr.sema = armw->sema.handle != 0;
506 asyw->clr.xlut = armw->xlut.handle != 0;
509 asyw->clr.csc = armw->csc.valid;
511 asyw->clr.image = armw->image.handle[0] != 0;
599 struct nv50_wndw_atom *armw = nv50_wndw_atom(plane->state);
604 asyw->sema = armw->sema;
605 asyw->ntfy = armw->ntfy;
607 asyw->xlut = armw->xlut;
608 asyw->csc = armw->csc;
609 asyw->image = armw->image;
610 asyw->point = armw->point;