Message ID | 20220227172957.1208890-1-vivek.kasireddy@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 44741C433F5 for <intel-gfx@archiver.kernel.org>; Sun, 27 Feb 2022 17:46:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 33B1610E5E3; Sun, 27 Feb 2022 17:46:09 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 64D0210E139; Sun, 27 Feb 2022 17:46:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645983967; x=1677519967; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=2OzZ/AWpiqrvqNPKt7fTCXLXn1pgnVaOm3u6Y6z8dgE=; b=WnI4JmE89dR2JSURRv+PHNMeHmZ2WCx7/ScIXvqaGBWoqcvAazzA0bvm xLDIbGwzbBTwlg8I0oVs+NqdaFywNAN0I5pGH5USRNqAXKjHnNgA68kr3 rPHHljAOK21kd69kLLJBY1jhUZecOKKYeml4gsELva8MhOemh7Y3vnqxL fTgM62sYuLzeOnZPdciVXoIofASJRgUHDKkEq0AE72J/fNMcPJwS6+LWt t3gzASc/YoQxkUiWbok866lmYO75fRMyiSWesKFDcjrelk8KZ935fX+J+ TKbY02UhydLiVpLGxXvGIV8q7oPCqiLLCt/HpzNmAcLx9VpYz8Abb7am/ w==; X-IronPort-AV: E=McAfee;i="6200,9189,10271"; a="313469105" X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="313469105" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2022 09:46:06 -0800 X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="549940404" Received: from vkasired-desk2.fm.intel.com ([10.105.128.127]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2022 09:46:06 -0800 From: Vivek Kasireddy <vivek.kasireddy@intel.com> To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Date: Sun, 27 Feb 2022 09:29:55 -0800 Message-Id: <20220227172957.1208890-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 Subject: [Intel-gfx] [CI 0/2] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation 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> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
|
expand
|