An error occurred fetching the project authors.
  1. 14 Jul, 2008 1 commit
    • Jorge Zapata's avatar
      Add support for the new framebuffer driver · 5f49f747
      Jorge Zapata authored
      New DM driver is added. This driver will replace the current davincifb soon
      A hard refactor has been done on the davincifb to create this driver and
      several bugs fixed. Right now is TEST ONLY.
      5f49f747
  2. 09 May, 2008 1 commit
  3. 31 Jul, 2007 1 commit
  4. 17 Jul, 2007 1 commit
  5. 11 Jul, 2007 1 commit
  6. 21 Jun, 2007 1 commit
  7. 05 Jun, 2007 1 commit
  8. 24 May, 2007 1 commit
  9. 16 May, 2007 1 commit
  10. 11 May, 2007 2 commits
  11. 10 May, 2007 1 commit
    • Luming Yu's avatar
      ACPI: video: output switch sysfs support · 23b0f015
      Luming Yu authored
      Requires CONFIG_VIDEO_OUTPUT_CONTROL and CONFIG_ACPI_VIDEO.
      
      After loading output.ko and video.ko, you would have
      /sys/class/video_output and several device acpi_videoNum there.
      
      For example, I got acpi_video0, acpi_video1,acpi_video2,and acpi_video3
      under /sys/class/video_output on my T40.
      I can query the status of  output device0 by running " cat
      /sys/class/video_output/acpi_video0
      " The return value is defined in ACPI SPEC B.5.5 _DCS(Return the
      Status of Output Device).  Also you can turn off video1 and turn on
      video0  by " echo 0 > acpi_video1; echo 0x80000000 > acpi_video0".
      Please reference ACPI SPEC  B.5.7 _DSS for the parameter definition.
      
      Please note that it may or may NOT works purely depending on if
      your vendor providing correct ACPI video extension support in bios.
      the driver output.ko and video.ko just works like a interface to
      invoke BIOS.
      Signed-off-by: default avatarLuming Yu <Luming.yu@intel.com>
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      23b0f015
  12. 09 May, 2007 2 commits
  13. 08 May, 2007 11 commits
  14. 07 May, 2007 3 commits
  15. 05 May, 2007 1 commit
  16. 26 Apr, 2007 1 commit
  17. 16 Apr, 2007 2 commits
  18. 04 Apr, 2007 1 commit
  19. 03 Apr, 2007 1 commit
  20. 02 Apr, 2007 1 commit
  21. 29 Mar, 2007 1 commit
  22. 19 Mar, 2007 1 commit
  23. 16 Mar, 2007 1 commit
  24. 07 Mar, 2007 2 commits