From patchwork Wed Nov 28 19:59:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 10703299 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 22D0813AD for ; Wed, 28 Nov 2018 19:59:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 141872DD6A for ; Wed, 28 Nov 2018 19:59:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 083A62DD77; Wed, 28 Nov 2018 19:59:19 +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 9DA242DD6A for ; Wed, 28 Nov 2018 19:59:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BC9FD89CBA; Wed, 28 Nov 2018 19:59:16 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) by gabe.freedesktop.org (Postfix) with ESMTPS id D468389CBA; Wed, 28 Nov 2018 19:59:15 +0000 (UTC) Received: by mail-qt1-x831.google.com with SMTP id n32so27303169qte.11; Wed, 28 Nov 2018 11:59:15 -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; bh=m4kcbmgU5oUlHn90/UAZzHlBmNVg94+P0sjwMnHrj6M=; b=G6ZrlWAgVkzXmqaCmUVYsLbXOIWJ1rIDFI0BCcHKT4X5INwL5TvT9QrTIv1zK5nQI7 gBlq3i8WyDQE3BqLbnzdCzie8PvlK2J5YHT17qbFy3ALzslvVq43tPrnFPzUyFaigtrL qMCRW3AZKDiWh4KZ82GW8wHSxz63Kg/Opt5UB0JhVVayrtgpM+zwJSQfMKJrkG+0FLJW 99aSxd8y1hXAgipJLJ2LVU4As7/Ns3ujfm91MsyLbfQy6qkmuCAf/dNUrNr55yStzjPc no7/aWUW8WjeUMTaKcqORF0/WClwXvHTm81WHB13yth7D8jhbMx+J9q2paVl/S5Kqcfd dIJA== X-Gm-Message-State: AA+aEWZVd7aZTue8gMgKVnd2MHwUsteWRK7Lm9n7KPhK0VORaTJyhAay WB0CImFHId0Js7wT9F+A9xJytPVK X-Google-Smtp-Source: AFSGD/UsI1/F/SjcmMa35x8EleOYZ/kmuM3RMQFtncuD5Orou7qeosfuKyKcp1Y8DCpMF0719ZmlKg== X-Received: by 2002:a0c:f143:: with SMTP id y3mr37099905qvl.21.1543435154680; Wed, 28 Nov 2018 11:59:14 -0800 (PST) Received: from localhost.localdomain ([71.219.49.5]) by smtp.gmail.com with ESMTPSA id u16sm6326547qkg.14.2018.11.28.11.59.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 28 Nov 2018 11:59:13 -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, 28 Nov 2018 14:59:05 -0500 Message-Id: <20181128195905.2897-1-alexander.deucher@amd.com> X-Mailer: git-send-email 2.13.6 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 MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, Fixes for 4.20. Nothing major. - DC DP MST fix - GPUVM fix for huge page mapping - RLC fix for vega20 The following changes since commit a5d0f4565996e5595a10cb57b3d1e3d74379c502: drm/amdgpu: Enable HDP memory light sleep (2018-11-20 14:40:15 -0500) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-4.20 for you to fetch changes up to ad97d9de45835b6a0f71983b0ae0cffd7306730a: drm/amdgpu: Add delay after enable RLC ucode (2018-11-28 14:52:44 -0500) ---------------------------------------------------------------- Felix Kuehling (2): drm/amdgpu: Cast to uint64_t before left shift drm/amdgpu: Avoid endless loop in GPUVM fragment processing Lyude Paul (2): drm/amd/dm: Don't forget to attach MST encoders drm/amd/dm: Understand why attaching path/tile properties are needed shaoyunl (1): drm/amdgpu: Add delay after enable RLC ucode drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 14 ++++++++------ drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 7 ++++--- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 5 ++--- 3 files changed, 14 insertions(+), 12 deletions(-)