Re: [PATCH] drm/msm: Use struct fb_info.screen_buffer

2023-06-03 Thread Dmitry Baryshkov
On Mon, 22 May 2023 21:17:01 +0200, Thomas Zimmermann wrote: > The fbdev framebuffer is in system memory. Store the address in > the field 'screen_buffer'. Fixes the following sparse warning. > > ../drivers/gpu/drm/msm/msm_fbdev.c:124:26: warning: incorrect type in > assignment (different addre

Re: [PATCH] drm/msm: Use struct fb_info.screen_buffer

2023-06-03 Thread Dmitry Baryshkov
On 22/05/2023 22:17, Thomas Zimmermann wrote: The fbdev framebuffer is in system memory. Store the address in the field 'screen_buffer'. Fixes the following sparse warning. ../drivers/gpu/drm/msm/msm_fbdev.c:124:26: warning: incorrect type in assignment (different address spaces) ../drivers/gpu

Re: [PATCH] drm/msm: Use struct fb_info.screen_buffer

2023-05-23 Thread Javier Martinez Canillas
Hello Thomas, On Mon, May 22, 2023 at 9:17 PM Thomas Zimmermann wrote: > > The fbdev framebuffer is in system memory. Store the address in > the field 'screen_buffer'. Fixes the following sparse warning. > > ../drivers/gpu/drm/msm/msm_fbdev.c:124:26: warning: incorrect type in > assignment (diff

[PATCH] drm/msm: Use struct fb_info.screen_buffer

2023-05-22 Thread Thomas Zimmermann
The fbdev framebuffer is in system memory. Store the address in the field 'screen_buffer'. Fixes the following sparse warning. ../drivers/gpu/drm/msm/msm_fbdev.c:124:26: warning: incorrect type in assignment (different address spaces) ../drivers/gpu/drm/msm/msm_fbdev.c:124:26:expected char [n