diff options
author | Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com> | 2022-02-11 06:24:41 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-02-14 23:08:40 +0300 |
commit | d87f36a0635edc58430e322f9e04fdf9aae6641f (patch) | |
tree | 64ffa347a11ab6817a0f8bffa6daf4aedc31d4b3 /drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | |
parent | a6c40b178092f41b9d6cc8615697c14b1e5a1c3a (diff) | |
download | linux-d87f36a0635edc58430e322f9e04fdf9aae6641f.tar.xz |
drm/amdkfd: update SPDX license header
Update the SPDX License header for all the KFD files.
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c index 70ea4849e6a2..c3f252fc337b 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c +++ b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c @@ -1,5 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 OR MIT /* - * Copyright 2014 Advanced Micro Devices, Inc. + * Copyright 2014-2022 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), |