Message ID | 20220223224523.1121224-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 6E30CC433EF for <dri-devel@archiver.kernel.org>; Wed, 23 Feb 2022 23:01:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EE3C710E4C6; Wed, 23 Feb 2022 23:01:44 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2662710E3D0; Wed, 23 Feb 2022 23:01:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645657303; x=1677193303; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=2OzZ/AWpiqrvqNPKt7fTCXLXn1pgnVaOm3u6Y6z8dgE=; b=lVWhWEL9MvFGiIba6vK/t4nqMfhCJdL84rbG6KHTaqetU4fua6/unlOQ 8Ll/RaO5xKStQ4X7UyNSTMswYjjX1BL4fXZ4X1qFOwwGxA2PxxMi34MTa K+jJTLq/SCwI6TUy4gO67FsfUcKFTly+eytBCDYk7ua3Yz8tFo3xIh1fV lqQJ0K12yD7wMmVj3u3lZomGyLqksV8P5Y5/xES0iNpgfFnAWdV7f9wwH dxjA56lDNFAOXBl9PPvFFK4i50dQUSFpp6DuF/5w4sHgmzaCsNg7hoX9d hm5k2ZixydUKeYMI5VR0KvJuLgoBMZSZX5xnhB5T7cRc5A2smEP2NWUYF g==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="239495263" X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="239495263" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 15:01:42 -0800 X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="707225537" Received: from vkasired-desk2.fm.intel.com ([10.105.128.127]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 15:01:42 -0800 From: Vivek Kasireddy <vivek.kasireddy@intel.com> To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [CI 0/2] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation Date: Wed, 23 Feb 2022 14:45:21 -0800 Message-Id: <20220223224523.1121224-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> 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
|