From patchwork Wed Jun 26 08:48:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maarten Lankhorst X-Patchwork-Id: 11017265 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 ADD1014E5 for ; Wed, 26 Jun 2019 08:48:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A18928684 for ; Wed, 26 Jun 2019 08:48:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8DCC7286D0; Wed, 26 Jun 2019 08:48:51 +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 55C5328684 for ; Wed, 26 Jun 2019 08:48:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8D2A86E338; Wed, 26 Jun 2019 08:48:48 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id E1BFF6E32D; Wed, 26 Jun 2019 08:48:46 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 01:48:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,419,1557212400"; d="scan'208";a="313363954" Received: from ccrisan-mobl.ger.corp.intel.com (HELO [10.249.33.85]) ([10.249.33.85]) by orsmga004.jf.intel.com with ESMTP; 26 Jun 2019 01:48:42 -0700 From: Maarten Lankhorst To: Bartlomiej Zolnierkiewicz , Lee Jones Subject: [PULL] topic/remove-fbcon-notifiers for v5.3, fixes Message-ID: <7dd06ccb-7f8d-943b-bbc0-f4e58e041a23@linux.intel.com> Date: Wed, 26 Jun 2019 10:48:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 Content-Language: en-US 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: dim-tools@lists.freedesktop.org, Maxime Ripard , Daniel Vetter , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Rodrigo Vivi , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi all, This is the followup pull request for the remove-fbcon-notifiers topic branch. No major changes, just a few compile fixes. This will be pulled into drm-misc-next, but it might be useful for the fbdev and backlight trees too. Cheers, Maarten topic/remove-fbcon-notifiers-2019-06-26: - Export fbcon_update_vcs to fix sh_mobile_lcdcfb.c compilation. - Rely on fbcon being builtin when vgaswitcheroo is builtin. The following changes since commit 1dcff4ae65185e8c0300972f6d8d39d9a9db2bda: backlight: simplify lcd notifier (2019-05-28 11:03:04 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/topic/remove-fbcon-notifiers-2019-06-26 for you to fetch changes up to 6116b892bd4fd0ddc5f30566a556218bb2e1a9b6: vga_switcheroo: Depend upon fbcon being built-in, if enabled (2019-06-26 10:36:49 +0200) ---------------------------------------------------------------- topic/remove-fbcon-notifiers: - Export fbcon_update_vcs to fix sh_mobile_lcdcfb.c compilation. - Rely on fbcon being builtin when vgaswitcheroo is builtin. ---------------------------------------------------------------- Daniel Vetter (2): fbcon: Export fbcon_update_vcs vga_switcheroo: Depend upon fbcon being built-in, if enabled drivers/gpu/vga/Kconfig | 1 + drivers/video/fbdev/core/fbcon.c | 1 + 2 files changed, 2 insertions(+)