Re: [PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function

2020-08-04 Thread Thomas Zimmermann
Hi Am 04.08.20 um 11:27 schrieb dan...@ffwll.ch: > On Mon, Aug 03, 2020 at 08:46:34AM +0200, Thomas Zimmermann wrote: >> Hi >> >> Am 02.08.20 um 22:01 schrieb Sam Ravnborg: >>> On Fri, Jul 31, 2020 at 11:20:33AM +0200, dan...@ffwll.ch wrote: On Wed, Jul 29, 2020 at 06:36:03PM +0200, Sam Ravnb

Re: [PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function

2020-08-04 Thread daniel
On Mon, Aug 03, 2020 at 08:46:34AM +0200, Thomas Zimmermann wrote: > Hi > > Am 02.08.20 um 22:01 schrieb Sam Ravnborg: > > On Fri, Jul 31, 2020 at 11:20:33AM +0200, dan...@ffwll.ch wrote: > >> On Wed, Jul 29, 2020 at 06:36:03PM +0200, Sam Ravnborg wrote: > >>> Hi Daniel. > >>> > >>> On Wed, Jul 29

Re: [PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function

2020-08-02 Thread Thomas Zimmermann
Hi Am 02.08.20 um 22:01 schrieb Sam Ravnborg: > On Fri, Jul 31, 2020 at 11:20:33AM +0200, dan...@ffwll.ch wrote: >> On Wed, Jul 29, 2020 at 06:36:03PM +0200, Sam Ravnborg wrote: >>> Hi Daniel. >>> >>> On Wed, Jul 29, 2020 at 03:53:28PM +0200, dan...@ffwll.ch wrote: On Wed, Jul 29, 2020 at 03:

Re: [PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function

2020-08-02 Thread Sam Ravnborg
On Fri, Jul 31, 2020 at 11:20:33AM +0200, dan...@ffwll.ch wrote: > On Wed, Jul 29, 2020 at 06:36:03PM +0200, Sam Ravnborg wrote: > > Hi Daniel. > > > > On Wed, Jul 29, 2020 at 03:53:28PM +0200, dan...@ffwll.ch wrote: > > > On Wed, Jul 29, 2020 at 03:41:45PM +0200, Thomas Zimmermann wrote: > > > >

Re: [PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function

2020-07-31 Thread daniel
On Wed, Jul 29, 2020 at 06:36:03PM +0200, Sam Ravnborg wrote: > Hi Daniel. > > On Wed, Jul 29, 2020 at 03:53:28PM +0200, dan...@ffwll.ch wrote: > > On Wed, Jul 29, 2020 at 03:41:45PM +0200, Thomas Zimmermann wrote: > > > DRM fb helpers require read and write functions for framebuffer > > > memory.

Re: [PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function

2020-07-29 Thread Sam Ravnborg
Hi Daniel. On Wed, Jul 29, 2020 at 03:53:28PM +0200, dan...@ffwll.ch wrote: > On Wed, Jul 29, 2020 at 03:41:45PM +0200, Thomas Zimmermann wrote: > > DRM fb helpers require read and write functions for framebuffer > > memory. Export the existing code from fbdev. > > > > Signed-off-by: Thomas Zimme

Re: [PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function

2020-07-29 Thread daniel
On Wed, Jul 29, 2020 at 03:41:45PM +0200, Thomas Zimmermann wrote: > DRM fb helpers require read and write functions for framebuffer > memory. Export the existing code from fbdev. > > Signed-off-by: Thomas Zimmermann Hm I'm not super sure whether we want to actually reuse this stuff ... We kinda

[PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function

2020-07-29 Thread Thomas Zimmermann
DRM fb helpers require read and write functions for framebuffer memory. Export the existing code from fbdev. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/core/fbmem.c | 53 ++-- include/linux/fb.h | 5 +++ 2 files changed, 41 insertions(+),