Home
last modified time | relevance | path

Searched refs:hmin (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/common/
H A Dedid.c44 int edid_get_ranges(struct edid1_info *edid, unsigned int *hmin, in edid_get_ranges() argument
51 *hmin = *hmax = *vmin = *vmax = 0; in edid_get_ranges()
58 *hmin = monitor->data.range_data.horizontal_min; in edid_get_ranges()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmdp_cfg_data.c388 .hmin = 16,
394 .hmin = 2,
H A Dmtk-mdp3-regs.h268 u32 hmin; member
H A Dmtk-mdp3-regs.c169 s.min_height = pix_limit->hmin; in mdp_try_fmt_mplane()
H A Dmtk-mdp3-m2m.c605 default_format.fmt.pix_mp.height = limit->out_limit.hmin; in mdp_m2m_open()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-common.c121 u32 *h, unsigned int hmin, unsigned int hmax, in v4l_bound_align_image() argument
125 *h = clamp_align(*h, hmin, hmax, halign); in v4l_bound_align_image()
139 unsigned int hmaxa = __fls(hmax ^ (hmin - 1)); in v4l_bound_align_image()
148 *h = clamp_align(*h, hmin, hmax, halign + 1); in v4l_bound_align_image()
/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c714 unsigned int wmin, hmin, sc_hrmax, sc_vrmax; in __camif_video_try_format() local
740 hmin = max_t(u32, 8, crop->height / sc_vrmax); in __camif_video_try_format()
741 hmin = round_up(hmin, 8); in __camif_video_try_format()
745 &pix->height, hmin, pix_lim->max_height, 0, 0); in __camif_video_try_format()
754 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax); in __camif_video_try_format()
/openbmc/u-boot/include/
H A Dedid.h303 int edid_get_ranges(struct edid1_info *edid, unsigned int *hmin,
/openbmc/linux/include/media/
H A Dv4l2-common.h388 unsigned int *height, unsigned int hmin,
/openbmc/linux/drivers/video/fbdev/
H A Datafb.c2875 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2893 hmin = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2894 if (hmin <= 0) in atafb_setup_mcap()
2899 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2904 fb_info.monspecs.hfmin = hmin; in atafb_setup_mcap()
H A Damifb.c2314 int vmin, vmax, hmin, hmax; in amifb_setup_mcap() local
2333 hmin = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap()
2334 if (hmin <= 0) in amifb_setup_mcap()
2339 if (hmax <= 0 || hmax <= hmin) in amifb_setup_mcap()
2342 amifb_hfmin = hmin; in amifb_setup_mcap()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c474 monitor->hmin = buffer[j + 7]; in sisfb_interpret_edid()
492 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
498 if(monitor->hmin > sisfb_ddcsmodes[i].h) monitor->hmin = sisfb_ddcsmodes[i].h; in sisfb_interpret_edid()
520 if(monitor->hmin > sisfb_ddcfmodes[j].h) monitor->hmin = sisfb_ddcfmodes[j].h; in sisfb_interpret_edid()
530 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid()
577 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc()
637 if(hsync < (monitor->hmin - 1)) in sisfb_verify_rate()
H A Dsis.h494 u16 hmin; member
/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c153 u32 *h, unsigned int hmin, in mtk_mdp_bound_align_image() argument
163 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in mtk_mdp_bound_align_image()
/openbmc/linux/Documentation/arch/m68k/
H A Dkernel-options.rst524 :Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
531 your monitor can work with, in Hz. <hmin> and <hmax> are the same for
784 :Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
790 your monitor can work with, in Hz. <hmin> and <hmax> are the same for
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_edid.c3552 int hsync, hmin, hmax; in mode_in_hsync_range() local
3554 hmin = t[7]; in mode_in_hsync_range()
3556 hmin += ((t[4] & 0x04) ? 255 : 0); in mode_in_hsync_range()
3562 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1393 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image() argument
1418 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()