• Home
  • Raw
  • Download

Lines Matching refs:armh

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