Lines Matching defs:armw
276 struct nv50_wndw_atom *armw,
288 if (fb != armw->state.fb || !armw->visible || modeset) {
337 if (memcmp(&armw->scale, &asyw->scale, sizeof(asyw->scale)))
359 if (memcmp(&armw->blend, &asyw->blend, sizeof(asyw->blend)))
366 if (memcmp(&armw->point, &asyw->point, sizeof(asyw->point)))
375 struct nv50_wndw_atom *armw,
419 asyw->clr.xlut = armw->xlut.handle != 0;
424 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle)))
434 asyw->clr.csc = armw->csc.valid;
450 struct nv50_wndw_atom *armw = nv50_wndw_atom(wndw->plane.state);
472 if (armw->state.crtc) {
473 harm = nv50_head_atom_get(asyw->state.state, armw->state.crtc);
480 (!armw->visible ||
483 armw->state.fb->format->format)) {
484 ret = nv50_wndw_atomic_check_lut(wndw, armw, asyw, asyh);
492 armw, asyw, asyh);
498 if (armw->visible) {
510 asyw->clr.ntfy = armw->ntfy.handle != 0;
511 asyw->clr.sema = armw->sema.handle != 0;
512 asyw->clr.xlut = armw->xlut.handle != 0;
515 asyw->clr.csc = armw->csc.valid;
517 asyw->clr.image = armw->image.handle[0] != 0;
731 struct nv50_wndw_atom *armw = nv50_wndw_atom(plane->state);
736 asyw->sema = armw->sema;
737 asyw->ntfy = armw->ntfy;
739 asyw->xlut = armw->xlut;
740 asyw->csc = armw->csc;
741 asyw->image = armw->image;
742 asyw->point = armw->point;