Searched refs:h_inc (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/media/platform/st/sti/bdisp/ |
D | bdisp-hw.c | 32 u16 h_inc; /* Horizontal 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 637 if (bdisp_hw_get_inc(src_w, dst_w, h_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() 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 940 h_inc = cfg->h_inc; in bdisp_hw_build_node() 944 h_inc *= 2; in bdisp_hw_build_node() 948 h_inc /= 2; in bdisp_hw_build_node() 951 node->rsf = v_inc << 16 | h_inc; in bdisp_hw_build_node() [all …]
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | radeon_legacy_tv.c | 431 u16 p1, p2, h_inc; in radeon_legacy_tv_init_restarts() local 510 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * NTSC_TV_CLOCK_T) / in radeon_legacy_tv_init_restarts() 513 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * PAL_TV_CLOCK_T) / in radeon_legacy_tv_init_restarts() 517 ((u32)h_inc << RADEON_H_INC_SHIFT); in radeon_legacy_tv_init_restarts() 519 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc); in radeon_legacy_tv_init_restarts()
|
/linux-6.1.9/drivers/video/fbdev/ |
D | broadsheetfb.c | 937 int h_inc; in broadsheetfb_dpy_deferred_io() local 942 h_inc = DIV_ROUND_UP(PAGE_SIZE , xres); in broadsheetfb_dpy_deferred_io() 949 h = h_inc; in broadsheetfb_dpy_deferred_io() 952 h += h_inc; in broadsheetfb_dpy_deferred_io() 958 h = h_inc; in broadsheetfb_dpy_deferred_io()
|