From df4f6b549197b298139fedc90f542659a47e69f7 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Mon, 25 Mar 2024 01:52:13 +0100 Subject: [PATCH] r600: add license header to r600_formats.h The header was missing after the definitions were moved. Fixes: 82114ac02a2d ("r600g: switch to a common formats.h file since they are in different regs") Acked-by: Gert Wollny Signed-off-by: David Heidelberg Part-of: (cherry picked from commit 0020dd85ee110ca82f943ea69970c25018b89735) --- .pick_status.json | 2 +- src/gallium/drivers/r600/r600_formats.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index c57927a636c..d674b116b52 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -184,7 +184,7 @@ "description": "r600: add license header to r600_formats.h", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "82114ac02a2d5a764ce69711fc0a71f559ee9137", "notes": null diff --git a/src/gallium/drivers/r600/r600_formats.h b/src/gallium/drivers/r600/r600_formats.h index f36e5534f29..6ce342c0a80 100644 --- a/src/gallium/drivers/r600/r600_formats.h +++ b/src/gallium/drivers/r600/r600_formats.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT #ifndef R600_FORMATS_H #define R600_FORMATS_H