Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c431 u16 p1, p2, h_inc; in radeon_legacy_tv_init_restarts() local
517 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * NTSC_TV_CLOCK_T) / in radeon_legacy_tv_init_restarts()
520 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * PAL_TV_CLOCK_T) / in radeon_legacy_tv_init_restarts()
524 ((u32)h_inc << RADEON_H_INC_SHIFT); in radeon_legacy_tv_init_restarts()
526 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-4.1.27/drivers/video/fbdev/
Dauo_k190x.c297 int h_inc; in auok190xfb_dpy_deferred_io() local
322 h_inc = DIV_ROUND_UP(PAGE_SIZE , line_length); in auok190xfb_dpy_deferred_io()
325 threshold = par->consecutive_threshold / h_inc; in auok190xfb_dpy_deferred_io()
334 h = h_inc; in auok190xfb_dpy_deferred_io()
337 h += h_inc * (cur->index - prev_index); in auok190xfb_dpy_deferred_io()
344 h = h_inc; in auok190xfb_dpy_deferred_io()
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()