diff options
| author | 2022-10-10 17:30:08 -0400 | |
|---|---|---|
| committer | 2022-10-11 11:33:16 -0400 | |
| commit | f00844daa5212aac609d9cb97ce5e0a74c67890a (patch) | |
| tree | 6d8413a21a433000f6c8d8b946b38869b593a7b1 /drivers/gpu | |
| parent | drm/amd/display: make virtual_disable_link_output static (diff) | |
| download | linux-dev-f00844daa5212aac609d9cb97ce5e0a74c67890a.tar.xz linux-dev-f00844daa5212aac609d9cb97ce5e0a74c67890a.zip | |
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')
| -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__ |
