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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head.c 142 asyh->view.iW = umode->hdisplay;
179 asyh->view.oW = min(asyh->view.iW, asyh->view.oW);
195 * inputAR = iW / iH; outputAR = oW / oH
196 * outputAR > inputAR is equivalent to oW * iH > iW * oH
198 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) {
200 u32 r = (asyh->view.iW << 19) / asyh->view.iH;
204 u32 r = (asyh->view.iH << 19) / asyh->view.iW;
atom.h 32 u16 iW;
nouveau_dispnv50_headc37d.c 201 evo_data(push, (asyh->view.iH << 16) | asyh->view.iW);
nouveau_dispnv50_head507d.c 335 evo_data(push, asyh->view.iH << 16 | asyh->view.iW);
nouveau_dispnv50_head907d.c 289 evo_data(push, asyh->view.iH << 16 | asyh->view.iW);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
r8a77470-iwg23s-sbc.dts 12 model = "iWave iW-RainboW-G23S single board computer based on RZ/G1C";

Completed in 13 milliseconds