u-boot-brain/drivers/video/meson
Michael Walle 714497e327 efi_loader: round the memory area in efi_add_memory_map()
Virtually all callers of this function do the rounding on their own.
Some do it right, some don't. Instead of doing this in each caller,
do the rounding in efi_add_memory_map(). Change the size parameter
to bytes instead of pages and remove aligning and size calculation in
all callers.

There is no more need to make the original efi_add_memory_map() (which
takes pages as size) available outside the module. Thus rename it to
efi_add_memory_map_pg() and make it static to prevent further misuse
outside the module.

Signed-off-by: Michael Walle <michael@walle.cc>
Add missing comma in sunxi_display.c.
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2020-05-17 21:59:53 +02:00
..
Kconfig video: Add Meson Video Processing Unit Driver 2019-01-31 09:35:01 +01:00
Makefile video: Add Meson Video Processing Unit Driver 2019-01-31 09:35:01 +01:00
meson_canvas.c video: meson: Drop unnecessary header includes 2020-01-07 11:15:24 +01:00
meson_dw_hdmi.c video: meson: sync with linux drm-misc tree 2019-10-18 11:42:55 +02:00
meson_dw_hdmi.h video: Add Meson Video Processing Unit Driver 2019-01-31 09:35:01 +01:00
meson_plane.c video: meson: Drop unnecessary header includes 2020-01-07 11:15:24 +01:00
meson_registers.h video: meson: sync with linux drm-misc tree 2019-10-18 11:42:55 +02:00
meson_vclk.c video: meson: Drop unnecessary header includes 2020-01-07 11:15:24 +01:00
meson_venc.c video: meson: Drop unnecessary header includes 2020-01-07 11:15:24 +01:00
meson_vpu_init.c video: meson: Drop unnecessary header includes 2020-01-07 11:15:24 +01:00
meson_vpu.c efi_loader: round the memory area in efi_add_memory_map() 2020-05-17 21:59:53 +02:00
meson_vpu.h video: meson: Drop unnecessary header includes 2020-01-07 11:15:24 +01:00
simplefb_common.c video: Add Meson Video Processing Unit Driver 2019-01-31 09:35:01 +01:00
simplefb_common.h video: Add Meson Video Processing Unit Driver 2019-01-31 09:35:01 +01:00