[igt-dev] [PATCH i-g-t 1/2] lib/igt_kms: Fix docs for igt_enable_connectors()

Chris Wilson chris at chris-wilson.co.uk
Thu Mar 7 21:54:25 UTC 2019


Quoting Ville Syrjala (2019-03-07 21:42:15)
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> 
> Add the missing docs for the 'drm_fd' parameter.
> 
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> ---
>  lib/igt_kms.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/igt_kms.c b/lib/igt_kms.c
> index 7ebab4ca186f..c02ffad82f11 100644
> --- a/lib/igt_kms.c
> +++ b/lib/igt_kms.c
> @@ -4048,6 +4048,7 @@ void igt_wait_for_vblank(int drm_fd, enum pipe pipe)
>  
>  /**
>   * igt_enable_connectors:
> + * @drm_fd: A drm file descriptor
>   *
>   * Force connectors to be enabled where this is known to work well. Use
>   * #igt_reset_connectors to revert the changes.

Silly diff, I had to open the file to check the spelling of the
parameter name.
Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
-Chris


More information about the igt-dev mailing list