From patchwork Wed Oct 10 20:39:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10635223 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 CCBB53CF1 for ; Wed, 10 Oct 2018 20:39:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C30B92AC6D for ; Wed, 10 Oct 2018 20:39:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B6A4A2AC70; Wed, 10 Oct 2018 20:39:57 +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,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=unavailable 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 80A742AC6D for ; Wed, 10 Oct 2018 20:39:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6C1946E359; Wed, 10 Oct 2018 20:39:55 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-yb1-xb41.google.com (mail-yb1-xb41.google.com [IPv6:2607:f8b0:4864:20::b41]) by gabe.freedesktop.org (Postfix) with ESMTPS id E88236E355 for ; Wed, 10 Oct 2018 20:39:53 +0000 (UTC) Received: by mail-yb1-xb41.google.com with SMTP id 184-v6so2763742ybg.1 for ; Wed, 10 Oct 2018 13:39:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=lRMLOlZuy2TCcAZUs+XHnSGkx9GfBLPnECnizHNOMJI=; b=Xa+bJAgFn/+PR3k9T0OYt5vTEPvhnkfBPdfECA4rlQ6Q3vMvgU+O7y84rXoZsnAroe JoxrWQ2IYkgATTHxgMzQIZ0DvRSjfAK0ygyB9gktsvLO5u3C9db6Xh7QchGtcOmMN5TS i1Y9oiAO8HfEzjFQaOzUNmRUdcB46dReULN/sCwcrLdiJ0a1RlpxlUhBOTXCf/S9lfYh xcFK4SuVHXAN3D2Uj79vkk6p55aSIjWVvrvxM9GZt9wDeSZAt2wa8Hfp7R2zAVZw7WDM mH+ZaCewuMK9kvW1SgAw6o0Nx2k/YIvvgAAS03FTEUbGE1YvQVbkvouh1tNHcn7520q7 dljg== X-Gm-Message-State: ABuFfogisiSEUvdaw9Zm6ft9APwQ1QI421ohpSrwugW7SM1juFEJgsHa RjhvWcyz9/Xpoe36xqToj38//w== X-Google-Smtp-Source: ACcGV613+zXRRWSHPQ5L0xKwQ86uRdoATYb+zPcBqk0RvqgB4YljkMwL7ap8CVxqrkeKeS+JaKULOw== X-Received: by 2002:a25:7c6:: with SMTP id 189-v6mr19555210ybh.359.1539203992922; Wed, 10 Oct 2018 13:39:52 -0700 (PDT) Received: from localhost ([2620:0:1013:11:ad55:b1db:adfe:3b9f]) by smtp.gmail.com with ESMTPSA id k189-v6sm8248658ywf.37.2018.10.10.13.39.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 Oct 2018 13:39:52 -0700 (PDT) Date: Wed, 10 Oct 2018 16:39:51 -0400 From: Sean Paul To: Dave Airlie Message-ID: <20181010203951.GA229456@art_vandelay> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Subject: [Intel-gfx] [PULL] drm-misc-next-fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, Arnd Bergmann , Maxime Ripard , Daniel Vetter , intel-gfx@lists.freedesktop.org, Sean Paul , dri-devel@lists.freedesktop.org, Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, Another next-fixes pull, pretty light this week. drm-misc-next-fixes-2018-10-10: - Fix build failure without CONFIG_DRM_FBDEV_EMULATION (Arnd) - Add Maxime to drm-misc maintainer group (Sean) Cc: Arnd Bergmann Cc: Sean Paul Cheers, Sean The following changes since commit 4be9bd10e22dfc7fc101c5cf5969ef2d3a042d8a: drm/fb_helper: Allow leaking fbdev smem_start (2018-10-03 21:08:21 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-10-10 for you to fetch changes up to 7372fd049aa8836310f84da5f82dc9eb146915c8: MAINTAINERS: Add Maxime Ripard as drm-misc maintainer (2018-10-09 16:16:54 -0400) ---------------------------------------------------------------- - Fix build failure without CONFIG_DRM_FBDEV_EMULATION (Arnd) - Add Maxime to drm-misc maintainer group (Sean) Cc: Arnd Bergmann Cc: Sean Paul ---------------------------------------------------------------- Arnd Bergmann (1): drm/imx: fix build failure without CONFIG_DRM_FBDEV_EMULATION Sean Paul (1): MAINTAINERS: Add Maxime Ripard as drm-misc maintainer MAINTAINERS | 2 +- drivers/gpu/drm/imx/imx-drm-core.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-)