Re: [PATCH 4/7] fbdev/core: Move logo functions into separate source file

2023-09-06 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Move the fbdev function for displaying boot-up logos into their > own file fb_logo.c. The file can later be build depending on the > state of CONFIG_LOGO. No functional changes. > > Signed-off-by: Thomas Zimmermann > --- > drivers/video/fbdev/core/Makefile |

Re: [PATCH 4/7] fbdev/core: Move logo functions into separate source file

2023-09-01 Thread kernel test robot
-misc-next patch link: https://lore.kernel.org/r/20230829142109.4521-5-tzimmermann%40suse.de patch subject: [PATCH 4/7] fbdev/core: Move logo functions into separate source file config: x86_64-buildonly-randconfig-001-20230902 (https://download.01.org/0day-ci/archive/20230902/202309020442

Re: [PATCH 4/7] fbdev/core: Move logo functions into separate source file

2023-09-01 Thread kernel test robot
-misc-next patch link: https://lore.kernel.org/r/20230829142109.4521-5-tzimmermann%40suse.de patch subject: [PATCH 4/7] fbdev/core: Move logo functions into separate source file config: mips-rs90_defconfig (https://download.01.org/0day-ci/archive/20230902/202309020305.jcimangf-...@intel.com

Re: [PATCH 4/7] fbdev/core: Move logo functions into separate source file

2023-08-29 Thread kernel test robot
-misc-next patch link: https://lore.kernel.org/r/20230829142109.4521-5-tzimmermann%40suse.de patch subject: [PATCH 4/7] fbdev/core: Move logo functions into separate source file config: alpha-allyesconfig (https://download.01.org/0day-ci/archive/20230829/202308292302.bkybkvrg-...@intel.com

[PATCH 4/7] fbdev/core: Move logo functions into separate source file

2023-08-29 Thread Thomas Zimmermann
Move the fbdev function for displaying boot-up logos into their own file fb_logo.c. The file can later be build depending on the state of CONFIG_LOGO. No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/core/Makefile | 1 +