1. 16 Nov, 2010 1 commit
    • Arnd Hannemann's avatar
      fbdev: sh_mobile_lcdcfb: fix bug in reconfig() · cc267ec5
      Arnd Hannemann authored
      The function sh_mobile_fb_reconfig() contained a bug,
      which caused the line_length to be set wrongly, if a mode
      with a different X-resolution than the default one was chosen.
      This caused 1080p24 mode to not work on AP4EVB.
      Additionally the notifier chain was also called with the wrong
      mode.
      
      This patch fixes this, by using the X-resolution of the new
      mode instead of the old one to calculate line length and
      hands over the correct mode to the notifier chain.
      Signed-off-by: default avatarArnd Hannemann <arnd@arndnet.de>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      cc267ec5
  2. 15 Nov, 2010 32 commits
  3. 14 Nov, 2010 3 commits
  4. 13 Nov, 2010 4 commits