Lines Matching refs:armh

80 nv50_head_atomic_check_procamp(struct nv50_head_atom *armh,  in nv50_head_atomic_check_procamp()  argument
93 nv50_head_atomic_check_dither(struct nv50_head_atom *armh, in nv50_head_atomic_check_dither() argument
122 nv50_head_atomic_check_view(struct nv50_head_atom *armh, in nv50_head_atomic_check_view() argument
342 struct nv50_head_atom *armh = nv50_head_atom(old_crtc_state); in nv50_head_atomic_check() local
349 memcmp(&armh->wndw, &asyh->wndw, sizeof(asyh->wndw)); in nv50_head_atomic_check()
367 if (armh->state.active) { in nv50_head_atomic_check()
371 if (armh->base.depth != asyh->base.depth) in nv50_head_atomic_check()
389 nv50_head_atomic_check_view(armh, asyh, asyc); in nv50_head_atomic_check()
391 nv50_head_atomic_check_dither(armh, asyh, asyc); in nv50_head_atomic_check()
393 nv50_head_atomic_check_procamp(armh, asyh, asyc); in nv50_head_atomic_check()
402 asyh->set.base = armh->base.cpp != asyh->base.cpp; in nv50_head_atomic_check()
403 asyh->set.ovly = armh->ovly.cpp != asyh->ovly.cpp; in nv50_head_atomic_check()
414 if (memcmp(&armh->core, &asyh->core, sizeof(asyh->core))) in nv50_head_atomic_check()
417 if (armh->core.visible) { in nv50_head_atomic_check()
422 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs))) in nv50_head_atomic_check()
425 if (armh->curs.visible) { in nv50_head_atomic_check()
430 if (memcmp(&armh->olut, &asyh->olut, sizeof(asyh->olut))) in nv50_head_atomic_check()
433 if (armh->olut.visible) { in nv50_head_atomic_check()
437 asyh->clr.olut = armh->olut.visible; in nv50_head_atomic_check()
438 asyh->clr.core = armh->core.visible; in nv50_head_atomic_check()
439 asyh->clr.curs = armh->curs.visible; in nv50_head_atomic_check()
445 ret = nv50_crc_atomic_check_head(head, asyh, armh); in nv50_head_atomic_check()
472 struct nv50_head_atom *armh = nv50_head_atom(crtc->state); in nv50_head_atomic_duplicate_state() local
477 asyh->wndw = armh->wndw; in nv50_head_atomic_duplicate_state()
478 asyh->view = armh->view; in nv50_head_atomic_duplicate_state()
479 asyh->mode = armh->mode; in nv50_head_atomic_duplicate_state()
480 asyh->olut = armh->olut; in nv50_head_atomic_duplicate_state()
481 asyh->core = armh->core; in nv50_head_atomic_duplicate_state()
482 asyh->curs = armh->curs; in nv50_head_atomic_duplicate_state()
483 asyh->base = armh->base; in nv50_head_atomic_duplicate_state()
484 asyh->ovly = armh->ovly; in nv50_head_atomic_duplicate_state()
485 asyh->dither = armh->dither; in nv50_head_atomic_duplicate_state()
486 asyh->procamp = armh->procamp; in nv50_head_atomic_duplicate_state()
487 asyh->crc = armh->crc; in nv50_head_atomic_duplicate_state()
488 asyh->or = armh->or; in nv50_head_atomic_duplicate_state()
489 asyh->dp = armh->dp; in nv50_head_atomic_duplicate_state()