1. 17 8月, 2010 1 次提交
  2. 09 8月, 2010 6 次提交
  3. 06 8月, 2010 21 次提交
  4. 05 8月, 2010 8 次提交
  5. 04 8月, 2010 4 次提交
    • D
      drm/radeon: tone down overchatty acpi debug messages. · dc77de12
      Dave Airlie 提交于
      On non laptop systems we'll see these the whole time, so make them
      less important.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      dc77de12
    • A
      drm/radeon/kms: enable underscan option for digital connectors · 5b1714d3
      Alex Deucher 提交于
      This connector attribute allows you to enable or disable underscan
      on a digital output to compensate for panels that automatically
      overscan (e.g., many HDMI TVs).  Valid values for the attribute are:
      
      off - forces underscan off
      on - forces underscan on
      auto - enables underscan if an HDMI TV is connected, off otherwise
      
      default value is auto.
      Signed-off-by: NAlex Deucher <alexdeucher@gmail.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      5b1714d3
    • A
      drm/radeon/kms: fix calculation of h/v scaling factors · d65d65b1
      Alex Deucher 提交于
      Prior to this patch the code was dividing the src_v by the dst_h
      and vice versa, rather than src_v/dst_v and src_h/dst_h.
      
      This could lead to problems in the calculation of the display
      watermarks.
      Signed-off-by: NAlex Deucher <alexdeucher@gmail.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      d65d65b1
    • D
      Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core-next · fa0a6024
      Dave Airlie 提交于
      * 'intel/drm-intel-next' of /ssd/git/drm-next: (230 commits)
        drm/i915: Clear the Ironlake dithering flags when the pipe doesn't want it.
        drm/agp/i915: trim stolen space to 32M
        drm/i915: Unset cursor if out-of-bounds upon mode change (v4)
        drm/i915: Unreference object not handle on creation
        drm/i915: Attempt to uncouple object after catastrophic failure in unbind
        drm/i915: Repeat unbinding during free if interrupted (v6)
        drm/i915: Refactor i915_gem_retire_requests()
        drm/i915: Warn if we run out of FIFO space for a mode
        drm/i915: Round up the watermark entries (v3)
        drm/i915: Typo in (unused) register mask for overlay.
        drm/i915: Check overlay stride errata for i830 and i845
        drm/i915: Validate the mode for eDP by using fixed panel size
        drm/i915: Always use the fixed panel timing for eDP
        drm/i915: Enable panel fitting for eDP
        drm/i915: Add fixed panel mode parsed from EDID for eDP without fixed mode in VBT
        drm/i915/sdvo: Set sync polarity based on actual mode
        drm/i915/hdmi: Set sync polarity based on actual mode
        drm/i915/pch: Set transcoder sync polarity for DP based on actual mode
        drm/i915: Initialize LVDS and eDP outputs before anything else
        drm/i915/dp: Correctly report eDP in the core connector type
        ...
      fa0a6024