Lines Matching refs:set
43 .mask = asyh->clr.mask & ~(flush ? 0 : asyh->set.mask),
54 if (asyh->set.curs ) head->func->curs_set(head, asyh);
55 if (asyh->set.olut ) {
67 if (asyh->set.view ) head->func->view (head, asyh);
68 if (asyh->set.mode ) head->func->mode (head, asyh);
69 if (asyh->set.core ) head->func->core_set(head, asyh);
70 if (asyh->set.base ) head->func->base (head, asyh);
71 if (asyh->set.ovly ) head->func->ovly (head, asyh);
72 if (asyh->set.dither ) head->func->dither (head, asyh);
73 if (asyh->set.procamp) head->func->procamp (head, asyh);
74 if (asyh->set.crc ) nv50_crc_atomic_set (head, asyh);
75 if (asyh->set.or ) head->func->or (head, asyh);
88 asyh->set.procamp = true;
117 asyh->set.dither = true;
221 asyh->set.view = true;
328 asyh->set.or = head->func->or != NULL;
329 asyh->set.mode = true;
369 asyc->set.scaler = true;
371 asyc->set.dither = true;
375 asyc->set.mask = ~0;
376 asyh->set.mask = ~0;
377 asyh->set.or = head->func->or != NULL;
387 if (asyc->set.scaler)
389 if (asyc->set.dither)
391 if (asyc->set.procamp)
401 asyh->set.base = armh->base.cpp != asyh->base.cpp;
402 asyh->set.ovly = armh->ovly.cpp != asyh->ovly.cpp;
414 asyh->set.core = true;
422 asyh->set.curs = true;
430 asyh->set.olut = true;
439 asyh->set.olut = asyh->olut.visible;
440 asyh->set.core = asyh->core.visible;
441 asyh->set.curs = asyh->curs.visible;
448 if (asyh->clr.mask || asyh->set.mask)
490 asyh->set.mask = 0;