From patchwork Sun Jun 21 02:17:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 11616415 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 76B45912 for ; Sun, 21 Jun 2020 02:17:51 +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 54966247A8 for ; Sun, 21 Jun 2020 02:17:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="mMqgKxvd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 54966247A8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.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 42E296E400; Sun, 21 Jun 2020 02:17:47 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by gabe.freedesktop.org (Postfix) with ESMTPS id 191AB6E400 for ; Sun, 21 Jun 2020 02:17:46 +0000 (UTC) Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 75398734; Sun, 21 Jun 2020 04:17:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1592705864; bh=TlAR1DnkEg+nby5TORRqctjcunWsyMVE4xGJwxPUb1w=; h=Date:From:To:Cc:Subject:From; b=mMqgKxvdPB4qiC4ePuM4pKF7GigtzT0wOQZBXCXdew3uqosQSKTK0+6bf+2yLFXZ/ XgdqAnnNDOCbvFd4IhDdrn2cCSCGl/rYrImzgVjjwkdsBM0qIJsBg33Y3+mhqDYpA1 /su7yhmpJKLkMG+yxClMzTksyDZ3j1WV5jxpAzfs= Date: Sun, 21 Jun 2020 05:17:20 +0300 From: Laurent Pinchart To: Dave Airlie , Daniel Vetter Subject: [GIT PULL FOR v5.8] R-Car DU fixes Message-ID: <20200621021720.GA1569@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave and Daniel, Just one small fix for the R-Car DU driver. The following changes since commit 8a7a3d1d0dcf2bb63dafe7275020420005e13e54: Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-06-19 10:02:30 +1000) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git tags/du-fixes-20200621 for you to fetch changes up to 5f9af404eec82981c4345c9943be48422234e7ab: drm: rcar-du: Fix build error (2020-06-21 05:12:57 +0300) ---------------------------------------------------------------- Build fix for the R-Car DU DRM driver ---------------------------------------------------------------- Daniel Gomez (1): drm: rcar-du: Fix build error drivers/gpu/drm/rcar-du/Kconfig | 1 + 1 file changed, 1 insertion(+)