r600: add license header to r600_formats.h

The header was missing after the definitions were moved.

Fixes: 82114ac02a ("r600g: switch to a common formats.h file since they are in different regs")

Acked-by: Gert Wollny <gert.wollny@collabora.com>
Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28395>
(cherry picked from commit 0020dd85ee)
This commit is contained in:
David Heidelberg 2024-03-25 01:52:13 +01:00 committed by Eric Engestrom
parent b1087acbcb
commit df4f6b5491
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#ifndef R600_FORMATS_H
#define R600_FORMATS_H