drm/i915: Add missing CCS documentation
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 26 Sep 2023 16:51:06 +0000 (12:51 -0400)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 2 Oct 2023 16:22:09 +0000 (12:22 -0400)
commitd38d753da7f7c9c4739e3e9ca3c986fa2c1b8c98
tree1060f852face9ee3fce4d8e17d5a16b549e3cdd7
parent4c7690614c8bbd6cd29b949f9084ddb294ffe284
drm/i915: Add missing CCS documentation

Let's introduce the basic documentation about CCS.
While doing that, also removed the legacy execution flag name. That flag
simply doesn't exist for CCS and it is not needed on current context
submission. Those flag names are only needed on legacy context,
while on new ones we only need to pass the engine ID.

It is worth mention that this documentation should probably live with
the engine definitions rather than in the i915.rst file directly and
that more updates are likely need in this section. But this should
come later.

v2: Overall improvements from Matt and Tvrtko.

Fixes: 944823c94639 ("drm/i915/xehp: Define compute class and engine")
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Sushma Venkatesh Reddy <sushma.venkatesh.reddy@intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230926165107.23440-1-rodrigo.vivi@intel.com
Documentation/gpu/i915.rst