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)
commit2e4170b63bf05afe55a706dfc14c50ff1c6aa305
tree6346d107a18f3836807031cc36c57c80646924c7
parent25877d4e4c45451c5398aec3de50e0d5befe0e9f
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