From mboxrd@z Thu Jan 1 00:00:00 1970 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 C4D16C433F5 for ; Tue, 24 May 2022 07:55:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 55E8A10EC1B; Tue, 24 May 2022 07:55:31 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6111B10EBC0; Tue, 24 May 2022 07:55:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653378930; x=1684914930; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Ri89ScPQ7oq+a4jOmp7mj209IJeqLk6OglWquWkecCQ=; b=TI3YYNuzvRi46UBWxnVnoDmOa+hdYfwHXWenB49vpmpM+8DhAh7+8irt BVWYx36PHnDTrMlnVAjEdSCcjFD6CHz1wZuDB/aGvEY7bzsXquhiHnMGX STUFsCgI3rr8UnRP8lfMeYHOBmoy8BK7MWuDJomJih9QF5SsSNFgIn37n K/QA/P5tkXnttgcA7J0wJbn8TTl67RgolqIwursm1fx6fTfdWblIn1H+b PiaqiEozJpckwk26iymeIXvHLQTXCpQHV6LeviyzLgVBnTHOsizaVHGku LqgA5CxNkGQvG8II0keObPPbt21jA1WBdq+A4kWLhy4XcVKmCkliOCdYl w==; X-IronPort-AV: E=McAfee;i="6400,9594,10356"; a="261068578" X-IronPort-AV: E=Sophos;i="5.91,248,1647327600"; d="scan'208";a="261068578" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2022 00:55:29 -0700 X-IronPort-AV: E=Sophos;i="5.91,248,1647327600"; d="scan'208";a="548359103" Received: from cennis-mobl.ger.corp.intel.com (HELO tursulin-mobl2.home) ([10.213.213.170]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2022 00:55:27 -0700 From: Tvrtko Ursulin To: Intel-gfx@lists.freedesktop.org Date: Tue, 24 May 2022 08:55:19 +0100 Message-Id: <20220524075519.1553540-1-tvrtko.ursulin@linux.intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH] drm/i915: Complete and clarify per client usage stats documentation X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" From: Tvrtko Ursulin Mention the compute engine which was recently added to the driver and also clarify that userspace should be written in a forward compatible way. Signed-off-by: Tvrtko Ursulin --- Documentation/gpu/i915.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst index 54060cd6c419..3e28b08ba6f6 100644 --- a/Documentation/gpu/i915.rst +++ b/Documentation/gpu/i915.rst @@ -723,5 +723,6 @@ the currently possible format options: drm-engine-capacity-video: 2 drm-engine-video-enhance: 0 ns -Possible `drm-engine-` key names are: `render`, `copy`, `video` and -`video-enhance`. +Possible `drm-engine-` key names are: `render`, `copy`, `video`, +`video-enhance` and `compute`. This list may not be complete and userspace +parsers should in any case handle new names appearing with new kernel releases. -- 2.32.0