From: Tushar Behera <tushar.behera@linaro.org>
To: Wolfgang Denk <wd@denx.de>
Cc: linux-samsung-soc@vger.kernel.org, linaro-dev@lists.linaro.org,
kgene.kim@samsung.com, patches@linaro.org
Subject: Re: [PATCH V4] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN
Date: Thu, 15 Sep 2011 16:59:18 +0530 [thread overview]
Message-ID: <4E71E18E.2020205@linaro.org> (raw)
In-Reply-To: <20110915091423.80E7C11F9E77@gemini.denx.de>
Dear Wolfgang Denk,
On Thursday 15 September 2011 02:44 PM, Wolfgang Denk wrote:
> Dear Tushar Behera,
>
> In message<1316076867-2138-1-git-send-email-tushar.behera@linaro.org> you wrote:
>> ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel
>> resolution of the LCD panel is 1024x600.
> ...
>> +static struct s3c_fb_pd_win origen_fb_win0 = {
>> + .win_mode = {
>> + .left_margin = 64,
>> + .right_margin = 16,
>> + .upper_margin = 64,
>> + .lower_margin = 16,
>> + .hsync_len = 48,
>> + .vsync_len = 3,
>> + .xres = 1024,
>> + .yres = 600,
>> + },
>> + .max_bpp = 32,
>> + .default_bpp = 24,
>> +};
>
> Does it still make sense to hard-code such parameters?
>
> In PowerPC-land we pass display mode information in the device tree
> using a verbatim EDID block.
>
> Would it be not better (and way more flexible) to do the same here,
> now that ARM has device tree support?
>
Thanks for your suggestions.
Currently work for enabling device tree support for EXYNOS4 based
machine is going on. Once it is done, we should be able to pass this
information through device tree blob.
For non-DT machines, IMHO, we have to follow the current approach.
> Best regards,
>
> Wolfgang Denk
>
--
Tushar Behera
next prev parent reply other threads:[~2011-09-15 11:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-15 8:54 [PATCH V4] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN Tushar Behera
2011-09-15 9:14 ` Wolfgang Denk
2011-09-15 11:29 ` Tushar Behera [this message]
2011-09-16 12:02 ` Kukjin Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E71E18E.2020205@linaro.org \
--to=tushar.behera@linaro.org \
--cc=kgene.kim@samsung.com \
--cc=linaro-dev@lists.linaro.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@linaro.org \
--cc=wd@denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.