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

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c535 uint32_t vert_space, flicker_removal, tmp; local
608 vert_space = const_ptr->ver_total * 2 * 10000 / NTSC_TV_LINES_PER_FRAME;
610 vert_space = const_ptr->ver_total * 2 * 10000 / PAL_TV_LINES_PER_FRAME;
614 tmp |= (vert_space * (1 << FRAC_BITS) / 10000);
644 tv_y_saw_tooth_cntl = (vert_space * SLOPE_value[i] * (1 << (FRAC_BITS - 1)) +

Completed in 253 milliseconds