HomeSort by: relevance | last modified time | path
    Searched defs:ilut (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_wndw.c 148 if (asyw->ilut) {
150 nv50_lut_load(&wndw->ilut, asyw->xlut.i.buffer,
151 asyw->ilut, asyw->xlut.i.load);
332 struct drm_property_blob *ilut = asyh->state.degamma_lut; local in function:nv50_wndw_atomic_check_lut
340 if (!ilut && asyw->state.fb->format->format == DRM_FORMAT_C8) {
346 if (!(ilut = asyh->state.gamma_lut)) {
351 if (wndw->func->ilut)
357 if (!ilut && wndw->func->ilut_identity &&
361 ilut = &dummy;
366 if ((asyw->ilut = wndw->func->ilut ? ilut : NULL))
    [all...]
wndw.h 30 struct nv50_lut ilut; member in struct:nv50_wndw
69 bool (*ilut)(struct nv50_wndw *, struct nv50_wndw_atom *, int); member in struct:nv50_wndw_func
atom.h 164 struct drm_property_blob *ilut; member in struct:nv50_wndw_atom

Completed in 12 milliseconds