diff options
author | Suraj Kandpal <suraj.kandpal@intel.com> | 2024-03-07 07:55:34 +0300 |
---|---|---|
committer | Uma Shankar <uma.shankar@intel.com> | 2024-03-08 11:04:53 +0300 |
commit | 310f9d137c0e090f53c8d02e1c33b88de7086a6e (patch) | |
tree | 8d72d23bc829b04bb9b7de97258ed786250ce8bb | |
parent | 2a2e1107ef037bbeb29d7d78ae31825051fb174f (diff) | |
download | linux-310f9d137c0e090f53c8d02e1c33b88de7086a6e.tar.xz |
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: 152f2df954d8 ("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
-rw-r--r-- | drivers/gpu/drm/xe/xe_gsc_submit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * * Returns: random host_session_id which can be used to send messages to gsc cs |