diff options
| author | Stylon Wang <[email protected]> | 2023-10-19 14:46:51 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-10-26 22:41:22 +0000 |
| commit | d30a584cd70ebc5a8be3bd38ea1f184018bff151 (patch) | |
| tree | 96eabfc9c816f636aa0bb758db1f304aebd18e5e /drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c | |
| parent | drm/amd/display: Add missing copyright notice in DMUB (diff) | |
| download | kernel-d30a584cd70ebc5a8be3bd38ea1f184018bff151.tar.gz kernel-d30a584cd70ebc5a8be3bd38ea1f184018bff151.zip | |
drm/amd/display: Fix copyright notice in DML2 code
[Why & How]
Fix incomplete copyright notice in DML2 code.
Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Stylon Wang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c b/drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c index ac6bf776bad0..69fd96f4f3b0 100644 --- a/drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c +++ b/drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c @@ -20,6 +20,8 @@ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * + * Authors: AMD + * */ //#include "dml2_utils.h" |
