1. 28 4月, 2008 1 次提交
    • A
      fb: add support for foreign endianness · e4c690e0
      Anton Vorontsov 提交于
      Add support for the framebuffers with non-native endianness.  This is done via
      FBINFO_FOREIGN_ENDIAN flag that will be used by the drivers.  Depending on the
      host endianness this flag will be overwritten by FBINFO_BE_MATH internal flag,
      or cleared.
      
      Tested to work on MPC8360E-RDK (BE) + Fujitsu MINT framebuffer (LE).
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: <Valdis.Kletnieks@vt.edu>
      Cc: Clemens Koller <clemens.koller@anagramm.de>
      Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e4c690e0
  2. 17 10月, 2007 3 次提交
  3. 18 7月, 2007 2 次提交
  4. 01 6月, 2007 1 次提交
  5. 10 5月, 2007 1 次提交
  6. 09 5月, 2007 8 次提交
  7. 20 2月, 2007 2 次提交
    • R
      backlight: Rework backlight/fb interaction simplifying, lots · 37ce69a5
      Richard Purdie 提交于
      fb_info->bl_mutex is badly thought out and the backlight class doesn't
      need it if the framebuffer/backlight register/unregister order is
      consistent, particularly after the backlight locking fixes.
      
      Fix the drivers to use the order:
      
      backlight_device_register()
      register_framebuffer()
      unregister_framebuffer()
      backlight_device_unregister()
      
      and turn bl_mutex into a lock for the bl_curve data only.
      Signed-off-by: NRichard Purdie <rpurdie@rpsys.net>
      37ce69a5
    • R
      backlight/fbcon: Add FB_EVENT_CONBLANK · 994efacd
      Richard Purdie 提交于
      The backlight class wants notification whenever the console is blanked
      but doesn't get this when hardware blanking fails and software blanking
      is used. Changing FB_EVENT_BLANK to report both would be a behaviour
      change which could confuse the console layer so add a new event for
      software blanking and have the backlight class listen for both.
      Signed-off-by: NRichard Purdie <rpurdie@rpsys.net>
      994efacd
  8. 13 2月, 2007 2 次提交
  9. 14 12月, 2006 1 次提交
  10. 09 12月, 2006 1 次提交
  11. 02 12月, 2006 1 次提交
  12. 03 10月, 2006 2 次提交
  13. 15 8月, 2006 1 次提交
  14. 01 8月, 2006 1 次提交
  15. 11 7月, 2006 1 次提交
  16. 01 7月, 2006 1 次提交
  17. 27 6月, 2006 3 次提交
    • G
      [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree · ff23eca3
      Greg Kroah-Hartman 提交于
      Also fixes up all files that #include it.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ff23eca3
    • A
      [PATCH] VT binding: Update fbcon to support binding · e614b18d
      Antonino A. Daplas 提交于
      The control for binding/unbinding is moved from fbcon to the console layer.
      Thus the fbcon sysfs attributes, attach and detach, are also gone.
      
          1. Add a notifier event that tells fbcon if a framebuffer driver has been
             unregistered.  If no registered driver remains, fbcon will unregister
             itself from the console layer.
      
          2. Replaced calls to give_up_console() with unregister_con_driver().
      
          3. Still use take_over_console() instead of register_con_driver() to
             maintain compatibility
      
          4. Respect the parameter first_fb_vc and last_fb_vc instead of using 0 and
             MAX_NR_CONSOLES - 1. These parameters are settable by the user.
      
          5. When fbcon is completely unbound from the console layer, fbcon will
             also release (iow, decrement module reference counts to zero) all fbdev
             drivers. In other words, a bind or unbind request from the console layer
             will propagate down to the framebuffer drivers.
      
          6. If fbcon is not bound to the console, it will ignore all notifier
             events (except driver registration and unregistration) and all sysfs
             requests.
      Signed-off-by: NAntonino Daplas <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      e614b18d
    • A
      [PATCH] Detaching fbcon: sdd sysfs class device entry for fbcon · 9a179176
      Antonino A. Daplas 提交于
      In order for this feature to work, an interface will be needed.  The most
      appropriate is sysfs.  However, the framebuffer console has no sysfs entry
      yet.  This will create a sysfs class device entry for fbcon under
      /sys/class/graphics.
      
      Add a class_device entry 'fbcon' under class 'graphics'.  Console-specific
      attributes which where previously under class/graphics/fb[x] are moved to
      class/graphics/fbcon.  These attributes, 'con_rotate' and 'con_rotate_all',
      are also renamed to 'rotate' and 'rotate_all' respectively.
      Signed-off-by: NAntonino Daplas <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9a179176
  18. 26 6月, 2006 1 次提交
  19. 01 4月, 2006 1 次提交
  20. 29 3月, 2006 1 次提交
  21. 15 1月, 2006 2 次提交
  22. 13 12月, 2005 3 次提交