
1 Dec
2018
1 Dec
'18
2:44 p.m.
On Thu, 29 Nov 2018 15:08:52 -0700 Simon Glass sjg@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@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