[PATCH v2 0/3] drm: Fix initializing format info in drm_framebuffer

Imre Deak imre.deak at intel.com
Wed Aug 6 12:38:13 UTC 2025


On Tue, Aug 05, 2025 at 08:57:49PM +0300, Imre Deak wrote:
> This is v2 of [1], describing in the patch logs the functional issue the
> patchset fixes based on Tomi's feedback and adding the T-b/A-b/R-b
> tags.
> 
> I would like this patchset to be included in the v6.17-rc1 release, if
> this is still possible. One way is to merge it to drm-misc-next-fixes,
> if there won't be pull request from that branch any more, could the
> maintainers suggest a better way?

Ok, not sure if there will be a v6.17-rc1 PR from drm-misc-next-fixes,
but merging the patchset there makes sense to me in any case, so did
that now.

Thanks for the report, testing, acks and reviews.

> Thanks,
> Imre
> 
> [1] https://lore.kernel.org/all/20250728101603.243788-1-imre.deak@intel.com
> 
> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
> Cc: Mark Brown <broonie at kernel.org>
> Cc: Tomi Valkeinen <tomi.valkeinen at ideasonboard.com>
> Cc: Lyude Paul <lyude at redhat.com>
> Cc: Danilo Krummrich <dakr at kernel.org>
> Cc: Alex Deucher <alexander.deucher at amd.com>
> Cc: James Jones <jajones at nvidia.com>
> Cc: Naresh Kamboju <naresh.kamboju at linaro.org>
> Cc: David Airlie <airlied at gmail.com>
> Cc: Simona Vetter <simona at ffwll.ch>
> Cc: Christian König <christian.koenig at amd.com>
> Cc: Thomas Zimmermann <tzimmermann at suse.de>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Cc: Maxime Ripard <mripard at kernel.org>
> Cc: amd-gfx at lists.freedesktop.org
> Cc: nouveau at lists.freedesktop.org
> 
> Imre Deak (3):
>   drm/omap: Pass along the format info from .fb_create() to
>     drm_helper_mode_fill_fb_struct()
>   drm/nouveau: Pass along the format info from .fb_create() to
>     drm_helper_mode_fill_fb_struct()
>   drm/radeon: Pass along the format info from .fb_create() to
>     drm_helper_mode_fill_fb_struct()
> 
>  drivers/gpu/drm/nouveau/nouveau_display.c |  9 +++------
>  drivers/gpu/drm/nouveau/nouveau_display.h |  3 +++
>  drivers/gpu/drm/omapdrm/omap_fb.c         | 23 ++++++++++-------------
>  drivers/gpu/drm/omapdrm/omap_fb.h         |  2 ++
>  drivers/gpu/drm/omapdrm/omap_fbdev.c      |  5 ++++-
>  drivers/gpu/drm/radeon/radeon_display.c   |  5 +++--
>  drivers/gpu/drm/radeon/radeon_fbdev.c     | 11 ++++++-----
>  drivers/gpu/drm/radeon/radeon_mode.h      |  2 ++
>  8 files changed, 33 insertions(+), 27 deletions(-)
> 
> -- 
> 2.49.1
> 


More information about the amd-gfx mailing list