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

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_driver.c1571 int DTSelect, dclock1=0, h_active1=0, v_active1=0, dclock2=0, h_active2=0, v_active2=0; local in function:ASTDoDDC
1643 if (MonInfo1->det_mon[i].section.d_timings.h_active > h_active1)
1644 h_active1 = MonInfo1->det_mon[i].section.d_timings.h_active;
1663 if ((dclock1 >= dclock2) && (h_active1 >= h_active2) && (v_active1 >= v_active2))
1665 else if ((dclock2 >= dclock1) && (h_active2 >= h_active1) && (v_active2 >= v_active1))

Completed in 4 milliseconds