/Linux-v5.4/drivers/staging/media/meson/vdec/ |
D | vdec_platform.c | 19 .max_height = 1080, 29 .max_height = 1080, 43 .max_height = 1080, 53 .max_height = 1080, 67 .max_height = 1080, 77 .max_height = 1080,
|
/Linux-v5.4/drivers/staging/media/hantro/ |
D | rk3288_vpu_hw.c | 53 .max_height = 8192, 73 .max_height = 2160, 86 .max_height = 1088, 99 .max_height = 2160,
|
D | rk3399_vpu_hw.c | 52 .max_height = 8192, 72 .max_height = 1088, 85 .max_height = 2160,
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cfg.c | 79 .max_height = 0xFFFF, 157 .max_height = 0xFFFF, 251 .max_height = 0xFFFF, 328 .max_height = 0xFFFF, 413 .max_height = 0xFFFF, 514 .max_height = 0xFFFF, 608 .max_height = 0xFFFF, 707 .max_height = 0xFFFF,
|
D | mdp5_cfg.h | 46 uint32_t max_height; member
|
/Linux-v5.4/drivers/media/usb/gspca/ |
D | w996Xcf.c | 399 max_width, max_height; in w9968cf_set_crop_window() local 403 max_height = 288; in w9968cf_set_crop_window() 406 max_height = 480; in w9968cf_set_crop_window() 434 fh = SC(sd->gspca_dev.pixfmt.height) / max_height; in w9968cf_set_crop_window() 437 ch = (fw >= fh) ? SC(sd->gspca_dev.pixfmt.height) / fw : max_height; in w9968cf_set_crop_window() 440 sd->sensor_height = max_height; in w9968cf_set_crop_window() 443 y = (max_height - ch) / 2; in w9968cf_set_crop_window()
|
/Linux-v5.4/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.c | 54 .max_height = 860, 128 .max_height = 128, 147 .max_height = 600, 244 .max_height = 128, 265 .max_height = 2048, 361 .max_height = 2048, 456 .max_height = 2048, 693 dev->mode_config.max_height = dc->desc->max_height; in atmel_hlcdc_dc_modeset_init()
|
D | atmel_hlcdc_dc.h | 250 int max_height; member 314 int max_height; member
|
/Linux-v5.4/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 296 unsigned int max_width, unsigned int max_height) in vsp1_subdev_enum_frame_size() argument 320 fse->max_height = max_height; in vsp1_subdev_enum_frame_size() 329 fse->max_height = format->height; in vsp1_subdev_enum_frame_size() 360 unsigned int max_width, unsigned int max_height) in vsp1_subdev_set_pad_format() argument 398 min_height, max_height); in vsp1_subdev_set_pad_format()
|
D | vsp1_sru.c | 147 fse->max_height = SRU_MAX_SIZE; in sru_enum_frame_size() 154 fse->max_height = format->height * 2; in sru_enum_frame_size() 157 fse->max_height = format->height; in sru_enum_frame_size()
|
D | vsp1_rwpf.h | 40 unsigned int max_height; member
|
D | vsp1_rwpf.c | 56 rwpf->max_height); in vsp1_rwpf_enum_frame_size() 98 RWPF_MIN_HEIGHT, rwpf->max_height); in vsp1_rwpf_set_format()
|
/Linux-v5.4/drivers/staging/media/ipu3/ |
D | ipu3-css-fw.c | 34 bi->info.isp.sp.input.max_height, in imgu_css_fw_show_binary() 42 bi->info.isp.sp.internal.max_height); in imgu_css_fw_show_binary() 48 bi->info.isp.sp.output.max_height); in imgu_css_fw_show_binary() 61 unsigned int height = DIV_ROUND_UP(bi->info.isp.sp.internal.max_height, in imgu_css_fw_obgrid_size()
|
/Linux-v5.4/drivers/media/platform/rcar-vin/ |
D | rcar-core.c | 930 .max_height = 2048, 937 .max_height = 2048, 944 .max_height = 2048, 987 .max_height = 4096, 1041 .max_height = 4096, 1081 .max_height = 4096, 1125 .max_height = 4096, 1144 .max_height = 4096, 1172 .max_height = 4096, 1188 .max_height = 4096, [all …]
|
/Linux-v5.4/drivers/media/platform/xilinx/ |
D | xilinx-vip.c | 307 fse->max_height = XVIP_MAX_HEIGHT; in xvip_enum_frame_size() 315 fse->max_height = format->height; in xvip_enum_frame_size()
|
/Linux-v5.4/drivers/gpu/drm/sun4i/ |
D | sun4i_framebuffer.c | 47 drm->mode_config.max_height = 8192; in sun4i_framebuffer_init()
|
/Linux-v5.4/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_kms.c | 31 fsl_dev->drm->mode_config.max_height = 2047; in fsl_dcu_drm_modeset_init()
|
/Linux-v5.4/drivers/media/platform/s3c-camif/ |
D | camif-core.c | 558 .max_height = 4096, 565 .max_height = 480, 586 .max_height = 4096, 593 .max_height = 4096,
|
/Linux-v5.4/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 790 unsigned int max_height; in resizer_calc_ratios() local 801 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1; in resizer_calc_ratios() 802 max_height = min_t(unsigned int, max_height, MAX_OUT_HEIGHT); in resizer_calc_ratios() 803 output->height = clamp(output->height, min_height, max_height); in resizer_calc_ratios() 1197 unsigned int max_height = in resizer_try_crop() local 1201 crop->height = clamp_t(u32, crop->height, min_height, max_height); in resizer_try_crop() 1463 fse->max_height = format.height; in resizer_enum_frame_size()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 519 dev->mode_config.max_height = 2048; in nouveau_display_create() 523 dev->mode_config.max_height = 4096; in nouveau_display_create() 527 dev->mode_config.max_height = 8192; in nouveau_display_create() 530 dev->mode_config.max_height = 16384; in nouveau_display_create()
|
/Linux-v5.4/drivers/gpu/drm/arm/ |
D | malidp_mw.c | 39 dev->mode_config.max_height); in malidp_mw_connector_get_modes() 53 if ((h < mode_config->min_height) || (h > mode_config->max_height)) in malidp_mw_connector_mode_valid()
|
/Linux-v5.4/drivers/media/pci/ivtv/ |
D | ivtvfb.c | 966 int max_height; in ivtvfb_init_vidmode() local 1005 max_height = itv->is_out_50hz ? 576 : 480; in ivtvfb_init_vidmode() 1007 if (osd_yres > max_height) in ivtvfb_init_vidmode() 1008 osd_yres = max_height; in ivtvfb_init_vidmode() 1014 if (osd_upper + start_window.height > max_height + 1) { in ivtvfb_init_vidmode() 1022 start_window.top = osd_upper >= 0 ? osd_upper : ((max_height - start_window.height) / 2); in ivtvfb_init_vidmode()
|
/Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.h | 111 unsigned int max_height; member
|
/Linux-v5.4/include/uapi/linux/ |
D | v4l2-subdev.h | 97 __u32 max_height; member
|
/Linux-v5.4/drivers/gpu/drm/vc4/ |
D | vc4_txp.c | 179 dev->mode_config.max_height); in vc4_txp_connector_get_modes() 193 if (h < mode_config->min_height || h > mode_config->max_height) in vc4_txp_connector_mode_valid()
|