projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b066c72
)
drm/fourcc: Remove struct drm_format_buf_name
author
Thomas Zimmermann
<tzimmermann@suse.de>
Sun, 16 May 2021 12:13:15 +0000
(14:13 +0200)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Thu, 27 May 2021 06:34:57 +0000
(08:34 +0200)
The structure is unused. Remove it.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20210516121315.30321-5-tzimmermann@suse.de
include/drm/drm_fourcc.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_fourcc.h
b/include/drm/drm_fourcc.h
index 3ea17b8a79d3c171e20b1fb8a53406f8a0a85d60..3b138d4ae67e456c53223e56f83ce88e63cb64d8 100644
(file)
--- 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