Lines Matching defs:blank
189 /* For centered timings the blank start and blank end are set to */
690 * Note that we never blank the panel. Most flat panels have very long
1316 unsigned long active, blank, sync;
1325 blank = READ_REG32(DC3_H_BLANK_TIMING);
1329 current_display->hblankstart = (blank & 0xFFF) + 1;
1333 current_display->hblankend = ((blank >> 16) & 0xFFF) + 1;
1339 blank = READ_REG32(DC3_V_BLANK_TIMING);
1343 current_display->vblankstart = (blank & 0x7FF) + 1;
1347 current_display->vblankend = ((blank >> 16) & 0x7FF) + 1;
1353 blank = READ_REG32(DC3_V_BLANK_EVEN);
1357 current_display->vblankstart_even = (blank & 0x7FF) + 1;
1361 current_display->vblankend_even = ((blank >> 16) & 0x7FF) + 1;
2465 * This routine waits until the beginning of the vertical blank interval.
2466 * When the display is already in vertical blank, this routine will wait until
2467 * the beginning of the next vertical blank.
2500 * beginning of vertical blank.