linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] fbdev: sm712fb: fix a series of lockups, crashes and gliches.
@ 2019-03-16 22:24 Yifeng Li
  2019-03-16 22:24 ` [PATCH 1/8] fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3F Yifeng Li
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Yifeng Li @ 2019-03-16 22:24 UTC (permalink / raw)
  To: Sudip Mukherjee, Teddy Wang
  Cc: Bartlomiej Zolnierkiewicz, linux-fbdev, dri-devel, linux-kernel,
	Yifeng Li

Hi all,

This patchset contains a series of important fixes to various problems,
including lockups, crashes, screen gliches, and missing video modes.
These patches are crucial to the correct operation to the hardware,
especially Lynx3DM+ (SM720). I have tested and verified them on x86.

Please review and queue them for linux-stable.

Thanks,

Yifeng Li (8):
  fbdev: sm712fb: fix white screen of death on reboot, don't set
    CR3B-CR3F.
  fbdev: sm712fb: fix brightness control on reboot, don't set SR30.
  fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75.
  fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGA.
  fbdev: sm712fb: fix crashes during framebuffer writes by correctly
    mapping VRAM.
  fbdev: sm712fb: fix crashes and garbled display during DPMS
    modesetting.
  fbdev: sm712fb: fix support for 1024x768-16 mode.
  fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled
    display.

 drivers/video/fbdev/sm712.h   |  12 +-
 drivers/video/fbdev/sm712fb.c | 244 +++++++++++++++++++++++++++-------
 2 files changed, 200 insertions(+), 56 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2019-04-01 15:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-16 22:24 [PATCH 0/8] fbdev: sm712fb: fix a series of lockups, crashes and gliches Yifeng Li
2019-03-16 22:24 ` [PATCH 1/8] fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3F Yifeng Li
2019-03-31 12:18   ` Sudip Mukherjee
2019-03-16 22:24 ` [PATCH 2/8] fbdev: sm712fb: fix brightness control on reboot, don't set SR30 Yifeng Li
2019-03-31 12:19   ` Sudip Mukherjee
2019-03-16 22:24 ` [PATCH 3/8] fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75 Yifeng Li
2019-03-31 12:19   ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 4/8] fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGA Yifeng Li
2019-03-31 12:19   ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 5/8] fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAM Yifeng Li
2019-03-24 21:39   ` Sudip Mukherjee
2019-03-31 12:20   ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 6/8] fbdev: sm712fb: fix crashes and garbled display during DPMS modesetting Yifeng Li
2019-03-31 12:20   ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 7/8] fbdev: sm712fb: fix support for 1024x768-16 mode Yifeng Li
2019-03-31 12:20   ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 8/8] fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled display Yifeng Li
2019-03-31 12:21   ` Sudip Mukherjee
2019-03-31 12:18 ` [PATCH 0/8] fbdev: sm712fb: fix a series of lockups, crashes and gliches Sudip Mukherjee
2019-04-01 15:13   ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).