Commit graph

8 commits

Author SHA1 Message Date
jaseg
df66872fee pattern matching still works poorly, but window gen seems to mostly work now 2021-06-25 18:30:30 +02:00
jaseg
31aee929cc Fix window matcher for hsync/vsync convention 2021-06-25 18:16:46 +02:00
jaseg
40301df014 window matcher WIP
* It looks like data output from host to device is not quite
pixel-perfect. I tried to select 444 RGB only and disable YCbCr 444/422,
but I'm not certain that worked since my laptop AMD GPU does not provide
adequate debugging facilities.

pattern sync depends on the x/y position of the pattern.

* Also, the windowing logic seems to be kind of bugged. It paints the
window only in the vsync interval *above* the window.
2021-06-24 19:23:00 +02:00
jaseg
7d47e2495b Passthrough works too 2021-06-24 13:40:47 +02:00
jaseg
c1d4f8a55f rgb data passthrough with new timings works 2021-06-24 13:17:56 +02:00
jaseg
fce90e9269 Colorbars basics show up 2021-06-24 13:03:47 +02:00
jaseg
4ead7d4d5b HDMI output first signs of life 2021-06-24 12:26:32 +02:00
jaseg
26abb05614 output WIP 2021-06-24 12:14:40 +02:00