linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] video: mxsfb: fix broken videomode selection
@ 2014-01-06 13:17 Lothar Waßmann
  2014-01-06 13:17 ` [PATCH 1/2] video: mxsfb: convert pr_debug()/dev_dbg() to pr_err()/dev_err() for error messages Lothar Waßmann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lothar Waßmann @ 2014-01-06 13:17 UTC (permalink / raw)
  To: linux-arm-kernel

The first patch in this set converts some messages that are printed
in case of errors to be error messages rather than debug messages.

The second patch fixes a bug in the video selection code that
incorrectly OR's together the 'pixelclk-active' and 'de-active'
flags from all possible video modes specified in DT into one flag.

The current code does not allow selecting one specific mode from a
list of video modes, but always uses the last one of the video modes
listed in the DT.


Since all current dts files only have one entry in their
'display-timings' node, this bug was not apparent and the fix does not
change the driver's behaviour for the current users.

 b/drivers/video/mxsfb.c |    6 +--
 drivers/video/mxsfb.c   |  120 +++++++++++++++++++++++++++++-----------------------------------------
 2 files changed, 53 insertions(+), 73 deletions(-)


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

end of thread, other threads:[~2014-01-08  9:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 13:17 [PATCH 0/2] video: mxsfb: fix broken videomode selection Lothar Waßmann
2014-01-06 13:17 ` [PATCH 1/2] video: mxsfb: convert pr_debug()/dev_dbg() to pr_err()/dev_err() for error messages Lothar Waßmann
2014-01-06 13:17 ` [PATCH 2/2] video: mxsfb: fix broken videomode selection Lothar Waßmann
2014-01-08  9:04 ` [PATCH 0/2] " Tomi Valkeinen

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).