Advertisement
Guest User

test.co

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. --- linux-4.4.111/drivers/video/fbdev/geode/gxfb_core.c.orig 2018-01-21 23:11:01.864826440 +0300
  2. +++ linux-4.4.111/drivers/video/fbdev/geode/gxfb_core.c 2018-01-21 23:13:07.612672411 +0300
  3. @@ -62,6 +62,9 @@
  4. { NULL, 85, 800, 600, 17761, 152, 32, 27, 01, 64, 3,
  5. FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  6. FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
  7. + /* 1024x600-60 VESA */... r>+ { NULL, 60, 1024, 600, 15384, 160, 24, 29, 3, 136, 6,
  8. + 0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
  9. /* 1024x768-60 VESA */
  10. { NULL, 60, 1024, 768, 15384, 160, 24, 29, 3, 136, 6,
  11. 0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
  12. --- linux-4.4.111/drivers/video/fbdev/geode/lxfb_core.c.orig 2018-01-21 23:11:07.752769102 +0300
  13. +++ linux-4.4.111/drivers/video/fbdev/geode/lxfb_core.c 2018-01-21 23:14:08.918311601 +0300
  14. @@ -97,6 +97,10 @@
  15. { NULL, 60, 800, 600, 25131, 88, 40, 23, 1, 128, 4,
  16. FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  17. FB_VMODE_NONINTERLACED, 0 },
  18. + /* 1024x600-60 */
  19. + { NULL, 60, 1024, 600, 15385, 160, 24, 29, 3, 136, 6,
  20. + FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  21. + FB_VMODE_NONINTERLACED, 0 },
  22. /* 1024x768-60 */
  23. { NULL, 60, 1024, 768, 15385, 160, 24, 29, 3, 136, 6,
  24. FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement