Ping? > -----Original Message----- > From: David Ung [mailto:davidu@xxxxxxxxxx] > Sent: Friday, November 21, 2014 7:22 PM > To: plagnioj@xxxxxxxxxxxx; tomi.valkeinen@xxxxxx > Cc: linux-fbdev@xxxxxxxxxxxxxxx; David Ung > Subject: [PATCH] video: fbmon: Check Standard Timing against DMT and > maxclk > > fbmon may generate mode timings that are out of spec of the monitor. > eg DELL U2410 has a max clock 170mhz but advertises a resolutions of > 1920x1200@60 in its Standard Timings, fbmon creates a mode using the > GTF timing calculation which gave it a 193mhz clock. > This patch add the VESA Display Monitor Timing (DMT) table. > During parsing of Standard Timings, it compare the 2 byte STD code > with DMT to see what the VESA mode should be. If there is no entry > in the vesa_modes table or no match found, it fallsback to the GTF > timings. A final check to see if the mode can be supported by the > monitor by comparing against monspecs.dclkmax. > > Signed-off-by: David Ung <davidu@xxxxxxxxxx> > --- ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ----------------------------------------------------------------------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html