* VC4 DRM
@ 2018-12-16 7:15 Sergey Suloev
2018-12-17 18:12 ` Eric Anholt
0 siblings, 1 reply; 4+ messages in thread
From: Sergey Suloev @ 2018-12-16 7:15 UTC (permalink / raw)
To: Anholt, Eric, Noralf Trønnes; +Cc: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 467 bytes --]
Eric, Noralf,
could either of you answer a question about Vc4 DRM, please ?
I am trying to connect MIPI DSI display to VC4 but it isn't showing
anything. I have noticed
that the DSI host transfer() method vc4_dsi_host_transfer gets called
for the commands that
I am sending from my panel driver, but not for pixel data.
My question: are pixel data normally transferred the same method within
vc4_dsi driver
or any "behind the scene" way ?
Thank you,
Sergey
[-- Attachment #1.2: Type: text/html, Size: 1326 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: VC4 DRM
2018-12-16 7:15 VC4 DRM Sergey Suloev
@ 2018-12-17 18:12 ` Eric Anholt
2018-12-17 18:39 ` Sergey Suloev
0 siblings, 1 reply; 4+ messages in thread
From: Eric Anholt @ 2018-12-17 18:12 UTC (permalink / raw)
To: Sergey Suloev, Noralf Trønnes; +Cc: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 720 bytes --]
Sergey Suloev <ssuloev@orpaltech.com> writes:
> Eric, Noralf,
>
> could either of you answer a question about Vc4 DRM, please ?
>
> I am trying to connect MIPI DSI display to VC4 but it isn't showing
> anything. I have noticed
> that the DSI host transfer() method vc4_dsi_host_transfer gets called
> for the commands that
> I am sending from my panel driver, but not for pixel data.
>
> My question: are pixel data normally transferred the same method within
> vc4_dsi driver
> or any "behind the scene" way ?
The transfer function isn't used for pixel data in video mode. The vc4
panel has never been used for command mode panels, so if you have one of
those it will probably be extra work.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: VC4 DRM
2018-12-17 18:12 ` Eric Anholt
@ 2018-12-17 18:39 ` Sergey Suloev
2018-12-17 19:49 ` Eric Anholt
0 siblings, 1 reply; 4+ messages in thread
From: Sergey Suloev @ 2018-12-17 18:39 UTC (permalink / raw)
To: Eric Anholt, Noralf Trønnes; +Cc: dri-devel
Eric, thanks for answer,
I am in doubt the type of my panel. It is Himax HX8379A-based panel.
Is there a deterministic way to find out which type of panel I have,
video or command ?
Sergey
On 12/17/18 9:12 PM, Eric Anholt wrote:
> Sergey Suloev <ssuloev@orpaltech.com> writes:
>
>> Eric, Noralf,
>>
>> could either of you answer a question about Vc4 DRM, please ?
>>
>> I am trying to connect MIPI DSI display to VC4 but it isn't showing
>> anything. I have noticed
>> that the DSI host transfer() method vc4_dsi_host_transfer gets called
>> for the commands that
>> I am sending from my panel driver, but not for pixel data.
>>
>> My question: are pixel data normally transferred the same method within
>> vc4_dsi driver
>> or any "behind the scene" way ?
> The transfer function isn't used for pixel data in video mode. The vc4
> panel has never been used for command mode panels, so if you have one of
> those it will probably be extra work.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: VC4 DRM
2018-12-17 18:39 ` Sergey Suloev
@ 2018-12-17 19:49 ` Eric Anholt
0 siblings, 0 replies; 4+ messages in thread
From: Eric Anholt @ 2018-12-17 19:49 UTC (permalink / raw)
To: Sergey Suloev, Noralf Trønnes; +Cc: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 322 bytes --]
Sergey Suloev <ssuloev@orpaltech.com> writes:
> Eric, thanks for answer,
>
> I am in doubt the type of my panel. It is Himax HX8379A-based panel.
> Is there a deterministic way to find out which type of panel I have,
> video or command ?
You have to find your panel's documentation, existing drivers, etc.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-12-17 20:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-16 7:15 VC4 DRM Sergey Suloev
2018-12-17 18:12 ` Eric Anholt
2018-12-17 18:39 ` Sergey Suloev
2018-12-17 19:49 ` Eric Anholt
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.