Acked-by: Alex Deucher <alexander.deucher@xxxxxxx> for the amdgpu changes. On Wed, May 26, 2021 at 3:21 PM Thomas Zimmermann <tzimmermann@xxxxxxx> wrote: > > ping for further a-bs / r-bs > > Am 16.05.21 um 14:13 schrieb Thomas Zimmermann: > > 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@xxxxxxxxxxxxxxx/ > > > > 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 > > > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr. 5, 90409 Nürnberg, Germany > (HRB 36809, AG Nürnberg) > Geschäftsführer: Felix Imendörffer >