From patchwork Thu Oct 4 15:52:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 10626375 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 5EBA91731 for ; Thu, 4 Oct 2018 15:53:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4EAB8291CF for ; Thu, 4 Oct 2018 15:53:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 428A9291D2; Thu, 4 Oct 2018 15:53:08 +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=-3.7 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_SORBS_WEB 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 9776F291CF for ; Thu, 4 Oct 2018 15:53:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 79E9E89E69; Thu, 4 Oct 2018 15:53:06 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-it1-x12b.google.com (mail-it1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1A31F89E69; Thu, 4 Oct 2018 15:53:05 +0000 (UTC) Received: by mail-it1-x12b.google.com with SMTP id e74-v6so1844009ita.2; Thu, 04 Oct 2018 08:53:05 -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=KUGJWhmAQCC6W3zBQegA7O2DLjFjVohWoqv7YDobb5U=; b=ni8HHR/EkCnyxZgusAnNsECjzqlRPYCqXdB7oZWaZ4ETgtgU7h00QtRCm5KX3nmrCL FjfPXWM4Cg9Kbo1CMrFmc07IdFXAtIxKZYCdcU3GaYTMJdcuZmsDwy0qFBxIPzymqDSO 5yWefDX2r5w75P/5ecY66WSquwk0pTzceSBrAELFw/RrIOXfE8dsNoVbqFOURNbMGpRu q+7drlc9OJik+Ung9NT1NzrbI9tB0moXqGkq1vYrhS/L9an4OCzoG0CGO/rFIpuxZie8 nP1AaZcaIDr/YI+Js5n0ilfjmyYD3LaZEpHVNrrJI52ff3Gl2woTADo391Pi/9QHgTmq T66A== X-Gm-Message-State: ABuFfohqNrZfSU//xA2F5pNan3P1wTA8prlCwFHFcXRuXmWI7eGTYEsC qnYOdDAsu8c7AkN1Z3hTVh5vMVA00cQ= X-Google-Smtp-Source: ACcGV6062JuA1KN/99EIDKMuEJen6xkZANhbENXEXe/lI/wq73HBDdWLijFLz80hU+aMWXjtPvPEDQ== X-Received: by 2002:a24:3795:: with SMTP id r143-v6mr5856684itr.43.1538668384154; Thu, 04 Oct 2018 08:53:04 -0700 (PDT) Received: from localhost.amd.com ([165.204.55.251]) by smtp.gmail.com with ESMTPSA id f8-v6sm1504895ioh.11.2018.10.04.08.53.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Oct 2018 08:53:03 -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: Thu, 4 Oct 2018 11:52:54 -0400 Message-Id: <1538668374-22334-1-git-send-email-alexander.deucher@amd.com> X-Mailer: git-send-email 1.9.3 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, Just two small fixes for 4.19: - Fix an ordering issue in DC with respect to atomic flips that could result in a crash - Fix incorrect use of process->mm in KFD The following changes since commit d8938c981f58ee344687b7910a611ac345960045: Merge branch 'drm-tda9950-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-fixes (2018-10-04 10:32:14 +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 11b29c9e25788d0afb2ddb67bcd89424bd25f2f7: drm/amdkfd: Fix incorrect use of process->mm (2018-10-04 11:37:25 -0400) ---------------------------------------------------------------- Felix Kuehling (1): drm/amdkfd: Fix incorrect use of process->mm Shirish S (1): drm/amd/display: Signal hw_done() after waiting for flip_done() .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 37 +++++++++++++++++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 10 ++++-- 2 files changed, 37 insertions(+), 10 deletions(-)