Message ID | 20240229232859.70058-1-andi.shyti@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> 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 2EB77C48BF6 for <intel-gfx@archiver.kernel.org>; Thu, 29 Feb 2024 23:29:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 84EAB10E6E7; Thu, 29 Feb 2024 23:29:08 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="OcWQTIUA"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9AB9210E6E7; Thu, 29 Feb 2024 23:29:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709249347; x=1740785347; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=P20IrE3w3D42HEHSCk8FJFx1ZXmXvC2tnN09KvpgKyY=; b=OcWQTIUAIgUvIRCd1Ti6XonEXYPbxvTEHttD77waF8dxCyIux/Zm5edE HGDmnE62Nu9fyOfkXnhW8sfAT3SPsw12k/nbvYRb8AAhyvB0EJQ80wa3M YouqPau4C4OPPim/inB9ULEhe2I8oYkC9NsFnVC7Z71EYq5UFt9/dibPB pVvu6xwE4TpsTrSLxXmpX5hbbxeEitAs0Ta5vs6Q7lw2o8sv5WAO0koM0 zRSsevGdub4VUuRO6veOYzX1W/6bfjxGNiP9yDWoNEPRfW7sPBjo7Z3y4 HFvIy7sIXggGTV8N+ti8F1VUxxehH9QP1MiOWXu0FLH4/u1l69lqLGpFT Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10999"; a="15201198" X-IronPort-AV: E=Sophos;i="6.06,194,1705392000"; d="scan'208";a="15201198" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Feb 2024 15:29:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,194,1705392000"; d="scan'208";a="45544035" Received: from syhu-mobl2.ccr.corp.intel.com (HELO intel.com) ([10.94.248.193]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Feb 2024 15:29:04 -0800 From: Andi Shyti <andi.shyti@linux.intel.com> To: intel-gfx <intel-gfx@lists.freedesktop.org>, dri-devel <dri-devel@lists.freedesktop.org> Cc: Chris Wilson <chris.p.wilson@linux.intel.com>, Joonas Lahtinen <joonas.lahtinen@linux.intel.com>, Matt Roper <matthew.d.roper@intel.com>, John Harrison <John.C.Harrison@Intel.com>, Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>, stable@vger.kernel.org, Andi Shyti <andi.shyti@linux.intel.com>, Andi Shyti <andi.shyti@kernel.org> Subject: [PATCH v3 0/4] Disable automatic load CCS load balancing Date: Fri, 1 Mar 2024 00:28:55 +0100 Message-ID: <20240229232859.70058-1-andi.shyti@linux.intel.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | Disable automatic load CCS load balancing | expand |