Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/radeon/
HDradeon_legacy_tv.c546 uint32_t vert_space, flicker_removal, tmp; in radeon_legacy_tv_mode_set() local
619 vert_space = const_ptr->ver_total * 2 * 10000 / NTSC_TV_LINES_PER_FRAME; in radeon_legacy_tv_mode_set()
621 vert_space = const_ptr->ver_total * 2 * 10000 / PAL_TV_LINES_PER_FRAME; in radeon_legacy_tv_mode_set()
625 tmp |= (vert_space * (1 << FRAC_BITS) / 10000); in radeon_legacy_tv_mode_set()
655 tv_y_saw_tooth_cntl = (vert_space * SLOPE_value[i] * (1 << (FRAC_BITS - 1)) + in radeon_legacy_tv_mode_set()