From patchwork Wed Nov 14 17:18:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 10682943 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 18BA7139B for ; Wed, 14 Nov 2018 17:19:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 09E622BCFE for ; Wed, 14 Nov 2018 17:19:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F17192BD03; Wed, 14 Nov 2018 17:19:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 004C02BCFE for ; Wed, 14 Nov 2018 17:19:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1F5A66E0E8; Wed, 14 Nov 2018 17:19:06 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9FECC6E057; Wed, 14 Nov 2018 17:19:04 +0000 (UTC) Received: by mail-qk1-x72f.google.com with SMTP id 131so27126625qkd.4; Wed, 14 Nov 2018 09:19:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=rR/ejxbgQ+oLuduG8s5M2XDGgQGyFWN47BFhF2SVB0U=; b=KDif9CXDbGAoljrlbCQD+nnLlaYlvSZc1rtYJD1y/nznKda19UDZlOQ7AFhuDRwt1u +7VJoi+TPxcfU0+UdCOKeuMF7ohrJr0GrKUpT2JyiPN049EAYcbgKwVMdKhvuwW7Q72c mXzyqb4jQO7169xCd3P/paqkigCeKB52AiMmhFa9AvECpfiFiBMAqXF1aR28fzkfj3yg n+CN9eUA0PFkzjVVrEbRTGTaPGAM+EaZ69cpSgrSHXF7T0djGJwh7lpaDB0LtM1O9DRn sgXcYIq6i9r6ptJulqPzZl6G37tV/y9fvFMX21QLL2wL/RpvOpb62hPTr0nVuNPxXfNm mk+g== X-Gm-Message-State: AGRZ1gIk8/GZ4O4a+k/bHSfYAoRZ7UYyWU79s2RZs1lErknlJ5yqXgpJ ltFEFndZxssfVuorN8XNYYjpb/to X-Google-Smtp-Source: AJdET5exYRdFMB/rtxPZaQJtJ2TuOgxnuOHm9bikVfMh1/rohCVXNpsQpSIj3Z09iltuCcWhTTD4GA== X-Received: by 2002:a37:e406:: with SMTP id y6mr2600337qkf.216.1542215943470; Wed, 14 Nov 2018 09:19:03 -0800 (PST) Received: from localhost.localdomain ([71.219.49.5]) by smtp.gmail.com with ESMTPSA id b20sm10765558qkb.17.2018.11.14.09.19.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 14 Nov 2018 09:19:02 -0800 (PST) From: Alex Deucher X-Google-Original-From: Alex Deucher To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, airlied@gmail.com Subject: [pull] amdgpu drm-fixes-4.20 Date: Wed, 14 Nov 2018 12:18:53 -0500 Message-Id: <20181114171853.2866-1-alexander.deucher@amd.com> X-Mailer: git-send-email 2.13.6 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alex Deucher Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, Fixes for 4.20: - Fix for huge page handling that caused a GPUVM fault in some cases - Fix IH ring setup - Fix for xgmi aperture setup - Fix for watermark setup for SMU The following changes since commit 73b6f96cbc0162787bcbdac5f538167084c8d605: Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-11-11 04:23:02 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-4.20 for you to fetch changes up to c1a17777eb45d9f3821f35e9869c0a08cd2e664e: drm/amdgpu: fix huge page handling on Vega10 (2018-11-13 10:21:00 -0500) ---------------------------------------------------------------- Christian König (1): drm/amdgpu: fix huge page handling on Vega10 Philip Yang (1): drm/amdgpu: fix bug with IH ring setup Rex Zhu (1): drm/amd/pp: Fix truncated clock value when set watermark shaoyunl (1): drm/amdgpu: set system aperture to cover whole FB region drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 18 +++++++------ drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 6 ++--- drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 6 ++--- drivers/gpu/drm/amd/amdgpu/vega10_ih.c | 2 +- drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c | 32 ++++++++++++------------ 5 files changed, 33 insertions(+), 31 deletions(-)