Searched defs:max_height (Results 1 - 11 of 11) sorted by relevance

/drivers/gpu/drm/exynos/
H A Dexynos_drm_connector.c229 unsigned int max_width, unsigned int max_height)
238 height = max_height;
228 exynos_drm_connector_fill_modes(struct drm_connector *connector, unsigned int max_width, unsigned int max_height) argument
/drivers/media/video/gspca/
H A Dw996Xcf.c396 max_width, max_height; local
400 max_height = 288;
403 max_height = 480;
426 fh = SC(sd->gspca_dev.height) / max_height;
429 ch = (fw >= fh) ? SC(sd->gspca_dev.height) / fw : max_height;
432 sd->sensor_height = max_height;
435 y = (max_height - ch) / 2;
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c52 unsigned max_height; member in struct:vmw_fb_par
144 (var->yoffset + var->yres) > par->max_height) {
445 par->max_height = fb_height;
H A Dvmwgfx_kms.c1439 dev->mode_config.max_height = 8192;
1901 uint32_t max_width, uint32_t max_height)
1944 bmode->vdisplay > max_height)
2020 rects[i].y + rects[i].h > mode_config->max_height) {
1900 vmw_du_connector_fill_modes(struct drm_connector *connector, uint32_t max_width, uint32_t max_height) argument
/drivers/gpu/drm/
H A Ddrm_fb_helper.c1242 height = dev->mode_config.max_height;
1324 dev->mode_config.max_height);
1355 u32 max_width, max_height, bpp_sel; local
1378 max_height = fb_helper->fb->height;
1382 max_height);
/drivers/media/video/davinci/
H A Dvpbe_display.c537 int max_height; local
564 max_height = vpbe_dev->current_timings.yres;
574 (pixfmt->height > max_height)) {
H A Dvpfe_capture.c820 u32 min_height = 1, min_width = 32, max_width, max_height; local
896 max_height = vpfe_dev->std_info.active_lines;
903 pixfmt->height = clamp((pixfmt->height), min_height, max_height);
/drivers/media/video/ivtv/
H A Divtvfb.c980 int max_height; local
1019 max_height = itv->is_out_50hz ? 576 : 480;
1021 if (osd_yres > max_height)
1022 osd_yres = max_height;
1028 if (osd_upper + start_window.height > max_height + 1) {
1036 start_window.top = osd_upper >= 0 ? osd_upper : ((max_height - start_window.height) / 2);
/drivers/media/video/omap3isp/
H A Dispresizer.c807 unsigned int max_height; local
818 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1;
819 max_height = min_t(unsigned int, max_height, MAX_OUT_HEIGHT);
820 output->height = clamp(output->height, min_height, max_height);
1235 unsigned int max_height = local
1239 crop->height = clamp_t(u32, crop->height, min_height, max_height);
1421 fse->max_height = format.height;
/drivers/media/video/
H A Dsh_mobile_ceu_camera.c117 int max_height; member in struct:sh_mobile_ceu_dev
1096 mf.height > pcdev->max_height) && shift < 4) {
1398 unsigned int max_width, max_height; local
1428 max_height = min(cap.bounds.height, pcdev->max_height);
1434 /* width <= max_width && height <= max_height - guaranteed by try_fmt */
1436 tmp_w < max_width && tmp_h < max_height) {
1438 tmp_h = min(2 * tmp_h, max_height);
1568 if (mf.width > pcdev->max_width || mf.height > pcdev->max_height)
1874 &pix->height, 4, pcdev->max_height,
[all...]
/drivers/media/video/bt8xx/
H A Dbttv-driver.c2149 __s32 max_height; local
2174 max_height = b->height;
2180 max_height -= btv->vbi_end - b->top;
2182 if (min_height > max_height)
2193 max_height = c->max_scaled_height;
2204 max_height >>= !V4L2_FIELD_HAS_BOTH(field);
2208 *height = clamp(*height, min_height, max_height);
2226 *height > max_height ||

Completed in 230 milliseconds