diff options
author | Dirk Hohndel (VMware) <dirk@hohndel.org> | 2018-05-07 01:16:20 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-07-05 23:39:53 +0200 |
commit | 9f87830f61e79d5e2ae2529cd225cb123f7742b2 (patch) | |
tree | 465e30fd9d8b62e5c4e7eb11746f4eacbf33f621 | |
parent | drm/amd: Replace drm_dev_unref with drm_dev_put (diff) | |
download | linux-9f87830f61e79d5e2ae2529cd225cb123f7742b2.tar.xz linux-9f87830f61e79d5e2ae2529cd225cb123f7742b2.zip |
drm/amd: add SPDX identifier and clarify license
This is dual licensed under GPL-2.0 or MIT.
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Dirk Hohndel (VMware) <dirk@hohndel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c index e3878256743a..57b14dccd8e0 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 OR MIT /* * Copyright 2009 VMware, Inc. * |