]> git.baikalelectronics.ru Git - uboot.git/commit
video: arm: rpi: Move the video query out of the driver
authorSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 22:23:40 +0000 (16:23 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 10 May 2017 00:20:39 +0000 (20:20 -0400)
commit4de2cdd66225a50b8859ecb444bb01ea66650619
tree6346d107a18f3836807031cc36c57c80646924c7
parent3356f6aa3eb8211b08f283d8a816f2e4f9dae397
video: arm: rpi: Move the video query out of the driver

Add a function to get the video size to the msg handler and remove it from
the video driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
arch/arm/mach-bcm283x/include/mach/msg.h
arch/arm/mach-bcm283x/msg.c
drivers/video/bcm2835.c