Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ | |
head.h | 15 struct nv50_lut olut; member in struct:nv50_head 26 bool (*olut)(struct nv50_head *, struct nv50_head_atom *, int); member in struct:nv50_head_func |
nouveau_dispnv50_head.c | 45 if (clr.olut) head->func->olut_clr(head); 56 if (asyh->set.olut ) { 57 asyh->olut.offset = nv50_lut_load(&head->olut, 58 asyh->olut.buffer, 60 asyh->olut.load); 220 struct drm_property_blob *olut = asyh->state.gamma_lut; local in function:nv50_head_atomic_check_lut 224 if (olut) { 228 if (asyh->wndw.olut) { 232 if (asyh->wndw.olut != asyh->wndw.mask [all...] |
atom.h | 28 u32 olut; member in struct:nv50_head_atom::__anonf635598f0108 68 } olut; member in struct:nv50_head_atom 135 bool olut:1; member in struct:nv50_head_atom::nv50_head_atom_mask::__anonf635598f0f08 |