The patch titled fbdev: Add 1366x768 (WXGA) mode to mode database has been removed from the -mm tree. Its filename is fbdev-add-1366x768-wxga-mode-to-mode-database.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fbdev: Add 1366x768 (WXGA) mode to mode database From: Dennis Munsie <dmunsie@xxxxxxxxxxxx> Adds 1366x768 @ 60Hz to drivers/video/modedb.c. Signed-off-by: Dennis Munsie <dmunsie@xxxxxxxxxxxx> Signed-off-by: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/modedb.c | 4 ++++ 1 file changed, 4 insertions(+) diff -puN drivers/video/modedb.c~fbdev-add-1366x768-wxga-mode-to-mode-database drivers/video/modedb.c --- a/drivers/video/modedb.c~fbdev-add-1366x768-wxga-mode-to-mode-database +++ a/drivers/video/modedb.c @@ -259,6 +259,10 @@ static const struct fb_videomode modedb[ /* 1152x768, 60 Hz, PowerBook G4 Titanium I and II */ NULL, 60, 1152, 768, 15386, 158, 26, 29, 3, 136, 6, FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED + }, { + /* 1366x768, 60 Hz, 47.403 kHz hsync, WXGA 16:9 aspect ratio */ + NULL, 60, 1366, 768, 13806, 120, 10, 14, 3, 32, 5, + 0, FB_VMODE_NONINTERLACED }, }; _ Patches currently in -mm which might be from dmunsie@xxxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html