mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm/xe/gsc: Fix kernel doc for xe_gsc_create_host_session_id
Fix documentation for xe_gsc_create_host_session_id which
was xe_gsc_get_host_session_id.
Fixes: 152f2df954 ("drm/xe/hdcp: Enable HDCP for XE")
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240307045533.1867892-2-suraj.kandpal@intel.com
This commit is contained in:
parent
2a2e1107ef
commit
310f9d137c
|
|
@ -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.
|
||||
*
|
||||
* Returns: random host_session_id which can be used to send messages to gsc cs
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user