diff mbox

[U-Boot,19/24] sandbox: Support wide-screen LCD emulation

Message ID 1430760687-28505-20-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass May 4, 2015, 5:31 p.m. UTC
Increase the LCD size to 1366x768.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/sandbox/dts/sandbox.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Joe Hershberger May 4, 2015, 9:27 p.m. UTC | #1
Hi Simon,

On Mon, May 4, 2015 at 12:31 PM, Simon Glass <sjg@chromium.org> wrote:
> Increase the LCD size to 1366x768.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---

Is this actually emulated somehow? Maybe I just don't see it since I'm
SSH'ed into my build machine?

Thanks,
-Joe
Simon Glass May 4, 2015, 9:36 p.m. UTC | #2
Hi Joe,

On 4 May 2015 at 15:27, Joe Hershberger <joe.hershberger@gmail.com> wrote:
> Hi Simon,
>
> On Mon, May 4, 2015 at 12:31 PM, Simon Glass <sjg@chromium.org> wrote:
>> Increase the LCD size to 1366x768.
>>
>> Signed-off-by: Simon Glass <sjg@chromium.org>
>> ---
>
> Is this actually emulated somehow? Maybe I just don't see it since I'm
> SSH'ed into my build machine?

Yes, plus you need the -l option.

Regards,
Simon
Simon Glass May 12, 2015, 10:41 p.m. UTC | #3
On 4 May 2015 at 15:36, Simon Glass <sjg@chromium.org> wrote:
> Hi Joe,
>
> On 4 May 2015 at 15:27, Joe Hershberger <joe.hershberger@gmail.com> wrote:
>> Hi Simon,
>>
>> On Mon, May 4, 2015 at 12:31 PM, Simon Glass <sjg@chromium.org> wrote:
>>> Increase the LCD size to 1366x768.
>>>
>>> Signed-off-by: Simon Glass <sjg@chromium.org>
>>> ---
>>
>> Is this actually emulated somehow? Maybe I just don't see it since I'm
>> SSH'ed into my build machine?
>
> Yes, plus you need the -l option.
>
> Regards,
> Simon

Applied to u-boot-dm.
diff mbox

Patch

diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index efa2097..6bfa735 100644
--- a/arch/sandbox/dts/sandbox.dts
+++ b/arch/sandbox/dts/sandbox.dts
@@ -70,8 +70,8 @@ 
 
 	lcd {
 		compatible = "sandbox,lcd-sdl";
-		xres = <800>;
-		yres = <600>;
+		xres = <1366>;
+		yres = <768>;
 	};
 
 	gpio_a: gpios@0 {