An error occurred fetching the project authors.
  1. 12 Jul, 2011 1 commit
  2. 16 Jun, 2011 4 commits
  3. 09 Jun, 2011 1 commit
  4. 20 May, 2011 8 commits
  5. 14 Apr, 2011 1 commit
  6. 24 Mar, 2011 1 commit
    • Alex Deucher's avatar
      drm/radeon/kms: fix hardcoded EDID handling · fafcf94e
      Alex Deucher authored
      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: default avatarAlex Deucher <alexdeucher@gmail.com>
      Cc: stable@kernel.org
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      fafcf94e
  7. 23 Mar, 2011 1 commit
  8. 03 Mar, 2011 1 commit
  9. 10 Jan, 2011 1 commit
    • Alex Deucher's avatar
      drm/radeon/kms: disable underscan by default · 56bec7c0
      Alex Deucher authored
      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: default avatarAlex Deucher <alexdeucher@gmail.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      56bec7c0
  10. 21 Dec, 2010 1 commit
  11. 01 Dec, 2010 1 commit
  12. 18 Nov, 2010 1 commit
  13. 09 Nov, 2010 2 commits
  14. 26 Oct, 2010 1 commit
  15. 06 Oct, 2010 1 commit
  16. 14 Sep, 2010 1 commit
  17. 13 Sep, 2010 1 commit
  18. 02 Sep, 2010 1 commit
  19. 26 Aug, 2010 1 commit
  20. 19 Aug, 2010 2 commits
  21. 10 Aug, 2010 2 commits
  22. 04 Aug, 2010 2 commits
  23. 02 Aug, 2010 2 commits
  24. 20 Jul, 2010 1 commit
    • Alex Deucher's avatar
      drm/radeon/kms: fix shared ddc harder · 42f14c4b
      Alex Deucher authored
      This fixes a regression caused by b2ea4aa6
      due to the way shared ddc with multiple digital connectors was handled.
      
      You generally have two cases where DDC lines are shared:
      - HDMI + VGA
      - HDMI + DVI-D
      
      HDMI + VGA is easy to deal with because you can check the EDID for the
      to see if the attached monitor is digital.  A shared DDC line with two
      digital connectors is more complex.  You can't use the hdmi bits in the
      EDID since they may not be there with DVI<->HDMI adapters.  In this case
      all we can do is check the HPD pins to see which is connected as we have
      no way of knowing using the EDID.
      
      Reported-by: trapdoor6@gmail.com
      Signed-off-by: default avatarAlex Deucher <alexdeucher@gmail.com>
      Cc: stable@kernel.org
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      42f14c4b
  25. 07 Jul, 2010 1 commit