1. 01 8月, 2006 2 次提交
    • A
      [PATCH] fbdev: statically link the framebuffer notification functions · 256154fb
      Antonino A. Daplas 提交于
      The backlight and lcd subsystems can be notified by the framebuffer layer
      of blanking events.  However, these subsystems, as a whole, can function
      independently from the framebuffer layer.  But in order to enable to the
      lcd and backlight subsystems, the framebuffer has to be compiled also,
      effectively sucking in a huge amount of unneeded code.
      
      To prevent dependency problems, separate out the framebuffer notification
      mechanism from the framebuffer layer and permanently link it to the kernel.
      Signed-off-by: NAntonino Daplas <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      256154fb
    • O
      [PATCH] hide onboard graphics drivers on G5 · a04b61d3
      Olaf Hering 提交于
      Hide the video drivers for onboard graphics found in early PCI PowerMacs in
      Apple G5 config files.
      
      drivers/built-in.o: In function `.platinumfb_probe':
      platinumfb.c:(.text+0x377a0): undefined reference to `.nvram_read_byte'
      platinumfb.c:(.text+0x37830): undefined reference to `.nvram_read_byte'
      drivers/built-in.o: In function `.control_init':
      controlfb.c:(.init.text+0x1938): undefined reference to `.nvram_read_byte'
      controlfb.c:(.init.text+0x1968): undefined reference to `.nvram_read_byte'
      drivers/built-in.o: In function `.valkyriefb_init':
      (.init.text+0x2300): undefined reference to `.nvram_read_byte'
      drivers/built-in.o:(.init.text+0x239c): more undefined references to `.nvram_read_byte' follow
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a04b61d3
  2. 15 7月, 2006 1 次提交
  3. 04 7月, 2006 1 次提交
  4. 27 6月, 2006 3 次提交
  5. 26 6月, 2006 1 次提交
  6. 18 6月, 2006 1 次提交
  7. 28 4月, 2006 1 次提交
  8. 11 4月, 2006 1 次提交
  9. 03 4月, 2006 1 次提交
  10. 01 4月, 2006 1 次提交
  11. 28 3月, 2006 2 次提交
  12. 21 3月, 2006 1 次提交
  13. 25 2月, 2006 1 次提交
  14. 12 2月, 2006 1 次提交
  15. 11 1月, 2006 2 次提交
  16. 10 1月, 2006 1 次提交
    • K
      [PATCH] Update cyblafb driver · 44637a12
      Knut Petersen 提交于
      This is a major update to the cyblafb framebuffer driver. Most
      of the stuff has been tested in the mm tree.
      
      Main advantages:
      ============
        - vxres > xres support
        - ywrap and xpan support
        - much faster for almost all modes (e.g. 1280x1024-16bpp
           draws more than 41 full screens of text instead of about 25
           full screens of text per second on authors Epia 5000)
        - module init/exit code fixed
        - bugs triggered by console rotation fixed
        - lots of minor improvements
        - startup modes suitable for high performance scrolling
           in all directions
      
      This diff  also contains a lot of white space fixes.
      
      No side effects are possible, only one single graphics core is affected.
      Signed-off-by: NKnut Petersen <Knut_Petersen@t-online.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      44637a12
  17. 23 12月, 2005 1 次提交
  18. 30 11月, 2005 1 次提交
  19. 09 11月, 2005 1 次提交
  20. 07 11月, 2005 4 次提交
  21. 31 10月, 2005 1 次提交
  22. 30 10月, 2005 1 次提交
  23. 29 9月, 2005 1 次提交
  24. 21 9月, 2005 1 次提交
  25. 13 9月, 2005 1 次提交
  26. 10 9月, 2005 6 次提交
  27. 28 7月, 2005 1 次提交