From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Christian_K=F6nig?= Subject: [pull] radeon drm-next-3.15 Date: Thu, 3 Apr 2014 12:48:01 +0200 Message-ID: <533D3C61.1060405@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from am1outboundpool.messaging.microsoft.com (am1ehsobe002.messaging.microsoft.com [213.199.154.205]) by gabe.freedesktop.org (Postfix) with ESMTP id 7011A6E8DD for ; Thu, 3 Apr 2014 03:48:11 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Dave Airlie , "dri-devel@lists.freedesktop.org" List-Id: dri-devel@lists.freedesktop.org Hi Dave, this is the fourth and last pull request for 3.15 radeon changes. = Highlights this time: - Rework of finding the right PLL numbers for display - Couple of different bugfixes The following changes since commit 2844ea3f252331cc0ecf3ae74f6226db2f580f8a: Merge branch 'primary-plane' of = git://people.freedesktop.org/~robclark/linux into drm-next (2014-04-02 = 12:09:09 +1000) are available in the git repository at: git://people.freedesktop.org/~deathsimple/linux drm-next-3.15 for you to fetch changes up to f1553174a207f68a4ec19d436003097e0a4dc405: drm/radeon: fix typo in spectre_golden_registers (2014-04-03 12:41:18 = +0200) ---------------------------------------------------------------- Alex Deucher (3): drm/radeon: call drm_edid_to_eld when we update the edid drm/radeon: fix endian swap on hawaii clear state buffer setup drm/radeon: fix typo in spectre_golden_registers Christian K=F6nig (2): drm/radeon: clear needs_reset flag if IB test fails drm/radeon: rework finding display PLL numbers v2 Dave Airlie (2): drm/radeon: fix runtime suspend breaking secondary GPUs drm/radeon: fix resuming mode in pm runtime resume path drivers/gpu/drm/radeon/cik.c | 6 +-- drivers/gpu/drm/radeon/radeon_device.c | 10 ++-- drivers/gpu/drm/radeon/radeon_display.c | 244 = +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------= ---------------------- drivers/gpu/drm/radeon/radeon_drv.c | 17 +++++-- drivers/gpu/drm/radeon/radeon_ring.c | 1 + 5 files changed, 176 insertions(+), 102 deletions(-)