From patchwork Wed Sep 12 15:47:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 10597803 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 32EBD14E0 for ; Wed, 12 Sep 2018 15:47:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 232B92A521 for ; Wed, 12 Sep 2018 15:47:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 176FC2A535; Wed, 12 Sep 2018 15:47:50 +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 D44632A521 for ; Wed, 12 Sep 2018 15:47:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EAD566E57F; Wed, 12 Sep 2018 15:47:48 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qt0-x244.google.com (mail-qt0-x244.google.com [IPv6:2607:f8b0:400d:c0d::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id C3BD96E57E; Wed, 12 Sep 2018 15:47:46 +0000 (UTC) Received: by mail-qt0-x244.google.com with SMTP id t5-v6so2329845qtn.3; Wed, 12 Sep 2018 08:47:46 -0700 (PDT) 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=1HOHb3zUIL+LSY//PsMgtNHVjN9AIjJpAC7b0xnPv7o=; b=KQYlhtS//Aw4n7iCj9khxRshbc+ox99Xkj3eX3oqzx9+ICxsHLIq0kXFAsTm+6zeYv OZXZLY7t6NCOpyh09sapFVd0hsgVcnwm+GPW957vC4DJXrBoWRJG00jh/Njk6e+uIwRL Pe5nTgOyZYbCt6HNhgDTVd2uouOkFPAmWm7Ogu851RYYrs3rdmrRbSPAjolAvBho2KRs 8b3OtbwiblsFDN3MBhDFtmSQLRvTpTvQYSYPLoE2xCtaoPgLc25H3FTwO/5e2N+tjMV8 OXABt4qsfnAuatAo0De0RNuseoziWXFDbmgULBygZvoTnA/U5GRmpHvivG8Mf54MqYgL lxMA== X-Gm-Message-State: APzg51ANN+NWSHVk9bh0V9X9YwD7hCaG1c3tMaJnHOVW5OgfO0ShESNz iM6KCYwh2UugBiNUw1cmQwjFv936 X-Google-Smtp-Source: ANB0VdbYBFHP+40LPtCFmqOEusM0v0rK/LF7LvtCoObt8l7jjTXGxRcd0X6bbTwQRHvNyYPBaH3l6A== X-Received: by 2002:ac8:234f:: with SMTP id b15-v6mr2017771qtb.336.1536767265411; Wed, 12 Sep 2018 08:47:45 -0700 (PDT) Received: from localhost.localdomain ([76.1.164.143]) by smtp.gmail.com with ESMTPSA id l10-v6sm632859qkk.49.2018.09.12.08.47.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 12 Sep 2018 08:47:44 -0700 (PDT) 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.19 Date: Wed, 12 Sep 2018 10:47:35 -0500 Message-Id: <20180912154735.2683-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, A few fixes for 4.19: - Fix a small memory leak - SR-IOV reset fix - Fix locking in MMU-notifier error path - Updated SDMA golden settings to fix a PRT hang The following changes since commit 67c6ed7cf9ebe53815f15bfdeb49ad91801c2235: Merge tag 'drm-intel-fixes-2018-09-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2018-09-07 11:07:03 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-4.19 for you to fetch changes up to 0165de983272d1fae0809ed9db47c46a412279bc: drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk (2018-09-11 16:35:00 -0500) ---------------------------------------------------------------- Christian König (2): drm/amdgpu: fix amdgpu_mn_unlock() in the CS error path drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk Emily Deng (1): drm/amdgpu: move PSP init prior to IH in gpu reset Tao Zhou (1): drm/amdgpu: Fix SDMA hang in prt mode v2 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 25 ++++++++++++++++--------- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 7 +++++-- 3 files changed, 22 insertions(+), 12 deletions(-)