Home
last modified time | relevance | path

Searched refs:h_inc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/
H A Dbdisp-hw.c32 u16 h_inc; /* Horizontal increment in 6.10 format */ member
620 * @h_inc: horizontal 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
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 * in bdisp_hw_build_node()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c32 u16 h_inc; /* Horizontal increment in 6.10 format */ member
620 * @h_inc: horizontal 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
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 * in bdisp_hw_build_node()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c431 u16 p1, p2, h_inc; in radeon_legacy_tv_init_restarts() local
506 /* compute h_inc from hsize */ in radeon_legacy_tv_init_restarts()
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()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c430 u16 p1, p2, h_inc; in radeon_legacy_tv_init_restarts() local
505 /* compute h_inc from hsize */ in radeon_legacy_tv_init_restarts()
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()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dbroadsheetfb.c939 int h_inc; in broadsheetfb_dpy_deferred_io() local
944 h_inc = DIV_ROUND_UP(PAGE_SIZE , xres); in broadsheetfb_dpy_deferred_io()
951 h = h_inc; in broadsheetfb_dpy_deferred_io()
954 h += h_inc; in broadsheetfb_dpy_deferred_io()
960 h = h_inc; in broadsheetfb_dpy_deferred_io()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds