Message ID | 20220104125132.35179-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 6E652C433FE for <intel-gfx@archiver.kernel.org>; Tue, 4 Jan 2022 12:51:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id ACA6689A83; Tue, 4 Jan 2022 12:51:44 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id F16CB8987C; Tue, 4 Jan 2022 12:51:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641300703; x=1672836703; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SwLcIFciG1q0AqL6FuxI9kWR+wkoCNDJ1F3WA2SV2tg=; b=CihEs4m/4cJfmKh9pFRyA0L9VbhpBtMhigIz9OV7eW6IOvuvp1mG82kN Os3mUaI1f9BgBx8BgFNhnmWALpHc5ta3UKXU9iBusmtlniY6v0JZljQo1 neYFRnPHB8Q6h56JpNRniVljsqkXJ/VphTNtBBQoF8HY6IwjM/XCYK6Ex HvFv2YZ4XAElHtZmh86AXS+3jQzUPg4tLUXBXB/vv4C/pr0+yRUhPqVM9 MZmBChz8MD1YvYcZc/TWeZJwq08hdGJAYVGVt22Vi5aZFDu1UD++ETivn GyGTi4xQ6DntWrGTe7YDdEqoK7Heh/4X9Woi3RBZJEdTAFstdi1t+uPOv Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10216"; a="242174358" X-IronPort-AV: E=Sophos;i="5.88,261,1635231600"; d="scan'208";a="242174358" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2022 04:51:42 -0800 X-IronPort-AV: E=Sophos;i="5.88,261,1635231600"; d="scan'208";a="688557566" Received: from cmathias-mobl1.ger.corp.intel.com (HELO thellstr-mobl1.intel.com) ([10.249.254.196]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2022 04:51:40 -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 Date: Tue, 4 Jan 2022 13:51:26 +0100 Message-Id: <20220104125132.35179-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 Subject: [Intel-gfx] [PATCH v5 0/6] drm/i915: Asynchronous vma unbinding 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>, matthew.auld@intel.com Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm/i915: Asynchronous vma unbinding
|
expand
|