1. 11 5月, 2011 9 次提交
  2. 12 4月, 2011 1 次提交
  3. 07 4月, 2011 8 次提交
  4. 02 4月, 2011 1 次提交
  5. 31 3月, 2011 4 次提交
  6. 29 3月, 2011 2 次提交
  7. 23 3月, 2011 13 次提交
  8. 22 3月, 2011 2 次提交
    • D
      fbcon: fix situation where fbcon gets deinitialised and can't reinit. · 32b98bf8
      Dave Airlie 提交于
      Situation as follow:
      2 GPUs + vesafb + kms.
      
      GPU 1 is primary, vesafb binds to it as fb0
      radeon loads
      GPU 0 loads as fb1
      GPU 1 loads, vesafb gets kicked off which causes fb0 to unbind
      console, which causes the dummy console to rebind.
      
      this means fbcon_deinit gets called, which calls fbcon_exit
      since the console isn't bound anymore and we set fbcon_has_exited.
      
      GPU 1 creates a new fb0 which is primary and we want to be console.
      fbcon_fb_registered gets called sets the primary up and calls set_con2fb_map,
      however as fbcon_has_exited is set nothing further ever happens.
      
      This patch bypasses the fbcon_has_exited and checks if the console is unbound,
      if its unbound it calls the fbcon_takeover which calls the vt layer to
      call the fbcon_startup method and everthing works.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      32b98bf8
    • H
      video, sm501: add OF binding to support SM501 · 4295f9bf
      Heiko Schocher 提交于
      - add binding to OF, compatible name "smi,sm501"
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      cc: linux-fbdev@vger.kernel.org
      cc: devicetree-discuss@ozlabs.org
      cc: Ben Dooks <ben@simtec.co.uk>
      cc: Vincent Sanders <vince@simtec.co.uk>
      cc: Samuel Ortiz <sameo@linux.intel.com>
      cc: linux-kernel@vger.kernel.org
      cc: Randy Dunlap <rdunlap@xenotime.net>
      cc: Paul Mundt <lethal@linux-sh.org>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      4295f9bf