Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/st/sti/bdisp/
Dbdisp-hw.c33 u16 v_inc; /* Vertical increment in 6.10 format */ member
628 static int bdisp_hw_get_hv_inc(struct bdisp_ctx *ctx, u16 *h_inc, u16 *v_inc) in bdisp_hw_get_hv_inc() argument
638 bdisp_hw_get_inc(src_h, dst_h, v_inc)) { in bdisp_hw_get_hv_inc()
688 if (bdisp_hw_get_hv_inc(ctx, &c->h_inc, &c->v_inc)) { in bdisp_hw_get_op_cfg()
695 c->v_inc /= 2; in bdisp_hw_get_op_cfg()
697 if ((c->h_inc != (1 << 10)) || (c->v_inc != (1 << 10))) in bdisp_hw_get_op_cfg()
764 u16 h_inc, v_inc, yh_inc, yv_inc; in bdisp_hw_build_node() local
941 v_inc = cfg->v_inc; in bdisp_hw_build_node()
945 v_inc *= 2; in bdisp_hw_build_node()
949 v_inc /= 2; in bdisp_hw_build_node()
[all …]