From patchwork Thu Nov 8 03:55:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 10673435 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 1D52A14E2 for ; Thu, 8 Nov 2018 03:56:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0535C2AC22 for ; Thu, 8 Nov 2018 03:56:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EC3E02BD14; Thu, 8 Nov 2018 03:56: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=-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 9FDA62AC22 for ; Thu, 8 Nov 2018 03:56:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 97A2789E08; Thu, 8 Nov 2018 03:56:05 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3AA9989DFF; Thu, 8 Nov 2018 03:56:04 +0000 (UTC) Received: by mail-qk1-x735.google.com with SMTP id e4so24390852qkh.6; Wed, 07 Nov 2018 19:56:04 -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=6LviCpB/S89JtrIFhdY+5vUzTPqKF8YMsnhDQRMSL5Y=; b=k4QJR5elAAPh2E4+590yFzi0Vhe4wPLPP6ofe+PA7Tlk8ttMLddODIvi/GRm86tcco Al/2jfcKd1jKkIW5TvfMIu3x1XZSyxFcUA/oAdXhkvMElsq3Gkii7vfcoyhN4n9X/FPe zgFM15yu3rnqLb2HnKE1M6i8mTsKGllL2ddtBrcTR8A/SLJCfDHpW3RXEZjG9OFHt5rD iTXQ6BPSQ+y0L80h6X5njJveUUmKiydrVlTjvA9PhR/Ophi0ROCZh8CbOtPk1hEHJxmy y/lhlyMREziJTIozFxiMlXrQW1+jX++lWv/ZtuUcB1cWkdoVw6LbjsQqKpSl0ACm5w92 JkjQ== X-Gm-Message-State: AGRZ1gI0pVvX+3tKdGw9+IrnTibrkXhp688ZArcbdU8U5RemkY3pYX8F 16z0uY3sUQlSphJgRSPEDEhEB36c X-Google-Smtp-Source: AJdET5exaSGyBVFZMpAZgKLMTJIW57c6qrgpnDQz6sKG2O7fEARlW6o8qeINPwQ0h8YKXAlxsvsGRA== X-Received: by 2002:a0c:af32:: with SMTP id i47mr2978590qvc.47.1541649363053; Wed, 07 Nov 2018 19:56:03 -0800 (PST) Received: from localhost.localdomain ([71.219.49.5]) by smtp.gmail.com with ESMTPSA id l15sm1398515qtr.25.2018.11.07.19.56.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 07 Nov 2018 19:56:02 -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, amdkfd drm-fixes-4.20 Date: Wed, 7 Nov 2018 22:55:51 -0500 Message-Id: <20181108035551.2904-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: - DC MST fixes - DC FBC fix - Vega20 updates to support the latest vbios - KFD type fixes for ioctl headers The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-4.20 for you to fetch changes up to 63237f8748bdf46dccf79ef8f98f05e9fe799162: drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() (2018-11-07 18:21:05 -0500) ---------------------------------------------------------------- Alex Deucher (7): Revert "drm/amd/display: set backlight level limit to 1" drm/amdgpu/vega20: add CLK base offset drm/amdgpu/display: check if fbc is available in set_static_screen_control (v2) drm/amdgpu: add DC feature mask module parameter drm/amdgpu/display/dc: add FBC to dc_config drm/amdgpu/display/dm: handle FBC dc feature parameter drm/amdgpu/display/dce11: only enable FBC when selected Dmitry V. Levin (2): uapi: fix linux/kfd_ioctl.h userspace compilation errors uapi: fix more linux/kfd_ioctl.h userspace compilation errors Evan Quan (2): drm/amd/powerplay: set a default fclk/gfxclk ratio drm/amd/powerplay: always use fast UCLK switching when UCLK DPM enabled Harry Wentland (1): drm/amd/display: Stop leaking planes Jerry (Fangzhi) Zuo (2): drm/amd/display: Cleanup MST non-atomic code workaround drm/amd/display: Drop reusing drm connector for MST Leo Li (1): drm/amd: Update atom_smu_info_v3_3 structure Lyude Paul (1): drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() Shaokun Zhang (1): drm/amd/display: Fix misleading buffer information drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 11 +++ drivers/gpu/drm/amd/amdgpu/vega20_reg_init.c | 1 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 27 +++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 - .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 79 ++-------------------- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h | 1 - drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 +- drivers/gpu/drm/amd/display/dc/dc.h | 1 + .../amd/display/dc/dce110/dce110_hw_sequencer.c | 7 +- .../drm/amd/display/dc/dce110/dce110_resource.c | 3 +- drivers/gpu/drm/amd/include/amd_shared.h | 4 ++ drivers/gpu/drm/amd/include/atomfirmware.h | 7 +- drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 53 +++++++++------ drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.h | 1 + drivers/gpu/drm/amd/powerplay/inc/vega20_ppsmc.h | 3 +- include/uapi/linux/kfd_ioctl.h | 18 ++--- 17 files changed, 93 insertions(+), 130 deletions(-)