Home
last modified time | relevance | path

Searched refs:max_height (Results 1 – 25 of 198) sorted by relevance

12345678

/Linux-v5.4/drivers/staging/media/meson/vdec/
Dvdec_platform.c19 .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/
Drk3288_vpu_hw.c53 .max_height = 8192,
73 .max_height = 2160,
86 .max_height = 1088,
99 .max_height = 2160,
Drk3399_vpu_hw.c52 .max_height = 8192,
72 .max_height = 1088,
85 .max_height = 2160,
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c79 .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,
Dmdp5_cfg.h46 uint32_t max_height; member
/Linux-v5.4/drivers/media/usb/gspca/
Dw996Xcf.c399 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/
Datmel_hlcdc_dc.c54 .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()
Datmel_hlcdc_dc.h250 int max_height; member
314 int max_height; member
/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_entity.c296 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()
Dvsp1_sru.c147 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()
Dvsp1_rwpf.h40 unsigned int max_height; member
Dvsp1_rwpf.c56 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/
Dipu3-css-fw.c34 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/
Drcar-core.c930 .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/
Dxilinx-vip.c307 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/
Dsun4i_framebuffer.c47 drm->mode_config.max_height = 8192; in sun4i_framebuffer_init()
/Linux-v5.4/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_kms.c31 fsl_dev->drm->mode_config.max_height = 2047; in fsl_dcu_drm_modeset_init()
/Linux-v5.4/drivers/media/platform/s3c-camif/
Dcamif-core.c558 .max_height = 4096,
565 .max_height = 480,
586 .max_height = 4096,
593 .max_height = 4096,
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispresizer.c790 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/
Dnouveau_display.c519 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/
Dmalidp_mw.c39 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/
Divtvfb.c966 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/
Dbcm2835-camera.h111 unsigned int max_height; member
/Linux-v5.4/include/uapi/linux/
Dv4l2-subdev.h97 __u32 max_height; member
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_txp.c179 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()

12345678