> Date: Wed, 8 Jul 2020 18:02:06 +0200
> From: Frederic Cambus <f...@statdns.com>
> 
> Hi tech@,
> 
> Here is a diff to enable spleen16x32 and spleen32x64 on armv7 for
> GENERIC kernels, like on arm64.
> 
> I'm using the 16x32 version on my Cubieboard2.
> 
> I'm not sure if any armv7 devices we support is actually capable
> of driving a 4K screen, so the 32x64 version might not be useful.
> If this is a concern, I can send a revised diff to include only
> the 16x32 version.
> 
> Comments? OK?

RK3288 can do 4K

ok kettenis@

> Index: sys/dev/wsfont/wsfont.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/wsfont/wsfont.c,v
> retrieving revision 1.56
> diff -u -p -r1.56 wsfont.c
> --- sys/dev/wsfont/wsfont.c   11 Jul 2019 18:07:54 -0000      1.56
> +++ sys/dev/wsfont/wsfont.c   7 Jul 2020 13:54:56 -0000
> @@ -97,7 +97,7 @@
>  #endif
>  
>  #if !defined(SMALL_KERNEL) && (defined(__amd64__) || defined(__i386__) || \
> -    defined(__arm64__))
> +    defined(__arm64__) || defined(__armv7__))
>  #define FONT_SPLEEN16x32
>  #define FONT_SPLEEN32x64
>  #endif
> 
> 

Reply via email to