Re: [PATCH RESEND 1/2] Refactoring the fbcon packed pixel drawing routines

2025-03-11 Thread kernel test robot
16.13732-2-soci%40c64.rulez.org patch subject: [PATCH RESEND 1/2] Refactoring the fbcon packed pixel drawing routines config: hexagon-allyesconfig (https://download.01.org/0day-ci/archive/20250310/202503102312.rsgvbwl1-...@intel.com/config) compiler: clang version 18.1.8 (https://github.com/llvm/ll

Re: [PATCH RESEND 1/2] Refactoring the fbcon packed pixel drawing routines

2025-03-10 Thread kernel test robot
732-2-soci%40c64.rulez.org patch subject: [PATCH RESEND 1/2] Refactoring the fbcon packed pixel drawing routines config: arm-randconfig-002-20250310 (https://download.01.org/0day-ci/archive/20250310/202503101013.vkx1hbjx-...@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 14.2.0 reproduce (thi

Re: [PATCH RESEND 1/2] Refactoring the fbcon packed pixel drawing routines

2025-03-09 Thread kernel test robot
732-2-soci%40c64.rulez.org patch subject: [PATCH RESEND 1/2] Refactoring the fbcon packed pixel drawing routines config: i386-buildonly-randconfig-002-20250310 (https://download.01.org/0day-ci/archive/20250310/202503100810.9iid3430-...@intel.com/config) compiler: clang version 19.1.7 (https://githu

[PATCH RESEND 1/2] Refactoring the fbcon packed pixel drawing routines

2025-03-09 Thread Zsolt Kajtar
The original version duplicated more or less the same algorithms for both system and i/o memory. In this version the drawing algorithms (copy/fill/blit) are separate from the memory access (system and i/o). The two parts are getting combined in the loadable module sources. This also makes it more