From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Christian_K=F6nig?= Subject: [pull] radeon drm-fixes-3.15 Date: Tue, 22 Apr 2014 18:49:42 +0200 Message-ID: <53569DA6.4070901@vodafone.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from pegasos-out.vodafone.de (pegasos-out.vodafone.de [80.84.1.38]) by gabe.freedesktop.org (Postfix) with ESMTP id 55D156E905 for ; Tue, 22 Apr 2014 09:49:57 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by pegasos-out.vodafone.de (Rohrpostix1 Daemon) with ESMTP id F1296261345 for ; Tue, 22 Apr 2014 18:49:55 +0200 (CEST) Received: from pegasos-out.vodafone.de ([127.0.0.1]) by localhost (rohrpostix1.prod.vfnet.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id so-iIvrjf-sJ for ; Tue, 22 Apr 2014 18:49:50 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Dave Airlie Cc: "dri-devel@lists.freedesktop.org" List-Id: dri-devel@lists.freedesktop.org Hi Dave, this is the first pull request for stashed radeon fixes for 3.15. = Highlights: 1. Further PLL parameter fixes. 2. Fixes for HPD on DP 3. Could of different PM fixes 4. Disabling DPM on RV770 The following changes since commit a42892ed10585c5511e8a3e53f0350b4e2242050: Merge branch 'drm-next-3.15-wip' of = git://people.freedesktop.org/~deathsimple/linux into drm-next = (2014-04-19 11:16:02 +1000) are available in the git repository at: git://people.freedesktop.org/~deathsimple/linux drm-fixes-3.15 for you to fetch changes up to 73acacc7397fe854ed2ab75f1c940fa00faaf15e: drm/radeon: don't allow runpm=3D1 on systems with out ATPX (2014-04-22 = 16:51:21 +0200) ---------------------------------------------------------------- Alex Deucher (7): drm/radeon: disable dpm on rv770 by default drm/radeon/aux: fix hpd assignment for aux bus drm/radeon: fix count in cik_sdma_ring_test() drm/radeon: properly unregister hwmon interface (v2) drm/radeon/pm: don't walk the crtc list before it has been = initialized (v2) drm/radeon: fix ATPX detection on non-VGA GPUs drm/radeon: don't allow runpm=3D1 on systems with out ATPX Christian K=F6nig (2): drm/radeon: use fixed PPL ref divider if needed drm/radeon: improve PLL limit handling in post div calculation drivers/gpu/drm/radeon/atombios_dp.c | 1 + drivers/gpu/drm/radeon/cik_sdma.c | 2 +- drivers/gpu/drm/radeon/r600_dpm.c | 35 = +++++++++++++++++++---------------- drivers/gpu/drm/radeon/radeon_atpx_handler.c | 7 +++++++ drivers/gpu/drm/radeon/radeon_display.c | 84 = +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------= --------- drivers/gpu/drm/radeon/radeon_kms.c | 8 +++----- drivers/gpu/drm/radeon/radeon_pm.c | 51 = ++++++++++++++++++++++++++++++++------------------- 7 files changed, 120 insertions(+), 68 deletions(-)