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 1376DC54E58 for ; Wed, 20 Mar 2024 18:03:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7BCF710E1CF; Wed, 20 Mar 2024 18:03:11 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="DBEDFaCH"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5229D10E1CF; Wed, 20 Mar 2024 18:03:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1710957791; x=1742493791; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=LK2peCM+6ulC4Y1PdKmTswKWjTlonY5Ab0f7U8l24bg=; b=DBEDFaCHka0A5i5va4M4CxW12JN5KyM26L6t2WV26lFn38fMmSSveStv z+9pCEUIkeWmGyOET1Y0mkc51EY28NXWYmnlgv1eBcdd5H1df8I0lD2YR nEtWnSbCV02z/E9UYmAfx5n5bLMEiB/8DolU8ZVm8kpnqPv/t8Zd8lPrc iXhoGNZ3+Ugo0HCnPVQHUReqail5WsAhF/6k0/M8Oyx8R8oCD1DUbHtNm gaqrJl+Mma4febg6vDvdtdaVxp3YFjalOjQ6KyS+LdTRjy3NrdjWY7/5U AyBxSq4nyg7QQ3gdgwT4du/YdbrZmtoSo0eCTPaaxtUlho8noT6GsOZ1P Q==; X-IronPort-AV: E=McAfee;i="6600,9927,11019"; a="28376203" X-IronPort-AV: E=Sophos;i="6.07,140,1708416000"; d="scan'208";a="28376203" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2024 11:03:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,140,1708416000"; d="scan'208";a="37340658" Received: from unknown (HELO intel.com) ([10.247.118.186]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2024 11:02:58 -0700 Date: Wed, 20 Mar 2024 19:02:52 +0100 From: Andi Shyti To: Tvrtko Ursulin Cc: Andi Shyti , intel-gfx , dri-devel , Chris Wilson , Joonas Lahtinen , Matt Roper , John Harrison , stable@vger.kernel.org, Andi Shyti Subject: Re: [PATCH v6 0/3] Disable automatic load CCS load balancing Message-ID: References: <20240313201955.95716-1-andi.shyti@linux.intel.com> <3fe26c42-cc34-42b2-a5cc-21a6a9468b4e@ursulin.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3fe26c42-cc34-42b2-a5cc-21a6a9468b4e@ursulin.net> 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Tvrtko, On Wed, Mar 20, 2024 at 03:40:18PM +0000, Tvrtko Ursulin wrote: > On 20/03/2024 15:06, Andi Shyti wrote: > > Ping! Any thoughts here? > > I only casually observed the discussion after I saw Matt suggested further > simplifications. As I understood it, you will bring back the uabi engine > games when adding the dynamic behaviour and that is fine by me. yes, the refactoring suggested by you will come later. Thanks, Andi