kevinlekiller / cvt_modeline_calculator_12

CVT (Coordinated Video Timings) modeline calculator with CVT v1.2 timings.
74 stars 16 forks source link

Fixes for and updates for CVT v1.2 Reduced Blanking v2 #2

Closed lukexcom closed 6 years ago

lukexcom commented 6 years ago

Fixes #1 Determine reduced blank requirements by version (0 = none, 1 = RBv1, 2 = RBv2). Use different values for v_sync, MIN_V_BPORCH, RB_V_FPORCH if RBv2 is selected. Allow RB_H_BLANK to be defined by the selected RB #version. Calculate V_FRONT_PORCH differently for RBv2 (per latest CVT1.2 generator). Fix verbose mode to print out correct rates if film_optimized option is set. Update xf86 and fb mode printouts to distinguish between RBv1 and v2. Clean up of unused variables, redundant cast.

kevinlekiller commented 6 years ago

Thanks!