In previous commit ("drm/i915/guc: Rename intel_guc_loader.c to
intel_guc_fw.c") we unintentionally lost some of the structured
comments referenced by kernel doc. Drop these stale references
until we provide necessary updates to heavily re-factored code.Reported-by: Ville Syrjälä <[email protected]> Signed-off-by: Michal Wajdeczko <[email protected]> Cc: Ville Syrjälä <[email protected]> --- Documentation/gpu/i915.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst index 2e7ee03..fe725a2 100644 --- a/Documentation/gpu/i915.rst +++ b/Documentation/gpu/i915.rst @@ -338,15 +338,6 @@ objects, which has the goal to make space in gpu virtual address spaces. GuC === -GuC-specific firmware loader ----------------------------- - -.. kernel-doc:: drivers/gpu/drm/i915/intel_guc_loader.c - :doc: GuC-specific firmware loader - -.. kernel-doc:: drivers/gpu/drm/i915/intel_guc_loader.c - :internal: - GuC-based command submission ---------------------------- -- 1.9.1 _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
