Skip to content

Commit c890225

Browse files
committed
fbdev: modedb: Add 1920x1080 at 60 Hz video mode
Add typical resolution for Full-HD monitors. Signed-off-by: Helge Deller <deller@gmx.de>
1 parent c75f5a5 commit c890225

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/video/fbdev/core/modedb.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@ static const struct fb_videomode modedb[] = {
257257
{ NULL, 72, 480, 300, 33386, 40, 24, 11, 19, 80, 3, 0,
258258
FB_VMODE_DOUBLE },
259259

260+
/* 1920x1080 @ 60 Hz, 67.3 kHz hsync */
261+
{ NULL, 60, 1920, 1080, 6734, 148, 88, 36, 4, 44, 5, 0,
262+
FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
263+
FB_VMODE_NONINTERLACED },
264+
260265
/* 1920x1200 @ 60 Hz, 74.5 Khz hsync */
261266
{ NULL, 60, 1920, 1200, 5177, 128, 336, 1, 38, 208, 3,
262267
FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,

0 commit comments

Comments
 (0)