1. 20 5月, 2011 5 次提交
  2. 09 5月, 2011 1 次提交
  3. 04 5月, 2011 5 次提交
  4. 28 4月, 2011 2 次提交
  5. 27 4月, 2011 2 次提交
  6. 20 4月, 2011 2 次提交
  7. 15 4月, 2011 3 次提交
  8. 13 4月, 2011 5 次提交
  9. 09 4月, 2011 4 次提交
  10. 04 4月, 2011 2 次提交
  11. 01 4月, 2011 1 次提交
  12. 31 3月, 2011 1 次提交
  13. 24 3月, 2011 2 次提交
    • T
      drm radeon: Return -EINVAL on wrong pm sysfs access · 1783e4bf
      Thomas Renninger 提交于
      Throw an error if someone tries to fill this with
      wrong data, instead of simply ignoring the input.
      Now you get:
      
      echo hello >/sys/../power_method
      -bash: echo: write error: Invalid argument
      Signed-off-by: NThomas Renninger <trenn@suse.de>
      CC: Alexander.Deucher@amd.com
      CC: dri-devel@lists.freedesktop.org
      Reviewed-by: NAlex Deucher <alexdeucher@gmail.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      1783e4bf
    • 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 2 次提交
  15. 22 3月, 2011 1 次提交
  16. 17 3月, 2011 2 次提交