Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
drivers/gpu/drm/amd/display/dc/inc/hw/cursor_reg_cache.h
··· 1 + /* SPDX-License-Identifier: MIT */ 1 2 /* Copyright © 2022 Advanced Micro Devices, Inc. All rights reserved. */ 2 3 3 4 #ifndef __DAL_CURSOR_CACHE_H__