Searched refs:max_height (Results 126 - 150 of 306) sorted by relevance

1234567891011>>

/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-capture.c189 fsize->stepwise.max_height = VIMC_FRAME_MAX_HEIGHT;
/linux-master/drivers/gpu/drm/tiny/
H A Darcpgu.c268 drm->mode_config.max_height = 1080;
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c497 drm->mode_config.max_height = ZYNQMP_DISP_MAX_HEIGHT;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipe.c298 fse->max_height = format.height;
/linux-master/drivers/gpu/drm/solomon/
H A Dssd130x.c1869 unsigned long max_width, max_height; local
1896 max_height = max_t(unsigned long, mode->vdisplay, DRM_SHADOW_PLANE_MAX_HEIGHT);
1901 drm->mode_config.max_height = max_height;
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c106 dev->mode_config.max_height = 2048;
/linux-master/drivers/gpu/drm/mxsfb/
H A Dmxsfb_drv.c282 drm->mode_config.max_height = MXSFB_MAX_YRES;
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.c297 drm->mode_config.max_height = 2160;
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c563 &mf->height, 0, dd->max_height, 0, 0);
715 &pixm->height, 0, dd->max_height, 0, 0);
1623 .max_height = 8192,
1634 .max_height = 8192,
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_kms.c1061 dev->mode_config.max_height = 7680;
1064 dev->mode_config.max_height = 2048;
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-h264.c1048 .max_height = H264_MAX_SIZE_H,
1059 .max_height = H264_MAX_SIZE_H,
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_kms.c871 dev->mode_config.max_height = 2047;
878 dev->mode_config.max_height = 8190;
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1852 __s32 max_height; local
1877 max_height = b->height;
1883 max_height -= btv->vbi_end - b->top;
1885 if (min_height > max_height)
1896 max_height = c->max_scaled_height;
1906 max_height >>= !V4L2_FIELD_HAS_BOTH(field);
1910 *height = clamp(*height, min_height, max_height);
1928 *height > max_height ||
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c340 fse->max_height = XVIP_MAX_HEIGHT;
345 fse->max_height = format->height;
/linux-master/drivers/gpu/drm/
H A Ddrm_framebuffer.c287 if ((config->min_height > r->height) || (r->height > config->max_height)) {
289 r->height, config->min_height, config->max_height);
/linux-master/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c665 fse->max_height = fmt->height;
674 fse->max_height = CAL_MAX_HEIGHT_LINES;
/linux-master/drivers/media/platform/amphion/
H A Dvpu_core.c834 .max_height = 1920,
849 .max_height = 8188,
H A Dvenc.c135 fsize->stepwise.max_height = res->max_height;
162 fival->height < res->min_height || fival->height > res->max_height)
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.c69 .max_height = 2160,
520 timings->bt.height > video_timings_cap.bt.max_height)
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec.c123 .max_height = 2560,
139 .max_height = 2304,
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c243 .max_height = MTK_VDEC_MAX_H,
761 mtk_video_formats[count_formats].frmsize.max_height =
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dcik.c80 .max_height = 1152,
97 .max_height = 1152,
104 .max_height = 1152,
111 .max_height = 1152,
118 .max_height = 1152,
H A Dsi.c918 .max_height = 1152,
949 .max_height = 1152,
956 .max_height = 1152,
963 .max_height = 1152,
970 .max_height = 1152,
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c1508 fse.min_height == fse.max_height) {
1518 sizes->stepwise.max_height = fse.max_height;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_display.c1597 rdev->ddev->mode_config.max_height = 16384;
1600 rdev->ddev->mode_config.max_height = 8192;
1603 rdev->ddev->mode_config.max_height = 4096;

Completed in 318 milliseconds

1234567891011>>