Message ID | 20250326234005.1574688-1-andi.shyti@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-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 7E82DC36008 for <dri-devel@archiver.kernel.org>; Wed, 26 Mar 2025 23:40:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B479010E79A; Wed, 26 Mar 2025 23:40:19 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="UCbu/MyY"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 636D410E14A; Wed, 26 Mar 2025 23:40:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1743032419; x=1774568419; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+THRrlas5m618UQU9IJYMT2ciS/zYYQYxCk+YkySHnk=; b=UCbu/MyYr38uq2okf0fUW3WB834l3yn1iN3N5U/dLAoNJPWhRW7bdBr/ whLsZC3NVRxAJ8DkEB/TYxVBP1x5Hi+1VYkmkANYLd+2Ye0imOBlOyOJp EYyYBxar22ouDLaY3zWpY9IM6spCJspDsOsOE2eiFDP1Dsk+ZhBEm2K65 IUE5GXcFyak2q73mZOjav+5fZaCWomfTFvFxKT8du1zAl6JGWZ0y1lsnU QsxfaTtznhi9wSCpVLmV2Gr0Vm5cry6pZzjYavg1clYuLpqcB1demPc2x zld05nscwO1b4NeQzW+aEOa7V1F+YtSJhF/wrCmtO4B0vzCJyDA9XTPzA g==; X-CSE-ConnectionGUID: hxzUOfV5QA68se3DR1H7Ow== X-CSE-MsgGUID: Su0HVEuLTzKf7MYTw+Y+/A== X-IronPort-AV: E=McAfee;i="6700,10204,11385"; a="61741374" X-IronPort-AV: E=Sophos;i="6.14,279,1736841600"; d="scan'208";a="61741374" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2025 16:40:18 -0700 X-CSE-ConnectionGUID: lgSZHd3/R1CwALKBdgf/jA== X-CSE-MsgGUID: MxfJOMKjTSm/w0jYnzns1g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.14,279,1736841600"; d="scan'208";a="148143219" Received: from vpanait-mobl.ger.corp.intel.com (HELO localhost) ([10.245.246.3]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2025 16:40:15 -0700 From: Andi Shyti <andi.shyti@linux.intel.com> To: intel-gfx <intel-gfx@lists.freedesktop.org>, dri-devel <dri-devel@lists.freedesktop.org> Cc: Arshad Mehmood <arshad.mehmood@intel.com>, Chris Wilson <chris.p.wilson@linux.intel.com>, Lucas De Marchi <lucas.demarchi@intel.com>, Andi Shyti <andi.shyti@linux.intel.com>, Andi Shyti <andi.shyti@kernel.org> Subject: [PATCH v2 0/6] Remove I915_ENGINE_FIRST_RENDER_COMPUTE Date: Thu, 27 Mar 2025 00:39:59 +0100 Message-ID: <20250326234005.1574688-1-andi.shyti@linux.intel.com> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Remove I915_ENGINE_FIRST_RENDER_COMPUTE
|
expand
|