Message ID | 20220220013127.962336-1-vivek.kasireddy@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 8E13DC433FE for <dri-devel@archiver.kernel.org>; Sun, 20 Feb 2022 01:48:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3336D10E1F4; Sun, 20 Feb 2022 01:48:06 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1CDE910E1DF; Sun, 20 Feb 2022 01:48:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645321684; x=1676857684; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JjnYCWylTa6AOEdn4Hy6NgxquQXB22bJbux7LJ5Odec=; b=Bw+gauvU6uj7cAQ/8K3EDh/SgSYemuoEc10DyYh7RtdtooJKf12nfQqe N1w3zcg9HII49CnWy88HrQKfP34ZcXwDncbBOnUbuTuccNAB171bjhp3l W4rEBru79zf5gwM8B1LHVEcT2nphY97UkqziFB6kEs8Ca2byZfs7QdTP9 IV7OJZmme2ajyiPJ47j/UfYWuiktUc2uA4eA1+5ZJ755J2eOs3jGL8byP vwN9shvuEQbsLtl3kfOQtOw58KHKwywm8mKCbi8sfh+1BzC2DsO7POU/S qwitWqDLH2IAV5y12b+rju2NIp290NxUolbrk+RRYpZfcBBCrWcg/HzCk g==; X-IronPort-AV: E=McAfee;i="6200,9189,10263"; a="231306876" X-IronPort-AV: E=Sophos;i="5.88,382,1635231600"; d="scan'208";a="231306876" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Feb 2022 17:48:01 -0800 X-IronPort-AV: E=Sophos;i="5.88,382,1635231600"; d="scan'208";a="531392484" Received: from vkasired-desk2.fm.intel.com ([10.105.128.127]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Feb 2022 17:48:01 -0800 From: Vivek Kasireddy <vivek.kasireddy@intel.com> To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [PATCH v3 0/3] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation Date: Sat, 19 Feb 2022 17:31:24 -0800 Message-Id: <20220220013127.962336-1-vivek.kasireddy@intel.com> X-Mailer: git-send-email 2.34.1 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> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>, =?utf-8?q?Christian_K?= =?utf-8?q?=C3=B6nig?= <christian.koenig@amd.com>, Vivek Kasireddy <vivek.kasireddy@intel.com>, Nirmoy Das <nirmoy.das@intel.com> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
|
expand
|