* omap dss tft display connection
@ 2011-02-24 10:05 Belisko Marek
2011-02-24 10:39 ` Tomi Valkeinen
0 siblings, 1 reply; 4+ messages in thread
From: Belisko Marek @ 2011-02-24 10:05 UTC (permalink / raw)
To: linux-omap
Hello,
would be possible to configure dss on omap3530 which is connected to
18bit TFT display in such way:
8 8 8
| | | | | | | |-| | | | | | | |-| | | | | | | |
6 6 6
| | | | | |-| | | | | |-| | | | | |
So no standard connection (2 bits in every color are skipped) but it's
shifted so last 6 bits remain unused.
When use generic panel it seems I have no red color (just combination
of blue and green).
It is anyway possible to drive such a connection? Or HW needs to ne changed?
Thanks in advance,
Marek Belisko
--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer
Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
icq: 290551086
web: http://open-nandra.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: omap dss tft display connection
2011-02-24 10:05 omap dss tft display connection Belisko Marek
@ 2011-02-24 10:39 ` Tomi Valkeinen
2011-02-24 10:56 ` Belisko Marek
0 siblings, 1 reply; 4+ messages in thread
From: Tomi Valkeinen @ 2011-02-24 10:39 UTC (permalink / raw)
To: Belisko Marek; +Cc: linux-omap@vger.kernel.org
On Thu, 2011-02-24 at 04:05 -0600, Belisko Marek wrote:
> Hello,
>
> would be possible to configure dss on omap3530 which is connected to
> 18bit TFT display in such way:
> 8 8 8
> | | | | | | | |-| | | | | | | |-| | | | | | | |
> 6 6 6
> | | | | | |-| | | | | |-| | | | | |
>
> So no standard connection (2 bits in every color are skipped) but it's
> shifted so last 6 bits remain unused.
> When use generic panel it seems I have no red color (just combination
> of blue and green).
>
> It is anyway possible to drive such a connection? Or HW needs to ne changed?
Can you explain a bit more what you are trying to do? At least I didn't
quite understand =).
Why don't you use the 18bit TFT with 18 datalines?
Tomi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: omap dss tft display connection
2011-02-24 10:39 ` Tomi Valkeinen
@ 2011-02-24 10:56 ` Belisko Marek
2011-02-24 11:33 ` Tomi Valkeinen
0 siblings, 1 reply; 4+ messages in thread
From: Belisko Marek @ 2011-02-24 10:56 UTC (permalink / raw)
To: Tomi Valkeinen; +Cc: linux-omap@vger.kernel.org
Hi Toomi,
On Thu, Feb 24, 2011 at 11:39 AM, Tomi Valkeinen <tomi.valkeinen@ti.com> wrote:
> On Thu, 2011-02-24 at 04:05 -0600, Belisko Marek wrote:
>> Hello,
>>
>> would be possible to configure dss on omap3530 which is connected to
>> 18bit TFT display in such way:
>> 8 8 8
>> | | | | | | | |-| | | | | | | |-| | | | | | | |
>> 6 6 6
>> | | | | | |-| | | | | |-| | | | | |
>>
>> So no standard connection (2 bits in every color are skipped) but it's
>> shifted so last 6 bits remain unused.
>> When use generic panel it seems I have no red color (just combination
>> of blue and green).
>>
>> It is anyway possible to drive such a connection? Or HW needs to ne changed?
>
> Can you explain a bit more what you are trying to do? At least I didn't
> quite understand =).
Sorry maybe my question wasn't clear ;). I have mini8100 board
connected to 18bit
hitachi TX18D35 connected in way I described in first email (LCD
datalines connected to
lower 18 bits dss data lines).
So my question was what to change (only .phy.dpi.data_lines = 18 is enought?)
to keep driving my display correctly ;)
I try that option but no visible change.
Hopefully better description like before ;)
>
> Why don't you use the 18bit TFT with 18 datalines?
>
> Tomi
>
>
>
thanks,
marek
--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer
Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
icq: 290551086
web: http://open-nandra.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: omap dss tft display connection
2011-02-24 10:56 ` Belisko Marek
@ 2011-02-24 11:33 ` Tomi Valkeinen
0 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2011-02-24 11:33 UTC (permalink / raw)
To: Belisko Marek; +Cc: linux-omap@vger.kernel.org
On Thu, 2011-02-24 at 04:56 -0600, Belisko Marek wrote:
> Hi Toomi,
>
> On Thu, Feb 24, 2011 at 11:39 AM, Tomi Valkeinen <tomi.valkeinen@ti.com> wrote:
> > On Thu, 2011-02-24 at 04:05 -0600, Belisko Marek wrote:
> >> Hello,
> >>
> >> would be possible to configure dss on omap3530 which is connected to
> >> 18bit TFT display in such way:
> >> 8 8 8
> >> | | | | | | | |-| | | | | | | |-| | | | | | | |
> >> 6 6 6
> >> | | | | | |-| | | | | |-| | | | | |
> >>
> >> So no standard connection (2 bits in every color are skipped) but it's
> >> shifted so last 6 bits remain unused.
> >> When use generic panel it seems I have no red color (just combination
> >> of blue and green).
> >>
> >> It is anyway possible to drive such a connection? Or HW needs to ne changed?
> >
> > Can you explain a bit more what you are trying to do? At least I didn't
> > quite understand =).
> Sorry maybe my question wasn't clear ;). I have mini8100 board
> connected to 18bit
> hitachi TX18D35 connected in way I described in first email (LCD
> datalines connected to
> lower 18 bits dss data lines).
>
> So my question was what to change (only .phy.dpi.data_lines = 18 is enought?)
> to keep driving my display correctly ;)
>
> I try that option but no visible change.
Yes, changing the data_lines should be enough. Are you sure you changed
the correct board file? =)
The highest bits are used for the red color, so if you get no red, it
sounds to me like OMAP is trying to use 24bit output.
Another thing that comes to my mind is pin-muxing. The DSS pins have to
be muxed in mode0. But most likely they already are, if you get an image
on the LCD.
Tomi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-02-24 11:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 10:05 omap dss tft display connection Belisko Marek
2011-02-24 10:39 ` Tomi Valkeinen
2011-02-24 10:56 ` Belisko Marek
2011-02-24 11:33 ` Tomi Valkeinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox