diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2022-10-10 17:30:08 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-10-11 11:33:16 -0400 |
commit | f00844daa5212aac609d9cb97ce5e0a74c67890a (patch) | |
tree | 6d8413a21a433000f6c8d8b946b38869b593a7b1 /drivers/gpu/drm | |
parent | b1d1666276cce28743e2cf90be07182ceac14f1e (diff) | |
download | linux-f00844daa5212aac609d9cb97ce5e0a74c67890a.tar.gz |
drm/amd/display: add a license to cursor_reg_cache.h
It's MIT.
Fixes: b73353f7f3d434 ("drm/amd/display: Use the same cursor info across features")
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h b/drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h index 0e7c5880e867..45645f9fd86c 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: MIT */ /* Copyright © 2022 Advanced Micro Devices, Inc. All rights reserved. */ #ifndef __DAL_CURSOR_CACHE_H__ |