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
336 struct nv50_head_atom *armh = nv50_head_atom(old_crtc_state); in nv50_head_atomic_check() local
343 memcmp(&armh->wndw, &asyh->wndw, sizeof(asyh->wndw)); in nv50_head_atomic_check()
361 if (armh->state.active) { in nv50_head_atomic_check()
365 if (armh->base.depth != asyh->base.depth) in nv50_head_atomic_check()
383 nv50_head_atomic_check_view(armh, asyh, asyc); in nv50_head_atomic_check()
385 nv50_head_atomic_check_dither(armh, asyh, asyc); in nv50_head_atomic_check()
387 nv50_head_atomic_check_procamp(armh, asyh, asyc); in nv50_head_atomic_check()
396 asyh->set.base = armh->base.cpp != asyh->base.cpp; in nv50_head_atomic_check()
397 asyh->set.ovly = armh->ovly.cpp != asyh->ovly.cpp; in nv50_head_atomic_check()
408 if (memcmp(&armh->core, &asyh->core, sizeof(asyh->core))) in nv50_head_atomic_check()
411 if (armh->core.visible) { in nv50_head_atomic_check()
416 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs))) in nv50_head_atomic_check()
419 if (armh->curs.visible) { in nv50_head_atomic_check()
424 if (memcmp(&armh->olut, &asyh->olut, sizeof(asyh->olut))) in nv50_head_atomic_check()
427 if (armh->olut.visible) { in nv50_head_atomic_check()
431 asyh->clr.olut = armh->olut.visible; in nv50_head_atomic_check()
432 asyh->clr.core = armh->core.visible; in nv50_head_atomic_check()
433 asyh->clr.curs = armh->curs.visible; in nv50_head_atomic_check()
439 ret = nv50_crc_atomic_check_head(head, asyh, armh); in nv50_head_atomic_check()
466 struct nv50_head_atom *armh = nv50_head_atom(crtc->state); in nv50_head_atomic_duplicate_state() local
471 asyh->wndw = armh->wndw; in nv50_head_atomic_duplicate_state()
472 asyh->view = armh->view; in nv50_head_atomic_duplicate_state()
473 asyh->mode = armh->mode; in nv50_head_atomic_duplicate_state()
474 asyh->olut = armh->olut; in nv50_head_atomic_duplicate_state()
475 asyh->core = armh->core; in nv50_head_atomic_duplicate_state()
476 asyh->curs = armh->curs; in nv50_head_atomic_duplicate_state()
477 asyh->base = armh->base; in nv50_head_atomic_duplicate_state()
478 asyh->ovly = armh->ovly; in nv50_head_atomic_duplicate_state()
479 asyh->dither = armh->dither; in nv50_head_atomic_duplicate_state()
480 asyh->procamp = armh->procamp; in nv50_head_atomic_duplicate_state()
481 asyh->crc = armh->crc; in nv50_head_atomic_duplicate_state()
482 asyh->or = armh->or; in nv50_head_atomic_duplicate_state()
483 asyh->dp = armh->dp; in nv50_head_atomic_duplicate_state()