Message ID | 20230223142531.8446-1-thomas.hellstrom@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 1BDEEC64ED8 for <intel-gfx@archiver.kernel.org>; Thu, 23 Feb 2023 14:54:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3C12410EBBC; Thu, 23 Feb 2023 14:54:53 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 35C7610EBB9; Thu, 23 Feb 2023 14:54:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677164091; x=1708700091; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hZfSJbmm5jOlfcIG6VH262Ny/4i0KgdnezwXIcAC41c=; b=NiygQPog775nsDDnN7/xcgUGGhtm/EjYlnFF8aywPZ4Nxzjri88ZHBmz 5kvmFMDdzDw7ztdmqa0KKiRuUUvNjYTZ/eN0+4ZaFSsnQBaDYsLd/ATth ZyGDl6w+ujiVonaDTrECuUvQN/3W2lXbgDNfqmy2BfpAuSGqbbpWv+ZCn OH48rG7lDbdsR4iQ9EGWfWgO/pWkUJKMuMOf5BDwsXhzq8ALyMx8dv1W3 KJ7JN0BwiLGDI036YIkYkKJH46PjkewAZDOjo4wLhFed70LA+0CEP82uX RIcft5/I12j1ryq8Fgi50PpuF4qJ/x4n9KtiY4E3JbfX+zmL9p4rALDMS A==; X-IronPort-AV: E=McAfee;i="6500,9779,10630"; a="321392681" X-IronPort-AV: E=Sophos;i="5.97,320,1669104000"; d="scan'208";a="321392681" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2023 06:25:57 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10630"; a="622349629" X-IronPort-AV: E=Sophos;i="5.97,320,1669104000"; d="scan'208";a="622349629" Received: from skallurr-mobl1.ger.corp.intel.com (HELO thellstr-mobl1.intel.com) ([10.249.254.84]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2023 06:25:54 -0800 From: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com> To: dri-devel@lists.freedesktop.org Date: Thu, 23 Feb 2023 15:25:28 +0100 Message-Id: <20230223142531.8446-1-thomas.hellstrom@linux.intel.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH v3 0/3] drm/helpers: Make the suballocation manager drm generic 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> Cc: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com>, Daniel Vetter <daniel.vetter@ffwll.ch>, intel-gfx@lists.freedesktop.org, Christian Koenig <christian.koenig@amd.com>, Dave Airlie <airlied@redhat.com>, intel-xe@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm/helpers: Make the suballocation manager drm generic
|
expand
|