1. 24 Nov, 2014 38 commits
  2. 21 Nov, 2014 2 commits
    • Dave Airlie's avatar
      Merge branch 'drm-next-3.19' of git://people.freedesktop.org/~agd5f/linux into drm-next · ed1e8777
      Dave Airlie authored
      - More CI dpm fixes
      - Initial DPM fan control for SI/CI (disabled by default)
      - GPUVM multi-ring efficiency improvements
      - Some cursor fixes
      
      * 'drm-next-3.19' of git://people.freedesktop.org/~agd5f/linux: (22 commits)
        drm/radeon: update the VM after setting BO address v4
        drm/radeon: sync PT updates as shared v2
        drm/radeon: sync PD updates as shared
        drm/radeon: fence BO_VAs manually
        drm/radeon: use one VMID for each ring
        drm/radeon: track VM update fences separately
        drm/radeon: fence PT updates manually v2
        drm/radeon: split semaphore and sync object handling v2
        drm/radeon: remove unnecessary VM syncs
        drm/radeon: stop re-reserving the BO in radeon_vm_bo_set_addr
        drm/radeon: rework vm_flush parameters
        drm/radeon/ci: disable needless sclk changes
        drm/radeon/ci: force pcie level before sclk and mclk
        drm/radeon/ci: use different smc command for pcie dpm
        drm/radeon/ci: apply disp voltage changes before clk changes
        drm/radeon: fix PCC debugging message for CI DPM
        drm/radeon/dpm: add thermal dpm support for CI
        drm/radeon/dpm: add smc fan control for CI (v2)
        drm/radeon/dpm: add smc fan control for SI (v2)
        drm/radeon: work around a hw bug in MGCG on CIK
        ...
      ed1e8777
    • Markus Elfring's avatar
      drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree" · a3a1a667
      Markus Elfring authored
      The vfree() function performes also input parameter validation. Thus the test
      around the call is not needed.
      
      This issue was detected by using the Coccinelle software.
      Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
      Reviewed-by: default avatarThierry Reding <thierry.reding@gmail.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      a3a1a667