HomeSort by: relevance | last modified time | path
    Searched refs:xlut (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_wndwc57e.c 119 evo_data(push, asyw->xlut.i.size << 8 |
120 asyw->xlut.i.mode << 2 |
121 asyw->xlut.i.output_mode);
122 evo_data(push, asyw->xlut.handle);
123 evo_data(push, asyw->xlut.i.offset >> 8);
177 asyw->xlut.i.mode = 1; /* DIRECT8. */
179 asyw->xlut.i.mode = 2; /* DIRECT10. */
181 asyw->xlut.i.size = 4 /* VSS header. */ + size + 1 /* Entries. */;
182 asyw->xlut.i.output_mode = 0; /* INTERPOLATE_DISABLE. */
183 asyw->xlut.i.load = wndwc57e_ilut_load
    [all...]
nouveau_dispnv50_wndwc37e.c 70 evo_data(push, asyw->xlut.i.output_mode << 8 |
71 asyw->xlut.i.range << 4 |
72 asyw->xlut.i.size);
73 evo_data(push, asyw->xlut.i.offset >> 8);
74 evo_data(push, asyw->xlut.handle);
85 asyw->xlut.i.mode = 2;
86 asyw->xlut.i.size = size == 1024 ? 2 : 0;
87 asyw->xlut.i.range = 0;
88 asyw->xlut.i.output_mode = 1;
89 asyw->xlut.i.load = head907d_olut_load
    [all...]
nouveau_dispnv50_base907c.c 73 evo_data(push, asyw->xlut.i.enable << 30 |
74 asyw->xlut.i.mode << 24);
75 evo_data(push, asyw->xlut.i.offset >> 8);
78 evo_data(push, asyw->xlut.handle);
89 asyw->xlut.i.mode = size == 1024 ? 4 : 7;
90 asyw->xlut.i.enable = 2;
91 asyw->xlut.i.load = head907d_olut_load;
nouveau_dispnv50_wndw.c 127 if (clr.xlut ) wndw->func-> xlut_clr(wndw);
147 if (asyw->set.xlut ) {
149 asyw->xlut.i.offset =
150 nv50_lut_load(&wndw->ilut, asyw->xlut.i.buffer,
151 asyw->ilut, asyw->xlut.i.load);
365 memset(&asyw->xlut, 0x00, sizeof(asyw->xlut));
371 asyw->xlut.handle = wndw->wndw.vram.handle;
372 asyw->xlut.i.buffer = !asyw->xlut.i.buffer
    [all...]
atom.h 193 } xlut; member in struct:nv50_wndw_atom
243 bool xlut:1; member in struct:nv50_wndw_atom::nv50_wndw_atom_mask::__anonf635598f1908

Completed in 13 milliseconds