From patchwork Wed Jan 9 20:43:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 10754913 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 0759014E5 for ; Wed, 9 Jan 2019 20:43:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DCB36200E5 for ; Wed, 9 Jan 2019 20:43:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CAC8522B26; Wed, 9 Jan 2019 20:43:49 +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 785A3200E5 for ; Wed, 9 Jan 2019 20:43:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6627C6F1BC; Wed, 9 Jan 2019 20:43:47 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qt1-x843.google.com (mail-qt1-x843.google.com [IPv6:2607:f8b0:4864:20::843]) by gabe.freedesktop.org (Postfix) with ESMTPS id BE9C66F1BC; Wed, 9 Jan 2019 20:43:46 +0000 (UTC) Received: by mail-qt1-x843.google.com with SMTP id i7so9867673qtj.10; Wed, 09 Jan 2019 12:43:46 -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=8BIz7qj9XLS/hIOGF2aVh0XHqDf1zJUCmmLEX1gjCSE=; b=QSubTJDWeCEMvk10/Z1kVobAdEvKVj7QNUneMj8UWBV5hG/fNX+VXjUqUb2j1U8Y0D CVnlzgFpT/MSsAgDJj7A2XaOkfke4Bmf+BOWDD5rx12g1QX+6urE1Z+TeqBNlXPqcvii fB80wGgSiOy+NQhH412I7xwSaEDqlgJ/VEwwt3vvwn1wiVeIRLs4V8KheTo+1MwoYznp Fr07VPCG4V3BvrV/dZ0UXycfP7nfln6QA8kc/LUzccNQkRqEnUxro/xiYU802Se/uJ7f 7yPxs2f8TahuNXfAnRZmyYbWIRR7AMCryIAtsfZh5QIED8qbEz9XQltmyI197BmlbwOc LkWQ== X-Gm-Message-State: AJcUukfyp4417W8rFOWi+ZmaupXpT1oR02E7a72aUj1nkoN00yOGLvTx JRSFVTe85NSJRw/fOnn/2KRnUGO9RHA= X-Google-Smtp-Source: ALg8bN69uHIDgCywYGQgGjNCncfz6kSHDi/8E2D4UudxvFbcU6MRuvbDy+Rt5XffMStaFUuFTWHk0Q== X-Received: by 2002:a0c:b61b:: with SMTP id f27mr7187169qve.174.1547066625595; Wed, 09 Jan 2019 12:43:45 -0800 (PST) Received: from localhost.localdomain ([71.219.49.5]) by smtp.gmail.com with ESMTPSA id w22sm43225485qtw.71.2019.01.09.12.43.44 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 09 Jan 2019 12:43:44 -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, daniel.vetter@ffwll.ch Subject: [pull] amdgpu drm-fixes-5.0 Date: Wed, 9 Jan 2019 15:43:36 -0500 Message-Id: <20190109204336.3315-1-alexander.deucher@amd.com> X-Mailer: git-send-email 2.20.1 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, Daniel, Fixes for 5.0. Highlights: - Powerplay fixes - Virtual display pinning fixes - Golden register updates for vega - Pitch and gem size validation fixes - Fix for error case in sr-iov init - Disable page tables in system memory on RV due to issues with IOMMU reported on some platforms The following changes since commit 74136a3d47f51ae72ee8b9ebc1ec2a29bcf30676: Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-next (2018-12-31 08:29:54 +1000) are available in the Git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-5.0 for you to fetch changes up to 1c1eba86339c8517814863bc7dd21e2661a84e77: drm/amdgpu: disable system memory page tables for now (2019-01-09 15:01:18 -0500) ---------------------------------------------------------------- Christian König (1): drm/amdgpu: disable system memory page tables for now Emily Deng (3): drm/amdgpu/virtual_dce: No need to pin the fb's bo drm/amdgpu/virtual_dce: No need to pin the cursor bo drm/amdgpu/sriov:Correct pfvf exchange logic Evan Quan (5): drm/amd/powerplay: support BOOTUP_DEFAULT power profile mode drm/amd/powerplay: update OD support flag for SKU with no OD capabilities drm/amd/powerplay: create pp_od_clk_voltage device file under OD support drm/amd/powerplay: avoid possible buffer overflow drm/amd/powerplay: drop the unnecessary uclk hard min setting Jim Qu (1): drm/amdgpu: set WRITE_BURST_LENGTH to 64B to workaround SDMA1 hang Kent Russell (1): drm/amdgpu: Cleanup 2 compiler warnings Likun Gao (1): drm/amdgpu: make gfx9 enter into rlc safe mode when set MGCG Tao Zhou (1): drm/amdgpu: fix CPDMA hang in PRT mode for VEGA20 Tiecheng Zhou (1): drm/amdgpu/gfx_v8_0: Reorder the gfx, kiq and kcq rings test sequence Yu Zhao (2): drm/amdgpu: validate user pitch alignment drm/amdgpu: validate user GEM object size drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 12 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 38 +++++++++++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 22 ++++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 -- drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 17 ++------ drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 48 +++++++++++++++------- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 14 ++++--- drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 2 +- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 3 +- drivers/gpu/drm/amd/include/kgd_pp_interface.h | 13 +++--- drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 24 ++++++----- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 8 ++-- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 12 +++--- drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 34 ++++++++++----- drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 2 +- 15 files changed, 156 insertions(+), 96 deletions(-)