viewport_h       1843 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	u32 tmp, viewport_w, viewport_h;
viewport_h       2054 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	viewport_h = (crtc->mode.vdisplay + 1) & ~1;
viewport_h       2056 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	       (viewport_w << 16) | viewport_h);
viewport_h       1885 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	u32 tmp, viewport_w, viewport_h;
viewport_h       2096 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	viewport_h = (crtc->mode.vdisplay + 1) & ~1;
viewport_h       2098 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	       (viewport_w << 16) | viewport_h);
viewport_h       1800 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	u32 viewport_w, viewport_h;
viewport_h       1988 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	viewport_h = (crtc->mode.vdisplay + 1) & ~1;
viewport_h       1991 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	       (viewport_w << 16) | viewport_h);
viewport_h       1772 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	u32 viewport_w, viewport_h;
viewport_h       1963 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	viewport_h = (crtc->mode.vdisplay + 1) & ~1;
viewport_h       1965 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	       (viewport_w << 16) | viewport_h);
viewport_h       1158 drivers/gpu/drm/radeon/atombios_crtc.c 	u32 tmp, viewport_w, viewport_h;
viewport_h       1441 drivers/gpu/drm/radeon/atombios_crtc.c 	viewport_h = (crtc->mode.vdisplay + 1) & ~1;
viewport_h       1444 drivers/gpu/drm/radeon/atombios_crtc.c 		viewport_h *= 2;
viewport_h       1446 drivers/gpu/drm/radeon/atombios_crtc.c 	       (viewport_w << 16) | viewport_h);
viewport_h       1479 drivers/gpu/drm/radeon/atombios_crtc.c 	u32 viewport_w, viewport_h;
viewport_h       1653 drivers/gpu/drm/radeon/atombios_crtc.c 	viewport_h = (crtc->mode.vdisplay + 1) & ~1;
viewport_h       1655 drivers/gpu/drm/radeon/atombios_crtc.c 	       (viewport_w << 16) | viewport_h);