Re: [PATCH v2 01/47] media/vivid: Use fbdev I/O helpers

2023-08-02 Thread Hans Verkuil
On 01/08/2023 18:54, Thomas Zimmermann wrote: > Hi > > Am 01.08.23 um 13:22 schrieb Hans Verkuil: >> On 01/08/2023 12:13, Thomas Zimmermann wrote: >>> Set struct fb_ops and with FB_DEFAULT_IO_OPS, fbdev's initializer >>> for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions. >>> Sele

Re: [PATCH v2 01/47] media/vivid: Use fbdev I/O helpers

2023-08-01 Thread Thomas Zimmermann
Hi Am 01.08.23 um 13:22 schrieb Hans Verkuil: On 01/08/2023 12:13, Thomas Zimmermann wrote: Set struct fb_ops and with FB_DEFAULT_IO_OPS, fbdev's initializer for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions. Select the correct modules with Kconfig's FB_IO_HELPERS token. The

Re: [PATCH v2 01/47] media/vivid: Use fbdev I/O helpers

2023-08-01 Thread Hans Verkuil
On 01/08/2023 12:13, Thomas Zimmermann wrote: > Set struct fb_ops and with FB_DEFAULT_IO_OPS, fbdev's initializer > for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions. > Select the correct modules with Kconfig's FB_IO_HELPERS token. > > The macro and token set the currently select

[PATCH v2 01/47] media/vivid: Use fbdev I/O helpers

2023-08-01 Thread Thomas Zimmermann
Set struct fb_ops and with FB_DEFAULT_IO_OPS, fbdev's initializer for I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions. Select the correct modules with Kconfig's FB_IO_HELPERS token. The macro and token set the currently selected values, so there is no functional change. v2: