Re: [linux-yocto] [linux-yocto v6.4+][PATCH] drm/fb-helper: move zeroing code to drm_fb_helper_fill_var

2023-08-08 Thread Bruce Ashfield
Merged, and SRCREV bumps sent to the oe-core mailing list. Bruce On Tue, Aug 8, 2023 at 4:38 PM Jon Mason wrote: > > From: Jon Mason > > __fill_var is used by both drm_fb_helper_check_var and > drm_fb_helper_fill_var. In drm_fb_helper_check_var, it is possible that > some of the variables in f

[linux-yocto] [linux-yocto v6.4+][PATCH] drm/fb-helper: move zeroing code to drm_fb_helper_fill_var

2023-08-08 Thread Jon Mason
From: Jon Mason __fill_var is used by both drm_fb_helper_check_var and drm_fb_helper_fill_var. In drm_fb_helper_check_var, it is possible that some of the variables in fb_info-> var which are currently being zero'ed have pre-existing values. Zeroing these causes some fb tests to fail with (from