Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2486688ybl; Mon, 19 Aug 2019 02:53:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqyV2R5pMXbWTG0oP432Rt9S7Pfo3RHniDzbB2foWhun3O9fjjPUpScT2OV00moTvHkUKhOd X-Received: by 2002:a17:902:4201:: with SMTP id g1mr21739850pld.300.1566208403975; Mon, 19 Aug 2019 02:53:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566208403; cv=none; d=google.com; s=arc-20160816; b=SXzoDwrJVtaxNlWAtCDsmqHY3wFLgaWxsBR2WttBAMyFANOpRYL378yfsR4CKiKVO2 tL9m1RpswOzuWk4XbR0jYTXahNNA+0nLqMQUw2kXZXKhJnYM/pmbb7EY2NxuZjgQn0wi rB1HlC7DuMpupE20RlHp+NhPlukCPQOVSr5ggUR50lcgD8iaDB1Vrv4+lJ2YENMWBZCt GTA61ZcTOhQw+NW4GGjDCruuNEs0VhbiqoqoVSwkfI8V0dg6lglKTYSTI25OeLiv3q/t 0myqD2ELqNWE0XClbTWxmc1raC7uWWekqkPeDdqATqLKVirUdmrjH731akhldBUqtv9h /KGQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=1PdaSZBFhY7ESH9eSfj7hz19Xm55DgLalSfpQDztUU0=; b=GptMPS6w2C0318C3pFKcvzuLnYq6LHAt3ohjHduL20ZGMW8xQyjAv3H7kRxvuINuKH CFr8qWagzDNmSl0rTop+m7YnkTxL8OEiaDTCMsCdRPHxZOquUdtM8hL16PDqU3lesod1 enrRHANUPNIn842ROcEbJr4yTB5/qDiqJeKyaIqmJIgFARwKB2YPqUMpei3n8FpTPQMr v9KAkxG67zEqNPFGkNQAq1BHMWEKThf/C/Psy0efTb2qtzuRrcFi10qFyX2S3TVOtfQd yh8nEeIaqV4vWCsFOAo60a6JD6jXUG1j9D8XGiUev45an6HMx1oprsY6bOYwZBsVGlJL /Hkg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n184si9560008pgn.399.2019.08.19.02.53.09; Mon, 19 Aug 2019 02:53:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727082AbfHSJwM (ORCPT + 99 others); Mon, 19 Aug 2019 05:52:12 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:48309 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726477AbfHSJwM (ORCPT ); Mon, 19 Aug 2019 05:52:12 -0400 Received: from 79.184.254.79.ipv4.supernova.orange.pl (79.184.254.79) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.275) id 11e656f87402486f; Mon, 19 Aug 2019 11:52:10 +0200 From: "Rafael J. Wysocki" To: Dave Airlie Cc: Karol Herbst , LKML , Linux ACPI , dri-devel , nouveau , Mario Limonciello , Alex Hung , Ben Skeggs , Dave Airlie Subject: Re: [Nouveau] [PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output" Date: Mon, 19 Aug 2019 11:52:09 +0200 Message-ID: <2215840.qs0dBhReda@kreacher> In-Reply-To: References: <20190814213118.28473-1-kherbst@redhat.com> <20190814213118.28473-2-kherbst@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, August 15, 2019 12:47:35 AM CEST Dave Airlie wrote: > On Thu, 15 Aug 2019 at 07:31, Karol Herbst wrote: > > > > This reverts commit 28586a51eea666d5531bcaef2f68e4abbd87242c. > > > > The original commit message didn't even make sense. AMD _does_ support it and > > it works with Nouveau as well. > > > > Also what was the issue being solved here? No references to any bugs and not > > even explaining any issue at all isn't the way we do things. > > > > And even if it means a muxed design, then the fix is to make it work inside the > > driver, not adding some hacky workaround through ACPI tricks. > > > > And what out of tree drivers do or do not support we don't care one bit anyway. > > > > I think the reverts should be merged via Rafael's tree as the original > patches went in via there, and we should get them in asap. > > Acked-by: Dave Airlie The _OSI strings are to be dropped when all of the needed support is there in drivers, so they should go away along with the requisite driver changes. I'm all for dropping then when that's the case, so please feel free to add ACKs from me to the patches in question at that point. Cheers, Rafael