Searched refs:v_inc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/ |
H A D | bdisp-hw.c | 33 u16 v_inc; /* Vertical increment in 6.10 format */ member 621 * @v_inc: vertical increment 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() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-hw.c | 33 u16 v_inc; /* Vertical increment in 6.10 format */ member 621 * @v_inc: vertical increment 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() [all...] |
Completed in 3 milliseconds