[PATCH 0/4] drm: Finally retire struct drm_format_name_buf
Thomas Zimmermann
tzimmermann at suse.de
Sun May 16 12:13:11 UTC 2021
This is a cleanup patchset to remove drm_format_name_buf et al. There
are two instances in drivers that need to be replaced with the %4cc
printk format modifier. Patch 3 was left over back from an earlier
patchset. [1] Patch 4 removes struct drm_format_name_buf.
I built-tested with drm-tip. The patchsetcan be mered through drm-misc.
[1] https://lore.kernel.org/dri-devel/20210216155723.17109-1-sakari.ailus@linux.intel.com/
Sakari Ailus (1):
drm: Remove drm_get_format_name()
Thomas Zimmermann (3):
drm/amdgpu: Use %p4cc to print 4CC format
drm/simpledrm: Use %p4cc to print 4CC format
drm/fourcc: Remove struct drm_format_buf_name
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 7 ++----
drivers/gpu/drm/drm_fourcc.c | 25 ---------------------
drivers/gpu/drm/tiny/simpledrm.c | 6 ++---
include/drm/drm_fourcc.h | 9 --------
4 files changed, 4 insertions(+), 43 deletions(-)
--
2.31.1
More information about the dri-devel
mailing list