I am programming ARM assembly on raspberry and I am wondering whether and how it is possible to access GPU. I already looked userland repo, but I completely do not understand the stucture.
I would love to see some example how to do some very simple operation on GPU. Let's say addition.
I know that VideoCore is mapped at 0xC0000000 but I have no clue how to query it.