From patchwork Mon Mar 7 20:31:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Niranjana Vishwanathapura X-Patchwork-Id: 12772305 Return-Path: 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 AA634C433F5 for ; Mon, 7 Mar 2022 20:30:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 19D9F10E180; Mon, 7 Mar 2022 20:30:07 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 586BE10E173; Mon, 7 Mar 2022 20:30:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646685005; x=1678221005; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lEfZFbhadpvMpkae0qaumiOR++1Tz+U//Gup1pG64T8=; b=aEIUyG8Zad+QFemEwLb2EoXMeRRmWCrqKrpBK9M5jVNwASh2Lo5d7fkt ATFrlB0/THmRO8+nXkaiJqwqvYGbEh9U5Nppj5/0uTDqbpPRirR2QkRrP 3G/rZ2lTSuEf59PCNma4vD8GiVf48IlHW5LJ7JTYLgcYHL55fb54BAbkZ TwzVCP+Kmlh9Fk5hxwGjsttL/8xeVwi+gMim6dT030rmAoQ8cxbowXsOS fi1clsz8rLox+lzYzl6tZYm3ZIx9oh/U715pfFukNPD5w3FgKvj9niOFX yAa69DQRD3+3uNVXt3LdhTwSoSS2tZpBAV0rooYL4lxLWFF0tW3yPbbYq g==; X-IronPort-AV: E=McAfee;i="6200,9189,10279"; a="241932980" X-IronPort-AV: E=Sophos;i="5.90,163,1643702400"; d="scan'208";a="241932980" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Mar 2022 12:29:43 -0800 X-IronPort-AV: E=Sophos;i="5.90,163,1643702400"; d="scan'208";a="495188046" Received: from nvishwa1-desk.sc.intel.com ([172.25.29.76]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 07 Mar 2022 12:29:41 -0800 From: Niranjana Vishwanathapura To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [RFC v2 0/2] drm/doc/rfc: i915 VM_BIND feature design + uapi Date: Mon, 7 Mar 2022 12:31:44 -0800 Message-Id: <20220307203146.648-1-niranjana.vishwanathapura@intel.com> X-Mailer: git-send-email 2.21.0.rc0.32.g243a4c7e27 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: daniel.vetter@intel.com, thomas.hellstrom@intel.com, chris.p.wilson@intel.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This is the i915 driver VM_BIND feature design RFC patch series along with the required uapi definition and description of intended use cases. v2: Updated design and uapi, more documentation. Signed-off-by: Niranjana Vishwanathapura Niranjana Vishwanathapura (2): drm/doc/rfc: VM_BIND feature design document drm/doc/rfc: VM_BIND uapi definition Documentation/gpu/rfc/i915_vm_bind.h | 176 +++++++++++++++++++++ Documentation/gpu/rfc/i915_vm_bind.rst | 210 +++++++++++++++++++++++++ Documentation/gpu/rfc/index.rst | 4 + 3 files changed, 390 insertions(+) create mode 100644 Documentation/gpu/rfc/i915_vm_bind.h create mode 100644 Documentation/gpu/rfc/i915_vm_bind.rst