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

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c271 static long SLOPE_value[5] = { 1, 2, 2, 4, 8 }; variable
652 tv_y_saw_tooth_cntl = (vert_space * SLOPE_value[i] * (1 << (FRAC_BITS - 1)) + radeon_legacy_tv_mode_set()
653 5001) / 10000 / 8 | ((SLOPE_value[i] * radeon_legacy_tv_mode_set()
657 RADEON_Y_FALL_PING_PONG | (272 * SLOPE_value[i] / 8) * (1 << (FRAC_BITS - 1)) / radeon_legacy_tv_mode_set()
660 (flicker_removal * 1024 - 272) * SLOPE_value[i] / 8 * (1 << (FRAC_BITS - 1)) / 1024; radeon_legacy_tv_mode_set()

Completed in 74 milliseconds