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

2018-12-01 Thread Anatolij Gustschin
On Thu, 29 Nov 2018 15:08:52 -0700 Simon Glass s...@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:

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

2018-11-30 Thread Anatolij Gustschin
Hi Simon, On Thu, 29 Nov 2018 15:08:52 -0700 Simon Glass s...@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. > >

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

2018-11-29 Thread Simon Glass
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 --- drivers/pci/pci_rom.c| 1 + drivers/video/video-uclass.c |