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: Mon, 2 Jun 2014 15:17:52 +0200 Message-ID: <538C7980.7000205@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 na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0210.outbound.protection.outlook.com [207.46.163.210]) by gabe.freedesktop.org (Postfix) with ESMTP id 4C7E06E3B5 for ; Mon, 2 Jun 2014 06:18:07 -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 Cc: Alex Deucher , "dri-devel@lists.freedesktop.org" List-Id: dri-devel@lists.freedesktop.org Hi Dave, since Linus delayed the release of 3.15 a bit more it gives me the = opportunity to submit three more patches that otherwise would have = needed a Cc stable in 3.16. The first one is a one liner fixing a stupid typo in the VM handling = code and is only relevant if play with one of the VM defines. The other two switches CIK to use the CPDMA instead of the SDMA for = buffer moves, as it turned out the SDMA is still sometimes not 100% = reliable. The following changes since commit ba6f582606655754d9dfbfc9dffe75dcf806f1dd: drm/crtc-helper: skip locking checks in panicking path (2014-06-02 = 13:36:52 +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 91b0275c0ecd1870c5f8bfb73e2da2d6c29414b3: drm/radeon: use the CP DMA on CIK (2014-06-02 10:57:04 +0200) ---------------------------------------------------------------- Christian K=F6nig (3): drm/radeon: fix vm buffer size estimation drm/radeon: sync page table updates drm/radeon: use the CP DMA on CIK drivers/gpu/drm/radeon/radeon_asic.c | 4 ++-- drivers/gpu/drm/radeon/radeon_vm.c | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-)