Lines Matching refs:armh

79 nv50_head_atomic_check_procamp(struct nv50_head_atom *armh,
92 nv50_head_atomic_check_dither(struct nv50_head_atom *armh,
121 nv50_head_atomic_check_view(struct nv50_head_atom *armh,
322 struct nv50_head_atom *armh = nv50_head_atom(crtc->state);
338 if (armh->state.active) {
342 if (armh->base.depth != asyh->base.depth)
356 memcmp(&armh->wndw, &asyh->wndw, sizeof(asyh->wndw))) {
366 nv50_head_atomic_check_view(armh, asyh, asyc);
368 nv50_head_atomic_check_dither(armh, asyh, asyc);
370 nv50_head_atomic_check_procamp(armh, asyh, asyc);
379 asyh->set.base = armh->base.cpp != asyh->base.cpp;
380 asyh->set.ovly = armh->ovly.cpp != asyh->ovly.cpp;
391 if (memcmp(&armh->core, &asyh->core, sizeof(asyh->core)))
394 if (armh->core.visible) {
399 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs)))
402 if (armh->curs.visible) {
407 if (memcmp(&armh->olut, &asyh->olut, sizeof(asyh->olut)))
410 if (armh->olut.visible) {
414 asyh->clr.olut = armh->olut.visible;
415 asyh->clr.core = armh->core.visible;
416 asyh->clr.curs = armh->curs.visible;
422 ret = nv50_crc_atomic_check_head(head, asyh, armh);
449 struct nv50_head_atom *armh = nv50_head_atom(crtc->state);
454 asyh->wndw = armh->wndw;
455 asyh->view = armh->view;
456 asyh->mode = armh->mode;
457 asyh->olut = armh->olut;
458 asyh->core = armh->core;
459 asyh->curs = armh->curs;
460 asyh->base = armh->base;
461 asyh->ovly = armh->ovly;
462 asyh->dither = armh->dither;
463 asyh->procamp = armh->procamp;
464 asyh->crc = armh->crc;
465 asyh->or = armh->or;
466 asyh->dp = armh->dp;