[PATCH 05/10] fbd : Import from FreeBSD

Christian Mauderer list at c-mauderer.de
Sat Jul 27 13:12:25 UTC 2019


On 26/07/2019 13:22, Vijay Kumar Banerjee wrote:
> ---
>  freebsd/sys/dev/fb/fb.c                   | 762 ++++++++++++++++++++++
>  freebsd/sys/dev/fb/fbd.c                  | 372 +++++++++++
>  freebsd/sys/dev/vt/colors/vt_termcolors.h |  63 ++
>  freebsd/sys/dev/vt/hw/fb/vt_fb.h          |  54 ++

Again: Part of vt is already imported here. Maybe it would be good to
merge the VT and fbd patches and put them before am335x_lcd? That would
split it up in a general display framework patch and one special driver.

>  4 files changed, 1251 insertions(+)
>  create mode 100644 freebsd/sys/dev/fb/fb.c
>  create mode 100644 freebsd/sys/dev/fb/fbd.c
>  create mode 100644 freebsd/sys/dev/vt/colors/vt_termcolors.h
>  create mode 100644 freebsd/sys/dev/vt/hw/fb/vt_fb.h


More information about the devel mailing list