From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jani Nikula Date: Tue, 21 Apr 2020 13:25:09 +0000 Subject: Re: [PATCH 0/8] drm, fbdev: rework dependencies Message-Id: <877dy9ynre.fsf@intel.com> List-Id: References: <20200417155553.675905-1-arnd@arndb.de> <20200417171453.GS3456981@phenom.ffwll.local> <20200417190854.GI26002@ziepe.ca> <87y2qq1smt.fsf@intel.com> <20200421122726.GW3456981@phenom.ffwll.local> <87a735yp0f.fsf@intel.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Daniel Vetter , Geert Uytterhoeven Cc: Marek Vasut , Linux Fbdev development list , Daniel Drake , Arnd Bergmann , Jason Gunthorpe , David Airlie , Masahiro Yamada , Nicolas Pitre , Saeed Mahameed , Thomas Hellstrom , dri-devel , Linux-Renesas , Andrzej Hajda , Kieran Bingham , VMware Graphics , Laurent Pinchart , Haojian Zhuang , Jens Frederich , Robert Jarzmik , Daniel Mack On Tue, 21 Apr 2020, Daniel Vetter wrote: > To clarify what I was aiming for with my mail: I'm not worried about > fbdev here, I'm just worried that this will come back, and we'll grow > select somewhere else until it's become a big & totally horrible mess. > I think a lot of the backlight selects have also grown because of > this, so this isn't just a one-off I think. > > If Arnd is happy to play "Kconfig select" whack-a-mole ever once in a > while (and deal with the intermediate compile horrors while everyone > upgrades) I'm ok with this landing. Just not terribly happy if the > underlying issue isn't fixed. And I'll keep ignoring the IS_REACHABLE() patches that make i915 build with a config that should not exist. ;) BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8262AC54FCC for ; Tue, 21 Apr 2020 13:25:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3F1642078C for ; Tue, 21 Apr 2020 13:25:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728676AbgDUNZV (ORCPT ); Tue, 21 Apr 2020 09:25:21 -0400 Received: from mga09.intel.com ([134.134.136.24]:12133 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728859AbgDUNZU (ORCPT ); Tue, 21 Apr 2020 09:25:20 -0400 IronPort-SDR: th4UfbIgN6s0lyCNYD7T2x7RoGrHRDIepbJmertGTqLxNBnDIQhJi8aGCcPPqyUTb+AyAaeTYR kLjgtvsGFjfA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 06:25:20 -0700 IronPort-SDR: Pxwk5F1PYhQkqNU/uoogRvppqsRUhmVhKkJjfu2H8Ed6nQ0Mx8DgDU3PKrjQOHXJK0ImGAfP4z hO+lxJVr2a8Q== X-IronPort-AV: E=Sophos;i="5.72,410,1580803200"; d="scan'208";a="429528579" Received: from parkernx-mobl.ger.corp.intel.com (HELO localhost) ([10.249.46.80]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 06:25:12 -0700 From: Jani Nikula To: Daniel Vetter , Geert Uytterhoeven Cc: Arnd Bergmann , Jason Gunthorpe , dri-devel , Linux Fbdev development list , Nicolas Pitre , Andrzej Hajda , Saeed Mahameed , Masahiro Yamada , Laurent Pinchart , Linux-Renesas , Kieran Bingham , David Airlie , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Marek Vasut , Stefan Agner , VMware Graphics , Thomas Hellstrom , Jens Frederich , Daniel Drake Subject: Re: [PATCH 0/8] drm, fbdev: rework dependencies In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20200417155553.675905-1-arnd@arndb.de> <20200417171453.GS3456981@phenom.ffwll.local> <20200417190854.GI26002@ziepe.ca> <87y2qq1smt.fsf@intel.com> <20200421122726.GW3456981@phenom.ffwll.local> <87a735yp0f.fsf@intel.com> Date: Tue, 21 Apr 2020 16:25:09 +0300 Message-ID: <877dy9ynre.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Tue, 21 Apr 2020, Daniel Vetter wrote: > To clarify what I was aiming for with my mail: I'm not worried about > fbdev here, I'm just worried that this will come back, and we'll grow > select somewhere else until it's become a big & totally horrible mess. > I think a lot of the backlight selects have also grown because of > this, so this isn't just a one-off I think. > > If Arnd is happy to play "Kconfig select" whack-a-mole ever once in a > while (and deal with the intermediate compile horrors while everyone > upgrades) I'm ok with this landing. Just not terribly happy if the > underlying issue isn't fixed. And I'll keep ignoring the IS_REACHABLE() patches that make i915 build with a config that should not exist. ;) BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4B0FC54FC9 for ; Tue, 21 Apr 2020 13:25:22 +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 932642084D for ; Tue, 21 Apr 2020 13:25:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 932642084D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.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 F26296E0C9; Tue, 21 Apr 2020 13:25:21 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5DCD16E0C9 for ; Tue, 21 Apr 2020 13:25:21 +0000 (UTC) IronPort-SDR: EqvxL1XSdZTzaxWSeykM5IR6gDOiror6OlI3iXcCo+ExonYBZ6C7YyN8wwvkJdZwgzD93GvQs0 XEpAJIXuJbWw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 06:25:20 -0700 IronPort-SDR: Pxwk5F1PYhQkqNU/uoogRvppqsRUhmVhKkJjfu2H8Ed6nQ0Mx8DgDU3PKrjQOHXJK0ImGAfP4z hO+lxJVr2a8Q== X-IronPort-AV: E=Sophos;i="5.72,410,1580803200"; d="scan'208";a="429528579" Received: from parkernx-mobl.ger.corp.intel.com (HELO localhost) ([10.249.46.80]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 06:25:12 -0700 From: Jani Nikula To: Daniel Vetter , Geert Uytterhoeven Subject: Re: [PATCH 0/8] drm, fbdev: rework dependencies In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20200417155553.675905-1-arnd@arndb.de> <20200417171453.GS3456981@phenom.ffwll.local> <20200417190854.GI26002@ziepe.ca> <87y2qq1smt.fsf@intel.com> <20200421122726.GW3456981@phenom.ffwll.local> <87a735yp0f.fsf@intel.com> Date: Tue, 21 Apr 2020 16:25:09 +0300 Message-ID: <877dy9ynre.fsf@intel.com> MIME-Version: 1.0 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: Marek Vasut , Linux Fbdev development list , Daniel Drake , Arnd Bergmann , Jason Gunthorpe , David Airlie , Masahiro Yamada , Nicolas Pitre , Saeed Mahameed , Thomas Hellstrom , dri-devel , Linux-Renesas , Andrzej Hajda , Kieran Bingham , VMware Graphics , Laurent Pinchart , Haojian Zhuang , Jens Frederich , Robert Jarzmik , Daniel Mack Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 21 Apr 2020, Daniel Vetter wrote: > To clarify what I was aiming for with my mail: I'm not worried about > fbdev here, I'm just worried that this will come back, and we'll grow > select somewhere else until it's become a big & totally horrible mess. > I think a lot of the backlight selects have also grown because of > this, so this isn't just a one-off I think. > > If Arnd is happy to play "Kconfig select" whack-a-mole ever once in a > while (and deal with the intermediate compile horrors while everyone > upgrades) I'm ok with this landing. Just not terribly happy if the > underlying issue isn't fixed. And I'll keep ignoring the IS_REACHABLE() patches that make i915 build with a config that should not exist. ;) BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel