Home
last modified time | relevance | path

Searched refs:min_w (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpower_budget.c115 entry->min_w = nvbios_rd32(bios, entry_offset + 0x2); in nvbios_power_budget_entry()
119 entry->min_w = 0; in nvbios_power_budget_entry()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpower_budget.h8 u32 min_w; member
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c395 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local
424 min_w = variant->pix_min->org_w; in gsc_try_fmt_mplane()
427 min_w = variant->pix_min->target_rot_dis_w; in gsc_try_fmt_mplane()
440 v4l_bound_align_image(&pix_mp->width, min_w, max_w, mod_x, in gsc_try_fmt_mplane()
522 u32 min_w, min_h, max_w, max_h; in gsc_try_selection() local
545 min_w = 32; in gsc_try_selection()
547 min_w = 64; in gsc_try_selection()
562 min_w = variant->pix_min->target_rot_en_w; in gsc_try_selection()
567 min_w = variant->pix_min->target_rot_dis_w; in gsc_try_selection()
572 mod_x, mod_y, min_w, min_h); in gsc_try_selection()
[all …]
/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c181 u32 min_w, min_h, org_w, org_h; in mtk_mdp_try_fmt_mplane() local
216 min_w = variant->pix_min->org_w; in mtk_mdp_try_fmt_mplane()
219 min_w = variant->pix_min->target_rot_dis_w; in mtk_mdp_try_fmt_mplane()
233 mtk_mdp_bound_align_image(&pix_mp->width, min_w, max_w, align_w, in mtk_mdp_try_fmt_mplane()
282 u32 min_w, min_h, max_w, max_h; in mtk_mdp_try_crop() local
302 min_w = 64; in mtk_mdp_try_crop()
311 min_w = variant->pix_min->target_rot_en_w; in mtk_mdp_try_crop()
316 min_w = variant->pix_min->target_rot_dis_w; in mtk_mdp_try_crop()
322 align_w, align_h, min_w, min_h, new_w, new_h); in mtk_mdp_try_crop()
324 mtk_mdp_bound_align_image(&new_w, min_w, max_w, align_w, in mtk_mdp_try_crop()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dupdate_ra_gw.sh75 min_w=10
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.h189 unsigned int min_w, unsigned int min_h,
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c571 u32 depth, min_w, max_w, min_h, align_h = 3; in fimc_capture_try_format() local
616 min_w = dst->offs_h + dst->width; in fimc_capture_try_format()
619 min_w = var->min_out_pixsize; in fimc_capture_try_format()
626 v4l_bound_align_image(width, min_w, max_w, in fimc_capture_try_format()
648 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local
672 min_w = min_h = min_sz; in fimc_capture_try_selection()
690 min_w = min_t(u32, max_w, sink->f_width / max_sc_h); in fimc_capture_try_selection()
694 swap(min_w, min_h); in fimc_capture_try_selection()
697 v4l_bound_align_image(&r->width, min_w, max_w, ffs(min_sz) - 1, in fimc_capture_try_selection()
/openbmc/linux/drivers/dma/
H A Dste_dma40_ll.c197 u32 min_w = min(data_width1, data_width2); in d40_seg_size() local
198 u32 seg_max = ALIGN(STEDMA40_MAX_SEG_SIZE * min_w, max_w); in d40_seg_size()
H A Dste_dma40.c1026 u32 min_w = min(data_width1, data_width2); in d40_size_2_dmalen() local
1027 u32 seg_max = ALIGN(STEDMA40_MAX_SEG_SIZE * min_w, max_w); in d40_size_2_dmalen()
/openbmc/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c1477 int min_w = min_t(uint32_t, 16, frame->upscaled_width); in rockchip_vpu981_av1_dec_set_superres_params() local
1494 if (width < min_w) in rockchip_vpu981_av1_dec_set_superres_params()
1495 width = min_w; in rockchip_vpu981_av1_dec_set_superres_params()