1. 02 Sep, 2008 1 commit
  2. 01 Sep, 2008 1 commit
  3. 26 Aug, 2008 1 commit
  4. 22 Aug, 2008 5 commits
  5. 15 Aug, 2008 1 commit
  6. 13 Aug, 2008 2 commits
  7. 07 Aug, 2008 2 commits
    • Jorge Zapata's avatar
      Framebuffer Fixes · 3ed322c3
      Jorge Zapata authored
      * Make the logo appear again, there's still some bug on the colors, but is a
        start
      * Fix the initial mode setting, some value wasnt set, so the initial mode
        was never ok
      * Still some bug when returning to SD mode from HD mode
      3ed322c3
    • 吴智聪(John Wu)'s avatar
      support 576p and 720p component input · d5f6454f
      吴智聪(John Wu) authored
      add 576p and 720p adc configure, set the vpfe max buffer
      size to 1920x1080
      d5f6454f
  8. 06 Aug, 2008 2 commits
  9. 01 Aug, 2008 4 commits
  10. 31 Jul, 2008 4 commits
  11. 30 Jul, 2008 1 commit
  12. 25 Jul, 2008 1 commit
  13. 23 Jul, 2008 4 commits
    • Jorge Zapata's avatar
      Make dm fb driver be selected by default · 5198fffc
      Jorge Zapata authored
      This makes the new framebuffer driver to be selected and removes the old
      davincifb.
      5198fffc
    • Jorge Zapata's avatar
      Make dm fb driver depend on the video output control option · c6a60fa3
      Jorge Zapata authored
      This will fix unresolved symbols errors when the video output control option
      is not selected.
      c6a60fa3
    • Jorge Zapata's avatar
      More fixups and improvements on the video driver · 0d3b3e79
      Jorge Zapata authored
      This patch afixes several driver bugs
      * Make the windows disabled by default at module load and unload
      * Enable the attribute window
      * Change the order of the windows, now osd0 is fb0, so the video mode change
        must be done on vid0 which is fb1
      * Remove more unsued code
      * Make the enable_digital output to not change the window configurations
      * Add a new ioctl to enable color bar test mode
      * Fix some of the rules of the check_var function, now the virtual size of the
        window is handled automatic based on the 32 bytes align constraints
      0d3b3e79
    • Jorge Zapata's avatar
      Add more memory to the attribute window · a9af656e
      Jorge Zapata authored
      This adds more memory to the attribute window, to make it big enough for
      a 720x480 screen, this is enough for now.
      a9af656e
  14. 22 Jul, 2008 5 commits
  15. 21 Jul, 2008 2 commits
  16. 18 Jul, 2008 4 commits
    • 吴智聪(John Wu)'s avatar
      mdev can automatically create neuros_ir and neuros_ir_blaster node · 5dc4a4ee
      吴智聪(John Wu) authored
      device driver must register class device, or the mdev(udev) can not
      get enough message to create the device node
      5dc4a4ee
    • 吴智聪(John Wu)'s avatar
      Merge branch 'neuros' of... · e0142434
      吴智聪(John Wu) authored
      Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
      e0142434
    • 吴智聪(John Wu)'s avatar
      ir blaster driver set gpio with correct way · 350f9b3e
      吴智聪(John Wu) authored
      the previous way will clear all pins signal when
      set any thing to the clear register
      350f9b3e
    • Jorge Zapata's avatar
      Improvement of the fb driver · 456c0b23
      Jorge Zapata authored
      Lots of new stuff has been addded, here is a brief summary:
      * New ioctl to set transparency color
      * New ioctl to enable transparency on osd0 and osd1
      * The memory allocation now is provided by a struct on the machine description
        Basically, it tells how big the buffers for every plane should be
      * Clean up the code, remove unusued code
      * Add support for mode switching on vid0 plane, SD / HD is supported, the
        latter is not tested
      * Add support for mode list, you can list the modes with:
        cat /sys/class/graphics/fb0/modes
      * Add support for mode set, you can se the mode with:
        echo MODE > /sys/class/grpahics/mode
        where MODE is one of the returned my the previous command
      * Output switch works, by writing the enum value found on davincifb.h
        to /sys/class/video_output/venc
      456c0b23