Re: [PATCH v1] drm: rockchip: remove rockchip_drm_framebuffer_init() function

2022-10-29 Thread Heiko Stuebner
On Wed, 19 Oct 2022 23:35:03 +0200, Johan Jonker wrote: > The function rockchip_drm_framebuffer_init() was in use > in the rockchip_drm_fbdev.c file, but that is now replaced > by a generic fbdev setup. Reduce the image size by > removing the rockchip_drm_framebuffer_init() and sub function > rockc

Re: [PATCH v1] drm: rockchip: remove rockchip_drm_framebuffer_init() function

2022-10-20 Thread John Keeping
On Wed, Oct 19, 2022 at 11:35:03PM +0200, Johan Jonker wrote: > The function rockchip_drm_framebuffer_init() was in use > in the rockchip_drm_fbdev.c file, but that is now replaced > by a generic fbdev setup. Reduce the image size by > removing the rockchip_drm_framebuffer_init() and sub function >

[PATCH v1] drm: rockchip: remove rockchip_drm_framebuffer_init() function

2022-10-19 Thread Johan Jonker
The function rockchip_drm_framebuffer_init() was in use in the rockchip_drm_fbdev.c file, but that is now replaced by a generic fbdev setup. Reduce the image size by removing the rockchip_drm_framebuffer_init() and sub function rockchip_fb_alloc() and cleanup the rockchip_drm_fb.h header file. Sig