Home
last modified time | relevance | path

Searched refs:max_h (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_rotator.c68 u32 max_h; member
196 else if (val > limit->max_h) in rotator_align_size()
197 *vsize = ROT_MAX(limit->max_h, mask); in rotator_align_size()
632 .max_h = SZ_64K,
639 .max_h = SZ_16K,
649 .max_h = SZ_32K,
656 .max_h = SZ_8K,
666 .max_h = SZ_32K,
673 .max_h = SZ_8K,
/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-core.c396 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local
417 max_h = variant->pix_max->target_rot_dis_h; in gsc_try_fmt_mplane()
434 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane()
442 &pix_mp->height, min_h, max_h, mod_y, 0); in gsc_try_fmt_mplane()
525 u32 min_w, min_h, max_w, max_h; in gsc_try_crop() local
541 max_h = f->f_height; in gsc_try_crop()
564 max_h = f->f_width; in gsc_try_crop()
579 &tmp_h, min_h, max_h, mod_y, 0); in gsc_try_crop()
595 if (cr->c.top + tmp_h > max_h) in gsc_try_crop()
596 cr->c.top = max_h - tmp_h; in gsc_try_crop()
[all …]
/linux-4.4.14/drivers/media/platform/coda/
Dcoda-common.c114 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
115 { mode, src_fourcc, dst_fourcc, max_w, max_h }
273 int *max_w, int *max_h) in coda_get_max_dimensions() argument
282 h = codec->max_h; in coda_get_max_dimensions()
286 h = max(h, codecs[k].max_h); in coda_get_max_dimensions()
292 if (max_h) in coda_get_max_dimensions()
293 *max_h = h; in coda_get_max_dimensions()
432 unsigned int max_w, max_h; in coda_try_fmt() local
445 coda_get_max_dimensions(dev, codec, &max_w, &max_h); in coda_try_fmt()
447 &f->fmt.pix.height, MIN_H, max_h, H_ALIGN, in coda_try_fmt()
[all …]
Dcoda.h105 u32 max_h; member
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_fbc.c811 unsigned int effective_w, effective_h, max_w, max_h; in intel_fbc_hw_tracking_covers_screen() local
815 max_h = 4096; in intel_fbc_hw_tracking_covers_screen()
818 max_h = 2048; in intel_fbc_hw_tracking_covers_screen()
821 max_h = 1536; in intel_fbc_hw_tracking_covers_screen()
828 return effective_w <= max_w && effective_h <= max_h; in intel_fbc_hw_tracking_covers_screen()
/linux-4.4.14/drivers/media/i2c/soc_camera/
Drj54n1cb0c.c976 int output_w, output_h, max_w, max_h, in rj54n1_set_fmt() local
1092 max_h = mf->height * (16 * 1024 - 1) / 1024; in rj54n1_set_fmt()
1093 if (input_h > max_h) in rj54n1_set_fmt()
1094 input_h = max_h; in rj54n1_set_fmt()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-capture.c665 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local
701 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
705 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
712 &r->height, min_h, max_h, align_h, in fimc_capture_try_selection()