Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1493679
| From | Karl Beldan <karl.beldan@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/6] ARM: dts: da850-lcdk: add support for 1024x768 resolution |
| Date | 2016-09-29 21:00 +0200 |
| Message-ID | <smOIO-7Q7-5@gated-at.bofh.it> (permalink) |
| References | <smMxk-6vr-5@gated-at.bofh.it> <smMxl-6vr-57@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi,
On Thu, Sep 29, 2016 at 06:31:53PM +0200, Bartosz Golaszewski wrote:
> Add svga timings for 1024x768 resolution to the da850-lcdk
> device tree.
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
> arch/arm/boot/dts/da850-lcdk.dts | 15 +++++++++++++--
> 1 file changed, 13 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts
> index 6ca5d48..6e4288c 100644
> --- a/arch/arm/boot/dts/da850-lcdk.dts
> +++ b/arch/arm/boot/dts/da850-lcdk.dts
> @@ -70,8 +70,8 @@
> };
>
> display-timings {
> - native-mode = <&svga_timings>;
> - svga_timings: 800x600 {
> + native-mode = <&svga_timing0>;
> + svga_timing0: 800x600 {
> clock-frequency = <37500000>;
> hactive = <800>;
> hback-porch = <140>;
> @@ -82,6 +82,17 @@
> vfront-porch = <1>;
> vsync-len = <4>;
> };
> + svga_timing1: 1024x768 {
> + clock-frequency = <72000000>;
> + hactive = <1024>;
> + hback-porch = <140>;
> + hfront-porch = <40>;
> + hsync-len = <128>;
> + vactive = <768>;
> + vback-porch = <23>;
> + vfront-porch = <1>;
> + vsync-len = <4>;
> + };
Why do you also call 1024x768 svga ?
I don't think the LCDK can cope with this resolution at this frequency
(in terms of mem bandwidth), at least that's what I observed back in
August. If confirmed I think it is worth mentioning in the log at least,
but then I doubt adding this config would be useful.
Regards,
Karl
> };
> };
> };
> --
> 2.7.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] ARM: davinci: da850-lcdk: add support for tilcdc Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-29 18:40 +0200
[PATCH 4/6] ARM: dts: da850-lcdk: add support for 1024x768 resolution Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-29 18:40 +0200
Re: [PATCH 4/6] ARM: dts: da850-lcdk: add support for 1024x768 resolution Karl Beldan <karl.beldan@gmail.com> - 2016-09-29 21:00 +0200
Re: [PATCH 4/6] ARM: dts: da850-lcdk: add support for 1024x768 resolution Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-30 11:40 +0200
Re: [PATCH 4/6] ARM: dts: da850-lcdk: add support for 1024x768 resolution Sekhar Nori <nsekhar@ti.com> - 2016-09-30 13:50 +0200
Re: [PATCH 4/6] ARM: dts: da850-lcdk: add support for 1024x768 resolution Karl Beldan <karl.beldan@gmail.com> - 2016-09-30 14:50 +0200
Re: [PATCH 4/6] ARM: dts: da850-lcdk: add support for 1024x768 resolution Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-30 16:00 +0200
Re: [PATCH 4/6] ARM: dts: da850-lcdk: add support for 1024x768 resolution Sekhar Nori <nsekhar@ti.com> - 2016-10-01 11:40 +0200
[PATCH 1/6] ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for lcdc Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-09-29 18:40 +0200
csiph-web