Re: [PATCH v2 01/43] drm/fbdev-generic: Do not set physical framebuffer address

2024-04-15 Thread Maxime Ripard
On Wed, 10 Apr 2024 15:01:57 +0200, Thomas Zimmermann wrote: > Framebuffer memory is allocated via vzalloc() from non-contiguous > physical pages. The physical framebuffer start address is therefore > meaningless. Do not set it. > > The value is not used within the kernel and only exported to

[PATCH v2 01/43] drm/fbdev-generic: Do not set physical framebuffer address

2024-04-10 Thread Thomas Zimmermann
Framebuffer memory is allocated via vzalloc() from non-contiguous physical pages. The physical framebuffer start address is therefore meaningless. Do not set it. The value is not used within the kernel and only exported to userspace on dedicated ARM configs. No functional change is expected. v2: