Message ID | 20220614184348.23746-1-ramalingam.c@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 25F34C433EF for <dri-devel@archiver.kernel.org>; Tue, 14 Jun 2022 18:42:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CD75B10E2E1; Tue, 14 Jun 2022 18:42:20 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id A055910E2E1; Tue, 14 Jun 2022 18:42:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655232139; x=1686768139; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=UZlbeoSxpAp/5XwDP4Hz2JX1/02hBNoVQ9fDD24zb1Y=; b=d2Rny8SdpAzyGj317tx4ZaW4AP4hyrvQo0D3PxmmSNvffDR5dnQjV0LM 6PB729zTbC0WNk+TuSPcembBv9StV6AEp/S6Q42RJhXeWSkB7PJYrnsRv 0oq0OUIzWRCQO/WdMr1kWxKNC/vmpa/JXBxCyvwxTpp4sdPpzhJAMl0KV 5DYmGDI5fFh8RBUPyx/hUGR5ChMWD+7YgewdtFM25hGNVNfwdfl3eXuh5 R/08LxcGPoXC+7HOr3Hh5GISDHa4V8YPTw01GtBo7FvFsJQBumcLZtDvP TBxbIBFEWDcSZYHKlvLImyU0qFvcszqspM2zem5ZdNmbbbLZOjBXN7E2j g==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="279426405" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="279426405" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2022 11:42:19 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="588627286" Received: from ramaling-i9x.iind.intel.com ([10.203.144.108]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2022 11:42:16 -0700 From: Ramalingam C <ramalingam.c@intel.com> To: intel-gfx <intel-gfx@lists.freedesktop.org>, dri-devel <dri-devel@lists.freedesktop.org> Subject: [PATCH 0/3] Break VM to rq reference loop Date: Wed, 15 Jun 2022 00:13:45 +0530 Message-Id: <20220614184348.23746-1-ramalingam.c@intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 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: Hellstrom Thomas <thomas.hellstrom@intel.com>, Matthew Auld <matthew.auld@intel.com> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series | Break VM to rq reference loop | expand |