Message ID | 20240507224510.442971-1-lucas.demarchi@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 75EB3C10F1A for <dri-devel@archiver.kernel.org>; Tue, 7 May 2024 22:44:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A5AED11284C; Tue, 7 May 2024 22:44:24 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Zia/GDyF"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0A2171126E2; Tue, 7 May 2024 22:44:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1715121861; x=1746657861; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=XBr0GQdnzId1kD+NH7fhmsHICfauMWGuVkV63TSE9C0=; b=Zia/GDyF15uZVOvr6l6sLhjlHvhvAjxFbejXX25q2bV88AK760aMUG7t Ym3jaZX13AR8rPV8WdjiypIsUqc0v2jI492LH4NDwZp+SyYmB0twv2EyX U3vHq8ry9APhq2p6MZnh55+rt7oqfUxu4xyG61fBDUU15HiU//2VxkdDP 6hK25G1nQ84X7bGfnZVUA383lJGts+HNIqN797YmPIBfp9PhLPShXU9/X 8K84djIwd72bthr2yoTRHu1EPID4OelSu2iSppzbBj73OEGwD9vleL62e wx/GGTC7J9Tzjx0T7Ceh/7Bbp3HWKhOvzqmOn1L3CxVDXuJXuBjjqvYuZ Q==; X-CSE-ConnectionGUID: 6+QHdLA7SUSA/k2dlUWGvw== X-CSE-MsgGUID: qIGYE7IfTJ6qNTjwSXoNOA== X-IronPort-AV: E=McAfee;i="6600,9927,11066"; a="11108489" X-IronPort-AV: E=Sophos;i="6.08,143,1712646000"; d="scan'208";a="11108489" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2024 15:44:20 -0700 X-CSE-ConnectionGUID: sn0N+AaIT9Wv+94Dox3nDw== X-CSE-MsgGUID: JlKsqrcFRd6QgYmASDieNQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,143,1712646000"; d="scan'208";a="29231494" Received: from lucas-s2600cw.jf.intel.com ([10.165.21.196]) by orviesa008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2024 15:44:20 -0700 From: Lucas De Marchi <lucas.demarchi@intel.com> To: <intel-xe@lists.freedesktop.org> Cc: Tvrtko Ursulin <tursulin@ursulin.net>, Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>, dri-devel@lists.freedesktop.org, Lucas De Marchi <lucas.demarchi@intel.com> Subject: [PATCH v3 0/6] drm/xe: Per client usage Date: Tue, 7 May 2024 15:45:04 -0700 Message-ID: <20240507224510.442971-1-lucas.demarchi@intel.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 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 |
drm/xe: Per client usage
|
expand
|