drm: Describe dp_rev for drm_dp_set_phy_test_pattern
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 16 May 2020 21:23:29 +0000 (22:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 18 May 2020 15:33:40 +0000 (16:33 +0100)
drivers/gpu/drm/drm_dp_helper.c:1598: warning: Function parameter or member 'dp_rev' not described in 'drm_dp_set_phy_test_pattern'

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200516212330.13633-3-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_dp_helper.c

index 28e59d1ffa93d18cd5cbdc190472a388293dc658..2510f7991dcf1db7360186871a46d50d9b7e1382 100644 (file)
@@ -1588,6 +1588,7 @@ EXPORT_SYMBOL(drm_dp_get_phy_test_pattern);
  * drm_dp_set_phy_test_pattern() - set the pattern to the sink.
  * @aux: DisplayPort AUX channel
  * @data: DP phy compliance test parameters.
+ * @dp_rev: DP revision to use for compliance testing
  *
  * Returns 0 on success or a negative error code on failure.
  */