Re: [PATCH v2 02/19] drm: Pass pixel_format+modifier directly to drm_get_format_info()

2025-07-01 Thread Liviu Dudau
On Tue, Jul 01, 2025 at 12:07:05PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Decouple drm_get_format_info() from struct drm_mode_fb_cmd2 and just > pass the pixel format+modifier combo in by hand. > > We may want to use drm_get_format_info() outside of the normal > addfb paths where

[PATCH v2 02/19] drm: Pass pixel_format+modifier directly to drm_get_format_info()

2025-07-01 Thread Ville Syrjala
From: Ville Syrjälä Decouple drm_get_format_info() from struct drm_mode_fb_cmd2 and just pass the pixel format+modifier combo in by hand. We may want to use drm_get_format_info() outside of the normal addfb paths where we won't have a struct drm_mode_fb_cmd2, and creating a temporary one just fo

[PATCH v2 02/19] drm: Pass pixel_format+modifier directly to drm_get_format_info()

2025-04-11 Thread Ville Syrjala
From: Ville Syrjälä Decouple drm_get_format_info() from struct drm_mode_fb_cmd2 and just pass the pixel format+modifier combo in by hand. We may want to use drm_get_format_info() outside of the normal addfb paths where we won't have a struct drm_mode_fb_cmd2, and creating a temporary one just fo