Message ID | 20240916110040.1688511-1-javierm@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | firmware: Avoid coreboot and sysfb to register a pdev for same framebuffer | expand |
On Mon, Sep 16, 2024 at 01:00:24PM +0200, Javier Martinez Canillas wrote: > The patches have only been compiled tested because I don't have access to > a coreboot machine. Please let me know if you plan to merge both patches > through the chrome-platforms tree or if you prefer to get merged through > the drm-misc tree. > > [...] > Javier Martinez Canillas (2): > firmware: sysfb: Add a sysfb_handles_screen_info() helper function > firmware: coreboot: Don't register a pdev if screen_info data is > present I'll queue both patches through the chrome-platform tree for v6.13 if there is no objections.
Tzung-Bi Shih <tzungbi@kernel.org> writes: Hello Tzung-Bi, > On Mon, Sep 16, 2024 at 01:00:24PM +0200, Javier Martinez Canillas wrote: >> The patches have only been compiled tested because I don't have access to >> a coreboot machine. Please let me know if you plan to merge both patches >> through the chrome-platforms tree or if you prefer to get merged through >> the drm-misc tree. >> >> [...] >> Javier Martinez Canillas (2): >> firmware: sysfb: Add a sysfb_handles_screen_info() helper function >> firmware: coreboot: Don't register a pdev if screen_info data is >> present > > I'll queue both patches through the chrome-platform tree for v6.13 if there is > no objections. > That works for me. Thanks a lot.
On Mon, Sep 16, 2024 at 01:00:24PM +0200, Javier Martinez Canillas wrote: > This is v4 of a fix to prevent both coreboot and sysfb drivers to register > a platform device to setup a system framebuffer. It has been converted to > a series since contains changes for both drivers, to prevent build issues > on architectures that don't define a global struct screen_info. > > Patch #1 adds a sysfb_handles_screen_info() helper that can be used by > drivers to check whether sysfb can use the data set in screen_info or not. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-firmware-next [1/2] firmware: sysfb: Add a sysfb_handles_screen_info() helper function commit: 6074e905023d09f64f2c896f475820a5623deb2c [2/2] firmware: coreboot: Don't register a pdev if screen_info data is present commit: 67f488dff17e535ac3a8a52b47ff1363d8134983 Thanks!