OSDev.org
https://forum.osdev.org/

Gpu & hdmi related question
https://forum.osdev.org/viewtopic.php?f=15&t=30804
Page 1 of 1

Author:  JulienDarc [ Sun Sep 11, 2016 10:34 am ]
Post subject:  Gpu & hdmi related question

Hi,

Say I have a gpu driver (mali400) that I can reverse engineer on a SoC (raspberry pi like). On that SoC, there is a HDMi output.

Now, to be able to stream data (a video, a game) to a hdmi monitor or a TV connected to the gpu output, should I implement hdmi in my OS or is the gpu able to sort everything out by itself, converting image to the right format automatically?

I don't get who is responsible for what here.

Thanks,

Bye

Author:  brunexgeek [ Sun Sep 11, 2016 11:00 am ]
Post subject:  Re: Gpu & hdmi related question

JulienDarc wrote:
Hi,

Say I have a gpu driver (mali400) that I can reverse engineer on a SoC (raspberry pi like). On that SoC, there is a HDMi output.

Now, to be able to stream data (a video, a game) to a hdmi monitor or a TV connected to the gpu output, should I implement hdmi in my OS or is the gpu able to sort everything out by itself, converting image to the right format automatically?

I don't get who is responsible for what here.

Thanks,

Bye
On Raspberry Pi the GPU (VideoCore) handles the communication with the display device. Everything you have to do is to send some "commands" to the GPU to set the video mode and get the address for the video memory. Pixels written in the video memory are drawn in the display (no need for additional commands).

Edit:
I believe the most SoCs with GPU works this way. Anyway, you should look for the documentation of your SoC (this kind of information is there).

Author:  JulienDarc [ Sun Sep 11, 2016 1:07 pm ]
Post subject:  Re: Gpu & hdmi related question

brunexgeek, I am very happy then.

Now, the tests are soon to begin.
Thank you!

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/