1. 30 7月, 2016 37 次提交
  2. 28 7月, 2016 3 次提交
    • A
      drm/amdgpu: fix firmware info version checks · a8a04c99
      Alex Deucher 提交于
      Some of the checks didn't handle frev 2 tables properly.
      amdgpu doesn't support any tables pre-frev 2, so drop
      the checks.
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      Cc: stable@vger.kernel.org
      a8a04c99
    • A
      drm/radeon: fix firmware info version checks · 3edc38a0
      Alex Deucher 提交于
      Some of the checks didn't handle frev 2 tables properly.
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      Cc: stable@vger.kernel.org
      3edc38a0
    • D
      Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-next · 162b20d2
      Dave Airlie 提交于
      A few more patches for 4.8.  Mostly bug fixes and some prep work
      for iceland powerplay support.  I have a couple polaris patches and
      Edward's misc cleanups that require a merge with Linus'.  I don't know
      if you are planning a merge anytime soon.
      
      [airlied: fixed up endian vs 32-bit change in ppatomctrl]
      
      * 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux: (26 commits)
        drm/amdgpu: comment out unused defaults_bonaire_pro static const structures to fix the build
        drm/amdgpu: temporary comment out unused static const structures to fix the build
        drm/amdgpu: S3 resume fail on Polaris10
        drm/amd/powerplay: add pp_tables_get_response_times function in process pptables
        drm/amd/powerplay: fix the incorrect return value
        drm/amd/powerplay: add atomctrl_get_voltage_evv function in ppatomctrl
        drm/amdgpu: add new definitions into ppsmc.h for iceland
        drm/amd/powerplay: add SMU register macro for future use
        drm/amdgpu: add ucode_start_address into cgs_firmware_info
        drm/amdgpu: no need load microcode at sdma if powerplay is enabled
        drm/amdgpu: rename smumgr to smum for dpm
        drm/amdgpu: disable GFX PG on CZ/BR/ST
        drivers: gpu: drm: amd: powerplay: hwmgr: Remove unused variable
        drm/amdgpu: return -ENOSPC when running out of UVD handles
        drm/amdgpu: trace need_flush in grab_vm as well
        drm/amdgpu: always signal all fences
        drm/amdgpu: check flush fence context instead of same ring v2
        drm/radeon: support backlight control for UNIPHY3
        drm/amdgpu: support backlight control for UNIPHY3
        drm/amdgpu: remove usec timeout loop from IB tests
        ...
      162b20d2