From patchwork Fri Feb 1 06:23:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 10791847 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 A5D2417E9 for ; Fri, 1 Feb 2019 06:24:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 928AF2F96C for ; Fri, 1 Feb 2019 06:24:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 808A52F9E2; Fri, 1 Feb 2019 06:24:04 +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 1FF232F96C for ; Fri, 1 Feb 2019 06:24:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 83C8D6EDB9; Fri, 1 Feb 2019 06:24:01 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-it1-x136.google.com (mail-it1-x136.google.com [IPv6:2607:f8b0:4864:20::136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 384A56EDB5; Fri, 1 Feb 2019 06:24:00 +0000 (UTC) Received: by mail-it1-x136.google.com with SMTP id c9so8285530itj.1; Thu, 31 Jan 2019 22:24:00 -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=eNppdgYQDyFeRO6MKLmtdYPiWP4aLsk40F9Uj28jQSY=; b=VZjdb7GHNs678SdcXL4T7EMsZWex+hknTveudz73yTCdmA+QOXZUjTi01wpPxwAsVk TRxDdxkYuhUU4ZRVCtuUNo8BmxPTQ5WLMdalXBfDd7rXeanJ3j0zXHK07mk4/cKe5m3S E/DnMIg4Po2fjHv/NW3vtbUbqIyYxnCMYOg5geMRJkxUjniZ6P4NZ05uWz3hIkaecYr3 3gY1SuSVCplisz7XiGc0+MKGjr80FEnn2waAdvT78cupuoMw5DiO3ToavMfgCeZZwC4T Pq2Orn/9L91P1g37uq9YMKtUmtYT2xxdX9CF6YSAQk324rNs3XNQSPKOQ8vnwRPQwMEZ lm5g== X-Gm-Message-State: AHQUAuYjE7Tt8WEojfv4YjxcJuBwLHpBlldPXlVAWkqQb3vcVVxZc4eA k2ftIHLiiRSYsDpiQNCPYrmaJo4+Nzc= X-Google-Smtp-Source: AHgI3IbCaFTO/i7W3i4PsMjXMLjH+oC03APGmRvI8niDMublNZqPjC/jA4XbGNvjBg6eKIzEDURPmw== X-Received: by 2002:a24:ef44:: with SMTP id i65mr567202ith.165.1549002239106; Thu, 31 Jan 2019 22:23:59 -0800 (PST) Received: from crucial.amd.com ([165.204.55.251]) by smtp.gmail.com with ESMTPSA id t25sm2692627ioj.17.2019.01.31.22.23.57 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 31 Jan 2019 22:23:58 -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] ttm, amdgpu drm-next-5.1 Date: Fri, 1 Feb 2019 01:23:45 -0500 Message-Id: <20190201062345.7304-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, More stuff for 5.1. Mostly bug fixes. ttm: - Replace ref/unref naming with get/put amdgpu: - Revert DC clang fix, causes a segfault with some compiler versions - SR-IOV fix - PCIE fix for vega20 - Misc DC fixes The following changes since commit 10117450735c7a7c0858095fb46a860e7037cb9a: drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines (2019-01-25 16:15:37 -0500) are available in the Git repository at: git://people.freedesktop.org/~agd5f/linux drm-next-5.1 for you to fetch changes up to 47dd8048a1bf5b2fb96e5abe99b4f1dcd208ea4d: drm/amdgpu: Show XGMI node and hive message per device only once (2019-01-29 15:16:18 -0500) ---------------------------------------------------------------- Alex Deucher (1): Revert "drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines" Eric Huang (1): drm/amd/powerplay: add override pcie parameters for Vega20 Fatemeh Darbehani (1): drm/amd/display: Add Vline1 interrupt source to InterruptManager Martin Tsai (1): drm/amd/display: Poll pending down rep before clear payload allocation table Nicholas Kazlauskas (3): drm/amd/display: Enable vblank interrupt during CRC capture drm/amd/display: Re-enable CRC capture following modeset drm/amd/display: Don't leak memory when updating streams Thomas Zimmermann (7): drm/ast: Replace ttm_bo_unref with ttm_bo_put drm/nouveau: Replace ttm_bo_reference with ttm_bo_get drm/nouveau: Replace ttm_bo_unref with ttm_bo_put drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_get drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_put drm/mgag200: Replace ttm_bo_unref with ttm_bo_put drm/ttm: Remove ttm_bo_reference and ttm_bo_unref shaoyunl (1): drm/amdgpu: Show XGMI node and hive message per device only once wentalou (2): drm/amdgpu: csa_vaddr should not larger than AMDGPU_GMC_HOLE_START drm/amdgpu: sriov restrict max_pfn below AMDGPU_GMC_HOLE drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c | 7 +-- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 6 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 29 ++++++++- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 48 ++++++++------- .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 7 +++ drivers/gpu/drm/amd/display/dc/calcs/Makefile | 2 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 10 +-- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 5 ++ drivers/gpu/drm/amd/display/dc/dc_stream.h | 14 ++++- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c | 72 +++++----------------- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h | 12 +++- drivers/gpu/drm/amd/display/dc/dm_helpers.h | 7 +++ drivers/gpu/drm/amd/display/dc/dml/Makefile | 2 +- .../drm/amd/display/dc/inc/hw/timing_generator.h | 13 +++- drivers/gpu/drm/amd/display/dc/irq_types.h | 8 +++ drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 46 ++++++++++++++ drivers/gpu/drm/ast/ast_main.c | 6 +- drivers/gpu/drm/mgag200/mgag200_main.c | 8 +-- drivers/gpu/drm/nouveau/nouveau_bo.h | 12 ++-- drivers/gpu/drm/nouveau/nouveau_gem.c | 3 +- drivers/gpu/drm/ttm/ttm_bo.c | 9 --- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 11 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c | 11 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 9 +-- drivers/gpu/drm/vmwgfx/vmwgfx_mob.c | 21 ++++--- drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 9 ++- drivers/gpu/drm/vmwgfx/vmwgfx_validation.c | 6 +- include/drm/ttm/ttm_bo_api.h | 28 --------- 28 files changed, 239 insertions(+), 182 deletions(-)