Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c32 u16 h_inc; /* Horizontal increment in 6.10 format */ member
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()
957 node->hfp = bdisp_hw_get_hf_addr(h_inc); in bdisp_hw_build_node()
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c430 u16 p1, p2, h_inc; in radeon_legacy_tv_init_restarts() local
509 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * NTSC_TV_CLOCK_T) / in radeon_legacy_tv_init_restarts()
512 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * PAL_TV_CLOCK_T) / in radeon_legacy_tv_init_restarts()
516 ((u32)h_inc << RADEON_H_INC_SHIFT); in radeon_legacy_tv_init_restarts()
518 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc); in radeon_legacy_tv_init_restarts()
/openbmc/linux/drivers/video/fbdev/
H A Dbroadsheetfb.c937 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()