HomeSort by: relevance | last modified time | path
    Searched defs:vert_space (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_tv.c 541 uint32_t vert_space, flicker_removal, tmp; local in function:radeon_legacy_tv_mode_set
614 vert_space = const_ptr->ver_total * 2 * 10000 / NTSC_TV_LINES_PER_FRAME;
616 vert_space = const_ptr->ver_total * 2 * 10000 / PAL_TV_LINES_PER_FRAME;
620 tmp |= (vert_space * (1 << FRAC_BITS) / 10000);
650 tv_y_saw_tooth_cntl = (vert_space * SLOPE_value[i] * (1 << (FRAC_BITS - 1)) +

Completed in 13 milliseconds