OSDN Git Service

drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams
authorYaodong Li <yaodong.li@intel.com>
Thu, 22 Mar 2018 23:59:22 +0000 (16:59 -0700)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Wed, 28 Mar 2018 11:42:56 +0000 (14:42 +0300)
commitfbe6f8f2a648584b97beeaaaeff75b795fb3c6cb
tree1fd8766fd2b60d8b778c215bfbd106aa682929ec
parent7fd9e829931349ad417579a718213c2b8369bff4
drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams

GuC Address Space and WOPCM Layout diagrams won't be generated correctly by
sphinx build if not using proper reST syntax.

This patch uses reST literal blocks to make sure GuC Address Space and
WOPCM Layout diagrams to be generated correctly, and it also corrects some
errors in the diagram description.

v2:
 - Fixed errors in diagram description

v3:
 - Updated GuC Address Space kernel-doc based on Michal's suggestion

v4:
 - Added WOPCM layout and GuC address space docs into i915.rst (Joonas)

Signed-off-by: Jackie Li <yaodong.li@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Sagar Arun Kamble <sagar.a.kamble@intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1521763162-11424-1-git-send-email-yaodong.li@intel.com
Documentation/gpu/i915.rst
drivers/gpu/drm/i915/intel_guc.c
drivers/gpu/drm/i915/intel_wopcm.c