Lines Matching refs:mode_flags
54 static int dot_clock, mode_flags;
190 mode_flags = mode_line.flags;
191 AppRes.field[Flags].val = mode_flags & V_FLAG_MASK;
315 mode_line.flags = mode_flags;
418 if (mode_flags & V_INTERLACE)
420 else if (mode_flags & V_DBLSCAN)
549 if (mode_flags & V_PHSYNC) strcat(modebuf, " +hsync");
550 if (mode_flags & V_NHSYNC) strcat(modebuf, " -hsync");
551 if (mode_flags & V_PVSYNC) strcat(modebuf, " +vsync");
552 if (mode_flags & V_NVSYNC) strcat(modebuf, " -vsync");
553 if (mode_flags & V_INTERLACE) strcat(modebuf, " interlace");
554 if (mode_flags & V_CSYNC) strcat(modebuf, " composite");
555 if (mode_flags & V_PCSYNC) strcat(modebuf, " +csync");
556 if (mode_flags & V_NCSYNC) strcat(modebuf, " -csync");
557 if (mode_flags & V_DBLSCAN) strcat(modebuf, " doublescan");