From patchwork Sat Aug 24 05:22:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Airlie X-Patchwork-Id: 11112881 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 770DD13A4 for ; Sat, 24 Aug 2019 05:23:11 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5E63121726 for ; Sat, 24 Aug 2019 05:23:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5E63121726 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 505276E08C; Sat, 24 Aug 2019 05:23:09 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf1-x129.google.com (mail-lf1-x129.google.com [IPv6:2a00:1450:4864:20::129]) by gabe.freedesktop.org (Postfix) with ESMTPS id 059446E08C for ; Sat, 24 Aug 2019 05:23:07 +0000 (UTC) Received: by mail-lf1-x129.google.com with SMTP id f21so3623558lfc.5 for ; Fri, 23 Aug 2019 22:23:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=u6/+wFW8V2VNoIXw+4p1fdQvpQu+HadJVx/6VAdQfK4=; b=k+k67p0BrNt6wvB/yGxqOmV3tSQqhGZKqEwkGW1naEhhWclsCvxpFJ8ZhtsmbqHxET lpQrUFR9zGu5I4ddCn4qQQjBasy8xHSIjuDnl838p0PzsiAT+rCBmC+LuK03JJhZhmkn l9i/SeUB+jyEq3T8wCDrv7x6/DuOuCELai2d4ReqbHY7itXxbPGxfB3uYPkiIYWpB6bt HXf5HaWsRbygPAtbCaZWJW0u8el5K6ZgODf28ZjFnujMg6n7KPfbdRnloszfI6P3rInG ICf4zGKL2KVRvj5BKNLDj+zMMBpgh49xndjPNckahaeg43h1s1KEG6uRVw6S/J7OIw0O lTFQ== X-Gm-Message-State: APjAAAVWW6WOesTdxH5zkoIaZWDj8n26eAkPwHf+ZK13/dMqv/Q0goND I7K01H0EkFQhYdg+/rt3p5SpWXhORLBAEX1DqN9nFrOH X-Google-Smtp-Source: APXvYqyMQ3B/fV6I229TFJGpuuSsZT/R+bhkUCO5DrGtNZcGvKbFfaPbfkJLfhpM5ATgbxw1Yo4Ijy2WGJW7Cu593cU= X-Received: by 2002:a05:6512:4c8:: with SMTP id w8mr4697724lfq.98.1566624186100; Fri, 23 Aug 2019 22:23:06 -0700 (PDT) MIME-Version: 1.0 From: Dave Airlie Date: Sat, 24 Aug 2019 15:22:55 +1000 Message-ID: Subject: [git pull] drm fixes for 5.3-rc6 (the second coming) To: Linus Torvalds , Daniel Vetter X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=u6/+wFW8V2VNoIXw+4p1fdQvpQu+HadJVx/6VAdQfK4=; b=ucxSIsCZbsj+lVB6JqcvZX9B77ULKHjh/6W2T9/qDt1CJbcW5ei7Wy2UCd9OMwU749 3xCfcA5sdqL66FCYNBi66rbRizZuCjqT/jttPnwVFeSgfZTpUKKhoLukzeT0GGwpqNQp CgUZdHeiU3FfDwMz6S+6UI029KNgZseQZEX0U/Fus0TLl7mapDuhX6HT0D/38PhSu0qG nXTZED2f2LIHAH4KF4P/RBHfI6rtgoEfSsSsuANxFd1YA2SNvSSWHq7r0xjT3jytYksg vanKmLjczKPR2Pux+q5VVA8MWhz098i9CRHT0BnTCqfQwMtr93pycEz/50m4QUMaazMt HtGw== 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: Stephen Rothwell , LKML , dri-devel Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hey Linus, Although the tree built for me fine on arm here, it appears either header cleanups in next or some kconfig combo it breaks, so this contains a fix to mediatek to include dma-mapping.h explicitly. There was also one nouveau fix that came in late that I was going to leave until next week, but since I was sending this I thought it may as well be in here. Dave. drm-fixes-2019-08-24: drm fixes for 5.3-rc6 (part 2) mediatek: - fix build in some cases nouveau: - fix hang with i2c and mst docks The following changes since commit 75710f08ea7e41b2f7010da3f6deab061f7a853b: drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptable (2019-08-23 11:46:32 +1000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-08-24 for you to fetch changes up to 7837951a12fdaf88d2c51ff0757980c00072790c: drm/mediatek: include dma-mapping header (2019-08-24 15:09:20 +1000) ---------------------------------------------------------------- drm fixes for 5.3-rc6 (part 2) mediatek: - fix build in some cases nouveau: - fix hang with i2c and mst docks ---------------------------------------------------------------- Dave Airlie (2): Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixes drm/mediatek: include dma-mapping header Lyude Paul (1): drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUX drivers/gpu/drm/mediatek/mtk_drm_drv.c | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c | 24 +++++++++++++++++------- 2 files changed, 18 insertions(+), 7 deletions(-)