[PATCH] drm/xe/gsc: Fix kernel doc for xe_gsc_create_host_session_id

Ghimiray, Himal Prasad himal.prasad.ghimiray at intel.com
Thu Mar 7 07:08:23 UTC 2024


On 07-03-2024 10:25, Suraj Kandpal wrote:
> Fix documentation for xe_gsc_create_host_session_id which
> was xe_gsc_get_host_session_id.
>
> Fixes: 152f2df954d8 ("drm/xe/hdcp: Enable HDCP for XE")
> Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
> ---
>   drivers/gpu/drm/xe/xe_gsc_submit.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_gsc_submit.c b/drivers/gpu/drm/xe/xe_gsc_submit.c
> index 9a18f5667db3..d34d03248843 100644
> --- a/drivers/gpu/drm/xe/xe_gsc_submit.c
> +++ b/drivers/gpu/drm/xe/xe_gsc_submit.c
> @@ -41,7 +41,7 @@ gsc_to_gt(struct xe_gsc *gsc)
>   }
>   
>   /**
> - * xe_gsc_get_host_session_id - Creates a random 64 bit host_session id with
> + * xe_gsc_create_host_session_id - Creates a random 64 bit host_session id with
>    * bits 56-63 masked.

Looks good.

Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>

>    *
>    * Returns: random host_session_id which can be used to send messages to gsc cs


More information about the Intel-xe mailing list