1. 04 10月, 2011 1 次提交
  2. 06 9月, 2011 1 次提交
  3. 23 8月, 2011 1 次提交
  4. 15 8月, 2011 1 次提交
  5. 12 8月, 2011 2 次提交
  6. 04 8月, 2011 2 次提交
  7. 12 7月, 2011 1 次提交
  8. 17 6月, 2011 3 次提交
  9. 16 6月, 2011 1 次提交
  10. 09 6月, 2011 1 次提交
  11. 20 5月, 2011 8 次提交
  12. 15 4月, 2011 1 次提交
  13. 24 3月, 2011 1 次提交
    • A
      drm/radeon/kms: fix hardcoded EDID handling · fafcf94e
      Alex Deucher 提交于
      On some servers there is a hardcoded EDID provided
      in the vbios so that the driver will always see a
      display connected even if something like a KVM
      prevents traditional means like DDC or load
      detection from working properly.  Also most
      server boards with DVI are not actually DVI, but
      DVO connected to a virtual KVM service processor.
      If we fail to detect a monitor via DDC or load
      detection and a hardcoded EDID is available, use
      it.
      
      Additionally, when using the hardcoded EDID, use
      a copy of it rather than the actual one stored
      in the driver as the detect() and get_modes()
      functions may free it if DDC is successful.
      
      This fixes the virtual KVM on several internal
      servers.
      Signed-off-by: NAlex Deucher <alexdeucher@gmail.com>
      Cc: stable@kernel.org
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      fafcf94e
  14. 23 3月, 2011 1 次提交
  15. 03 3月, 2011 1 次提交
  16. 10 1月, 2011 1 次提交
    • A
      drm/radeon/kms: disable underscan by default · 56bec7c0
      Alex Deucher 提交于
      Lots of HDMI TVs overscan the incoming image by default.
      The underscan option was added as a way to compensate for
      that by underscanning the image so that the edges would
      not be cut off on an overscanning TV.  However, the TV
      provides no way of knowing whether it is overscanning or
      not.  If the user has disabled overscan on their TV or has a
      TV that does not overscan, you will get black bars around the
      edges of your screen.  Prior to the patch we got complaints
      and bug reports from users with overscanning TVs, now with
      the patch, we get lots of complaints and bug reports from
      users with non-overscanning TVs.  There's no good default,
      but on average there have been more users complaining about
      it being on by default than off, so change it to off.  This
      will probably result in a new deluge of overscanning TV user
      complaints.  There's no winning.
      Signed-off-by: NAlex Deucher <alexdeucher@gmail.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      56bec7c0
  17. 21 12月, 2010 1 次提交
  18. 01 12月, 2010 1 次提交
  19. 18 11月, 2010 1 次提交
  20. 09 11月, 2010 2 次提交
  21. 26 10月, 2010 1 次提交
  22. 06 10月, 2010 1 次提交
  23. 14 9月, 2010 1 次提交
  24. 13 9月, 2010 1 次提交
  25. 02 9月, 2010 1 次提交
  26. 27 8月, 2010 1 次提交
  27. 20 8月, 2010 2 次提交