Message ID | 20240614102548.4364-1-thomas.hellstrom@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 D5200C41513 for <dri-devel@archiver.kernel.org>; Fri, 14 Jun 2024 10:26:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7254C10E17D; Fri, 14 Jun 2024 10:26:05 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="WmQiE9qd"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 061F210E17D; Fri, 14 Jun 2024 10:26:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1718360763; x=1749896763; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Cxb7v58cdyetJNW4E0SiH40ZJwg+UWAUax4EBgb+oTs=; b=WmQiE9qdp2GEhjd2H5LGUbRPn4tqiVivWhzsrV+eluqD19b/KcWkM5Ev AT87prDl9qP8pgX+1JK7nwtFM8H3b1lrj49oLfyxgJnAAOKUZABlfWM/w 9A9ostoAX/Xg+lg0PrOVIAU2oFCbWecBoP5v9uvkBFGSeGibjSkvIimhp CIUSm9zru+jHxeno+rfxr8GfIpvjzTynghZVEXyDn4hTyVTxYqPHtpMjw E7kQIzaEN3r7mkOP/oh6ZC1JRYkoFsZq7LLG6rK13CHNndIOnQd+aH5bV s1TgOeJXB6TdftLKKXxkAuZ1l7m4M76iHQCQJGmJLBudV6V/8BpU8SomH A==; X-CSE-ConnectionGUID: QliL1hIMQg2jHMTONQ2H4g== X-CSE-MsgGUID: sWy86KDxRXSAir4s0x/4vw== X-IronPort-AV: E=McAfee;i="6700,10204,11102"; a="26659441" X-IronPort-AV: E=Sophos;i="6.08,237,1712646000"; d="scan'208";a="26659441" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2024 03:26:03 -0700 X-CSE-ConnectionGUID: /AwlJI8TTlCtYbrxiA/QQw== X-CSE-MsgGUID: igILMc5KSPiAs7OkqCHbIQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,237,1712646000"; d="scan'208";a="45415490" Received: from dalessan-mobl3.ger.corp.intel.com (HELO fedora..) ([10.245.244.153]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2024 03:26:01 -0700 From: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com> To: intel-xe@lists.freedesktop.org Cc: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com>, Somalapuram Amaranath <Amaranath.Somalapuram@amd.com>, =?utf-8?q?Christian_?= =?utf-8?q?K=C3=B6nig?= <christian.koenig@amd.com>, Matthew Brost <matthew.brost@intel.com>, dri-devel@lists.freedesktop.org Subject: [PATCH v4 00/12] TTM shrinker helpers and xe buffer object shrinker Date: Fri, 14 Jun 2024 12:25:36 +0200 Message-ID: <20240614102548.4364-1-thomas.hellstrom@linux.intel.com> X-Mailer: git-send-email 2.44.0 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 |
TTM shrinker helpers and xe buffer object shrinker
|
expand
|