1. 23 1月, 2011 1 次提交
    • D
      vt: fix issue when fbcon wants to takeover a second time. · c55c63c6
      Dave Airlie 提交于
      With framebuffer handover and multiple GPUs, we get into a
      position where the fbcon unbinds the vesafb framebuffer for GPU 1,
      but we still have a radeon framebuffer bound from GPU 0, so
      we don't unregister the console driver. Then when we tried to bind
      the new radeon framebuffer for GPU1 we never get to the bind
      call as we fail due to the console being registered already.
      
      This changes the return value to -EBUSY when the driver is
      already registered and continues to bind for -EBUSY.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c55c63c6
  2. 21 1月, 2011 11 次提交
  3. 20 1月, 2011 3 次提交
  4. 19 1月, 2011 25 次提交