Lines Matching defs:armw
267 struct nv50_wndw_atom *armw,
279 if (fb != armw->state.fb || !armw->visible || modeset) {
328 if (memcmp(&armw->scale, &asyw->scale, sizeof(asyw->scale)))
350 if (memcmp(&armw->blend, &asyw->blend, sizeof(asyw->blend)))
357 if (memcmp(&armw->point, &asyw->point, sizeof(asyw->point)))
366 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;
441 struct nv50_wndw_atom *armw = nv50_wndw_atom(wndw->plane.state);
463 if (armw->state.crtc) {
464 harm = nv50_head_atom_get(asyw->state.state, armw->state.crtc);
471 (!armw->visible ||
474 armw->state.fb->format->format)) {
475 ret = nv50_wndw_atomic_check_lut(wndw, armw, asyw, asyh);
483 armw, asyw, asyh);
489 if (armw->visible) {
501 asyw->clr.ntfy = armw->ntfy.handle != 0;
502 asyw->clr.sema = armw->sema.handle != 0;
503 asyw->clr.xlut = armw->xlut.handle != 0;
506 asyw->clr.csc = armw->csc.valid;
508 asyw->clr.image = armw->image.handle[0] != 0;
593 struct nv50_wndw_atom *armw = nv50_wndw_atom(plane->state);
598 asyw->sema = armw->sema;
599 asyw->ntfy = armw->ntfy;
601 asyw->xlut = armw->xlut;
602 asyw->csc = armw->csc;
603 asyw->image = armw->image;
604 asyw->point = armw->point;