From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E75A93603D9 for ; Fri, 8 May 2026 11:12:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778238750; cv=none; b=bK9RZvMc7N84iggXlNrlik4+boFdgy2BrrVcY0NbvqO7qmFkY0duuZrZu5JTSHaFDWCV1CkJT2Ljp0aLz7937wo1IwHe6s0G9XQv7VvSaF7DyeEanH67dSGfA/GdXpwPG149I6PwPFvgi65Hw7A412LrH9Tx8YOcx1pmoWpEwZE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778238750; c=relaxed/simple; bh=3/7UIV/Sx3T2qV9l6MEdINXMJRNSTqKhuZrnjDGTZX4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fg02AP6ghjr7GP1ZLF5Ffhrno1wRUgzXY6pmAtjEIivf/eJFFsoXEtNNPhWiEyLjze24HHaKrQ37aqXNQG/Z5FCMlEsti0bNpskzxVKipWpKZ73B/MByUVULs+4E9N7RuRPF8gPzoZ8dhfhUIY4866bVTWERqFr85mcb2D01gb0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=HxngspJk; arc=none smtp.client-ip=192.198.163.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="HxngspJk" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1778238749; x=1809774749; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3/7UIV/Sx3T2qV9l6MEdINXMJRNSTqKhuZrnjDGTZX4=; b=HxngspJkgl2zHMuqbtzkDiyN7MHoOdLjRkM1xZl2w3J+RuSXd5QWOb3U gJu2n6ZpV/Brc1KwbG+U/RHzoaLQd32HqOqWuaQDjFqPTRfPd3Uzj72a2 2ZuZE6ONSoBNbvafkvazfh5ZK2mDn+nyXYMV4eXWBP5oji/ZLauGIOl0l 2FfIH9mi50Bw0+9SpXmNUjmlBz42438FpMtiuild4k4aMQrJOOUV72Cak fv4ocJAPZctT0o3y7iEw9LTEYKOZmhvHFL5i+zXjBnJQmsZyTuxKa0jH+ CuI5wC+El7GakV4v97k3Tj8ULSnzNaBjr8vDn0lYhF3LAnkg8ZDE0BMO9 A==; X-CSE-ConnectionGUID: fjxjsDZ0SMCjXhVgDa8bpQ== X-CSE-MsgGUID: IHVdDJAYQbW5SYSjaDw3MQ== X-IronPort-AV: E=McAfee;i="6800,10657,11779"; a="79311829" X-IronPort-AV: E=Sophos;i="6.23,223,1770624000"; d="scan'208";a="79311829" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 May 2026 04:12:28 -0700 X-CSE-ConnectionGUID: sKaLa5uoQPq24hP9UNn1dQ== X-CSE-MsgGUID: Q4wev2XgTN+MFIBVfe61OQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,223,1770624000"; d="scan'208";a="236867171" Received: from pgcooper-mobl3.ger.corp.intel.com (HELO localhost) ([10.245.244.40]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 May 2026 04:12:27 -0700 From: Jani Nikula To: dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org Cc: jani.nikula@intel.com Subject: [PATCH 3/3] Documentation/gpu/rfc: fix toctree Date: Fri, 8 May 2026 14:12:09 +0300 Message-ID: X-Mailer: git-send-email 2.47.3 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs Bertel Jungin Aukio 5, 02600 Espoo, Finland Content-Transfer-Encoding: 8bit Just one toctree is enough. The .rst suffixes are superfluous in the toctree. Fix indent. Add missing newline at the end of the file. Signed-off-by: Jani Nikula --- Documentation/gpu/rfc/index.rst | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/Documentation/gpu/rfc/index.rst b/Documentation/gpu/rfc/index.rst index ef19b0ba2a3e..26a7ebe6fb44 100644 --- a/Documentation/gpu/rfc/index.rst +++ b/Documentation/gpu/rfc/index.rst @@ -18,23 +18,9 @@ host such documentation: .. toctree:: - gpusvm.rst - -.. toctree:: - - i915_gem_lmem.rst - -.. toctree:: - - i915_scheduler.rst - -.. toctree:: - - i915_small_bar.rst - -.. toctree:: - - i915_vm_bind.rst - -.. toctree:: - color_pipeline.rst \ No newline at end of file + gpusvm + i915_gem_lmem + i915_scheduler + i915_small_bar + i915_vm_bind + color_pipeline -- 2.47.3