[PATCH 4/4] drm/fourcc: Remove struct drm_format_buf_name
Thomas Zimmermann
tzimmermann at suse.de
Sun May 16 12:13:15 UTC 2021
The structure is unused. Remove it.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
include/drm/drm_fourcc.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/include/drm/drm_fourcc.h b/include/drm/drm_fourcc.h
index 3ea17b8a79d3..3b138d4ae67e 100644
--- a/include/drm/drm_fourcc.h
+++ b/include/drm/drm_fourcc.h
@@ -135,14 +135,6 @@ struct drm_format_info {
bool is_yuv;
};
-/**
- * struct drm_format_name_buf - name of a DRM format
- * @str: string buffer containing the format name
- */
-struct drm_format_name_buf {
- char str[32];
-};
-
/**
* drm_format_info_is_yuv_packed - check that the format info matches a YUV
* format with data laid in a single plane
--
2.31.1
More information about the amd-gfx
mailing list