Re: [PATCH] fbdev: Select I/O-memory framebuffer ops for SBus

2024-03-25 Thread Thomas Zimmermann
Merged into drm-misc-fixes. Am 22.03.24 um 09:29 schrieb Thomas Zimmermann: Framebuffer I/O on the Sparc Sbus requires read/write helpers for I/O memory. Select FB_IOMEM_FOPS accordingly. Reported-by: Nick Bowler Closes: https://lore.kernel.org/lkml/5bc21364-41da-a339-676e-5bb0f4fae...@dracon

Re: [PATCH] fbdev: Select I/O-memory framebuffer ops for SBus

2024-03-23 Thread Nick Bowler
On 2024-03-22 06:43, Javier Martinez Canillas wrote: > Thomas Zimmermann writes: > >> Framebuffer I/O on the Sparc Sbus requires read/write helpers for >> I/O memory. Select FB_IOMEM_FOPS accordingly. >> >> Reported-by: Nick Bowler Applied on top of 6.8 and the build is successful. Thanks, N

Re: [PATCH] fbdev: Select I/O-memory framebuffer ops for SBus

2024-03-22 Thread Sam Ravnborg
On Fri, Mar 22, 2024 at 09:29:46AM +0100, Thomas Zimmermann wrote: > Framebuffer I/O on the Sparc Sbus requires read/write helpers for > I/O memory. Select FB_IOMEM_FOPS accordingly. > > Reported-by: Nick Bowler > Closes: > https://lore.kernel.org/lkml/5bc21364-41da-a339-676e-5bb0f4fae...@dracon

Re: [PATCH] fbdev: Select I/O-memory framebuffer ops for SBus

2024-03-22 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Framebuffer I/O on the Sparc Sbus requires read/write helpers for > I/O memory. Select FB_IOMEM_FOPS accordingly. > > Reported-by: Nick Bowler > Closes: > https://lore.kernel.org/lkml/5bc21364-41da-a339-676e-5bb0f4fae...@draconx.ca/ > Signed-off-by: Thomas Zimmermann