1. 28 6月, 2013 2 次提交
    • A
      drm/radeon/kms: add dpm support for evergreen (v4) · dc50ba7f
      Alex Deucher 提交于
      This adds dpm support for evergreen asics.  This includes:
      - clockgating
      - dynamic engine clock scaling
      - dynamic memory clock scaling
      - dynamic voltage scaling
      - dynamic pcie gen1/gen2 switching (requires additional acpi support)
      
      Set radeon.dpm=1 to enable.
      
      v2: reduce stack usage, rename ulv struct
      v3: fix thermal interrupt check notices by Jerome
      v4: fix state enable
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      dc50ba7f
    • A
      drm/radeon/kms: add dpm support for rv7xx (v4) · 66229b20
      Alex Deucher 提交于
      This adds dpm support for rv7xx asics.  This includes:
      - clockgating
      - dynamic engine clock scaling
      - dynamic memory clock scaling
      - dynamic voltage scaling
      - dynamic pcie gen1/gen2 switching
      
      Set radeon.dpm=1 to enable.
      
      v2: reduce stack usage
      v3: fix 64 bit div
      v4: fix state enable
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      66229b20
  2. 27 6月, 2013 38 次提交