[U-Boot] [PATCH] video: Allow driver to specify the line length

Anatolij Gustschin agust at denx.de
Sat Dec 1 13:44:30 UTC 2018


On Thu, 29 Nov 2018 15:08:52 -0700
Simon Glass sjg at chromium.org wrote:

> At present line_length is always calculated in video_post_probe(). But
> some hardware may use a different line length, e.g. with a 1366-wide
> display.
> 
> Allow the driver to set this value if needed.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> 
>  drivers/pci/pci_rom.c        | 1 +
>  drivers/video/video-uclass.c | 4 +++-
>  include/video.h              | 4 +++-
>  3 files changed, 7 insertions(+), 2 deletions(-)

Applied to u-boot-video/master, thanks!

--
Anatolij


More information about the U-Boot mailing list