armh              837 drivers/gpu/drm/nouveau/dispnv50/disp.c 	struct nv50_head_atom *armh = nv50_head_atom(head->base.base.state);
armh              859 drivers/gpu/drm/nouveau/dispnv50/disp.c 	r = drm_dp_mst_allocate_vcpi(&mstm->mgr, mstc->port, armh->dp.pbn,
armh              860 drivers/gpu/drm/nouveau/dispnv50/disp.c 				     armh->dp.tu);
armh              872 drivers/gpu/drm/nouveau/dispnv50/disp.c 	mstm->outp->update(mstm->outp, head->base.index, armh, proto,
armh              873 drivers/gpu/drm/nouveau/dispnv50/disp.c 			   nv50_dp_bpc_to_depth(armh->or.bpc));
armh               67 drivers/gpu/drm/nouveau/dispnv50/head.c nv50_head_atomic_check_procamp(struct nv50_head_atom *armh,
armh               80 drivers/gpu/drm/nouveau/dispnv50/head.c nv50_head_atomic_check_dither(struct nv50_head_atom *armh,
armh              107 drivers/gpu/drm/nouveau/dispnv50/head.c nv50_head_atomic_check_view(struct nv50_head_atom *armh,
armh              298 drivers/gpu/drm/nouveau/dispnv50/head.c 	struct nv50_head_atom *armh = nv50_head_atom(crtc->state);
armh              314 drivers/gpu/drm/nouveau/dispnv50/head.c 		if (armh->state.active) {
armh              318 drivers/gpu/drm/nouveau/dispnv50/head.c 				if (armh->base.depth != asyh->base.depth)
armh              332 drivers/gpu/drm/nouveau/dispnv50/head.c 		    memcmp(&armh->wndw, &asyh->wndw, sizeof(asyh->wndw))) {
armh              342 drivers/gpu/drm/nouveau/dispnv50/head.c 				nv50_head_atomic_check_view(armh, asyh, asyc);
armh              344 drivers/gpu/drm/nouveau/dispnv50/head.c 				nv50_head_atomic_check_dither(armh, asyh, asyc);
armh              346 drivers/gpu/drm/nouveau/dispnv50/head.c 				nv50_head_atomic_check_procamp(armh, asyh, asyc);
armh              355 drivers/gpu/drm/nouveau/dispnv50/head.c 		asyh->set.base = armh->base.cpp != asyh->base.cpp;
armh              356 drivers/gpu/drm/nouveau/dispnv50/head.c 		asyh->set.ovly = armh->ovly.cpp != asyh->ovly.cpp;
armh              367 drivers/gpu/drm/nouveau/dispnv50/head.c 			if (memcmp(&armh->core, &asyh->core, sizeof(asyh->core)))
armh              370 drivers/gpu/drm/nouveau/dispnv50/head.c 		if (armh->core.visible) {
armh              375 drivers/gpu/drm/nouveau/dispnv50/head.c 			if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs)))
armh              378 drivers/gpu/drm/nouveau/dispnv50/head.c 		if (armh->curs.visible) {
armh              383 drivers/gpu/drm/nouveau/dispnv50/head.c 			if (memcmp(&armh->olut, &asyh->olut, sizeof(asyh->olut)))
armh              386 drivers/gpu/drm/nouveau/dispnv50/head.c 		if (armh->olut.visible) {
armh              390 drivers/gpu/drm/nouveau/dispnv50/head.c 		asyh->clr.olut = armh->olut.visible;
armh              391 drivers/gpu/drm/nouveau/dispnv50/head.c 		asyh->clr.core = armh->core.visible;
armh              392 drivers/gpu/drm/nouveau/dispnv50/head.c 		asyh->clr.curs = armh->curs.visible;
armh              420 drivers/gpu/drm/nouveau/dispnv50/head.c 	struct nv50_head_atom *armh = nv50_head_atom(crtc->state);
armh              425 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->wndw = armh->wndw;
armh              426 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->view = armh->view;
armh              427 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->mode = armh->mode;
armh              428 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->olut = armh->olut;
armh              429 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->core = armh->core;
armh              430 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->curs = armh->curs;
armh              431 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->base = armh->base;
armh              432 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->ovly = armh->ovly;
armh              433 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->dither = armh->dither;
armh              434 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->procamp = armh->procamp;
armh              435 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->or = armh->or;
armh              436 drivers/gpu/drm/nouveau/dispnv50/head.c 	asyh->dp = armh->dp;