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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id DCAF1E81DEC for ; Fri, 6 Oct 2023 12:07:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 31CE310E1F2; Fri, 6 Oct 2023 12:07:14 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8462F10E1F2; Fri, 6 Oct 2023 12:07:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1696594031; x=1728130031; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=ebuT+6vHDbPi1CVkg6q7nGvxWeb9dWXq9T75cBfSFx0=; b=O03tqqaQ+vv73mwy20s7TkkZrEN/VQqP68AqBujIIyv+fXk7bSuIcd9l 6uNfqoJPQNxXr/3egaAIeEiHtPoH7FeNwhPqfYvRUgsGc6PxZwwczJPcq tECMzVZEvXwf6Hs9HCZ/bo1WoqRbkf5HXlLjJqB0f0C6xy8hXtKSzAO1U YkHS5tccs9wnzFf/aR3va8o/zkvdjYxqcwyJ43CwQu3Ofg+NB9lfJoR2f s32AKY9HhrCiil/S683VBMS9bAEac6AHEfCtIX10yj7gjwK85VPw4gga3 0ljNa/OdfYhGZV38tSnedPiruP6MkT3wl7Nuy2gg4PyTsxtKEy1LOwNLf A==; X-IronPort-AV: E=McAfee;i="6600,9927,10854"; a="450230180" X-IronPort-AV: E=Sophos;i="6.03,204,1694761200"; d="scan'208";a="450230180" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2023 05:07:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10854"; a="787370567" X-IronPort-AV: E=Sophos;i="6.03,204,1694761200"; d="scan'208";a="787370567" Received: from suthengc-mobl1.gar.corp.intel.com (HELO intel.com) ([10.215.154.2]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2023 05:07:06 -0700 Date: Fri, 6 Oct 2023 14:06:57 +0200 From: Andi Shyti To: Tvrtko Ursulin Message-ID: References: <20231006083103.660153-1-tvrtko.ursulin@linux.intel.com> <20231006083103.660153-3-tvrtko.ursulin@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231006083103.660153-3-tvrtko.ursulin@linux.intel.com> Subject: Re: [Intel-gfx] [PATCH 2/3] drm/i915: Remove incomplete PVC plumbing X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tvrtko Ursulin , Jani Nikula , Intel-gfx@lists.freedesktop.org, Lucas De Marchi , dri-devel@lists.freedesktop.org, Rodrigo Vivi , Matt Roper Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Tvrtko, On Fri, Oct 06, 2023 at 09:31:02AM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > PVC support will not be coming to i915 so get rid of its partial > enablement and reduce the driver maintenance burden. > > Signed-off-by: Tvrtko Ursulin Reviewed-by: Andi Shyti Andi