marvin24 has quit [Ping timeout: 244 seconds]
marvin24 has joined #tegra
_whitelogger has joined #tegra
sikhye has joined #tegra
torez has joined #tegra
<lucaceresoli> hi, I'm back on the project to implement a mainline parallel video capture driver for Tegra20
<lucaceresoli> now I apparenly have everything wet up correctly (including pinmux, clocks etc), the sensor produces valid signals,
<lucaceresoli> and the VI hardware is apparently configured correctly, but I never receive a syncpt event report a completed frame
<lucaceresoli> I'm wondering whether there is any _documented_ status register in the VI that could tell me which error condition I'm in
<lucaceresoli> The old driver that I started from (https://github.com/SKIDATA/linux/blob/l4t-3.1.y/drivers/media/video/tegra_v4l2_camera.c) #defines some status registers, but bits are not defined and those registers are not used by that driver, thus that is quite useless
<digetx> if you don't get a captured video frame, then VI doesn't work; if you get a captured frame despite timed out sync point, then it's a different problem
<lucaceresoli> digetx: good point: indeed I don't receive a video frame. host1x_syncpt_wait() exits for timeout, and the buffer is all zero
<lucaceresoli> (or all 0x55 if I use 'yavta --fill-frames')
sikhye has quit [Quit: Leaving.]
torez has quit [Remote host closed the connection]
sikhye has joined #tegra
sikhye has quit [Ping timeout: 260 seconds]