Message ID | 20220107142343.56811-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 BF26FC433F5 for <dri-devel@archiver.kernel.org>; Fri, 7 Jan 2022 14:23:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AED4411B14D; Fri, 7 Jan 2022 14:23:56 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 04BA111B126; Fri, 7 Jan 2022 14:23:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641565435; x=1673101435; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=B8y+lCtuFN85QF63xuaNiIZJb4wn6fUONUNh6zNpPZk=; b=ZeAU2RStsCNraynHQrVBvwwrU4otugm34Nv09/O57bk0kwCsSTFBZ6+D 45uvAeiuUpKRFjVPu1LaxuL8R9xI4fOHYp68uY1z0sh5ZY15+QtGd595q ILY/kbbNUzFrMy3jGbqJg1iTFIpzgoTtiVcx9li/U7z7QL0b/hkB1D7be dSPVXzkhwHmvAL+PTDdfqTnm8cg3K0g14rD5AnY9Z5ZKb8bpKCbENojlp KLcNvJwMS0kw38itfVhQfknRtKVKewkN27WqdeHEo3cU+63VSOJucUIjh 9ty4BZj4wpBC3dst+wNRP8tVecvF//6g5bKZ8p9NcY2IYpWWuwathtBvG g==; X-IronPort-AV: E=McAfee;i="6200,9189,10219"; a="230214611" X-IronPort-AV: E=Sophos;i="5.88,270,1635231600"; d="scan'208";a="230214611" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2022 06:23:54 -0800 X-IronPort-AV: E=Sophos;i="5.88,270,1635231600"; d="scan'208";a="473331620" Received: from skofoed-mobl.ger.corp.intel.com (HELO thellstr-mobl1.intel.com) ([10.249.254.14]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2022 06:23:52 -0800 From: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com> To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [PATCH v6 0/6] drm/i915: Asynchronous vma unbinding Date: Fri, 7 Jan 2022 15:23:37 +0100 Message-Id: <20220107142343.56811-1-thomas.hellstrom@linux.intel.com> X-Mailer: git-send-email 2.31.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: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com>, matthew.auld@intel.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
drm/i915: Asynchronous vma unbinding
|
expand
|