Re: [U-Boot] [RESEND] video: bcm2835: add support for reading from the video-mode environment variable

2017-01-18 Thread Brian Masney
On Fri, Jan 13, 2017 at 10:21:15AM -0700, Stephen Warren wrote: > On 01/13/2017 04:48 AM, Brian Masney wrote: > > On Thu, Jan 12, 2017 at 11:47:48AM -0700, Stephen Warren wrote: > > > On 01/12/2017 11:32 AM, Brian Masney wrote: > > > > On Thu, Jan 12, 2017 at 11:02:14

Re: [U-Boot] [RESEND] video: bcm2835: add support for reading from the video-mode environment variable

2017-01-13 Thread Brian Masney
On Thu, Jan 12, 2017 at 11:47:48AM -0700, Stephen Warren wrote: > On 01/12/2017 11:32 AM, Brian Masney wrote: > > On Thu, Jan 12, 2017 at 11:02:14AM -0700, Stephen Warren wrote: > > > On 01/12/2017 01:57 AM, Brian Masney wrote: > > > > The bcm2835 driver polls the m

Re: [U-Boot] [RESEND] video: bcm2835: add support for reading from the video-mode environment variable

2017-01-12 Thread Brian Masney
On Thu, Jan 12, 2017 at 11:02:14AM -0700, Stephen Warren wrote: > On 01/12/2017 01:57 AM, Brian Masney wrote: > > The bcm2835 driver polls the monitor and selects the highest resolution > > that is available. This patch allows optionally setting the video-mode > > en

[U-Boot] [RESEND] video: bcm2835: add support for reading from the video-mode environment variable

2017-01-12 Thread Brian Masney
be unreadable. (See https://www.flickr.com/photos/masneyb/30942037416/ for picture). Using this patch, the resolution 1024x768 can be selected and is readable on the screen. Signed-off-by: Brian Masney <masn...@onstation.org> --- Here is a link to my initial submission of this patch that did not recei

[U-Boot] [PATCH] video: bcm2835: add support for reading from the video-mode environment variable

2016-11-15 Thread Brian Masney
be unreadable. (See https://www.flickr.com/photos/masneyb/30942037416/ for picture). Using this patch, the resolution 1024x768 can be selected and is readable on the screen. Signed-off-by: Brian Masney <masn...@onstation.org> --- doc/README.video| 12 drivers/video/Makefile