Searched refs:iW (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/arm/boot/dts/renesas/ |
D | r8a7743-iwg20d-q7-dbcm-ca.dts | 14 model = "iW-RainboW-G20D-Q7 RZ/G1M based plus camera daughter board";
|
D | r8a77470-iwg23s-sbc.dts | 12 model = "iWave iW-RainboW-G23S single board computer based on RZ/G1C";
|
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.c | 146 asyh->view.iW = umode->hdisplay; in nv50_head_atomic_check_view() 183 asyh->view.oW = min(asyh->view.iW, asyh->view.oW); in nv50_head_atomic_check_view() 202 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) { in nv50_head_atomic_check_view() 204 u32 r = (asyh->view.iW << 19) / asyh->view.iH; in nv50_head_atomic_check_view() 208 u32 r = (asyh->view.iH << 19) / asyh->view.iW; in nv50_head_atomic_check_view()
|
D | atom.h | 29 u16 iW; member
|
D | headc37d.c | 265 NVVAL(NVC37D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) | in headc37d_view()
|
D | head507d.c | 417 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) | in head507d_view()
|
D | head907d.c | 395 NVVAL(NV907D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) | in head907d_view()
|