From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexdeucher@gmail.com Subject: [pull] radeon drm-fixes-3.11 Date: Tue, 30 Jul 2013 17:38:38 -0400 Message-ID: <1375220318-27390-1-git-send-email-alexdeucher@gmail.com> References: <1375137558-2120-1-git-send-email-alexdeucher@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-vb0-f50.google.com (mail-vb0-f50.google.com [209.85.212.50]) by gabe.freedesktop.org (Postfix) with ESMTP id 1532CE68EB for ; Tue, 30 Jul 2013 14:38:46 -0700 (PDT) Received: by mail-vb0-f50.google.com with SMTP id x14so981950vbb.9 for ; Tue, 30 Jul 2013 14:38:45 -0700 (PDT) In-Reply-To: <1375137558-2120-1-git-send-email-alexdeucher@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org, airlied@gmail.com Cc: Alex Deucher List-Id: dri-devel@lists.freedesktop.org From: Alex Deucher Hi Dave, A few more fixes for radeon on top of the ones I sent yesterday. - more fixes for SI dpm - fix DP on some rv6xx boards The following changes since commit 63f22d0e98cf74adf4ecfb25099607239b00c751: drm/radeon/dpm: fix and enable reclocking on SI (2013-07-29 18:14:42 -0400) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-3.11 Alex Deucher (4): drm/radeon/atom: initialize more atom interpretor elements to 0 drm: fix 64 bit drm fixed point helpers drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formula drm/radeon/dpm: re-enable cac control on SI drivers/gpu/drm/radeon/atom.c | 5 +++++ drivers/gpu/drm/radeon/si_dpm.c | 11 ++++++----- include/drm/drm_fixed.h | 14 +++++++------- 3 files changed, 18 insertions(+), 12 deletions(-)