genii has quit [Remote host closed the connection]
snawrocki has joined #linux-exynos
ahajda has joined #linux-exynos
ahajda1 has joined #linux-exynos
ahajda has quit [Ping timeout: 252 seconds]
snawrocki has quit [Ping timeout: 250 seconds]
ahajda1 has quit [Ping timeout: 252 seconds]
ahajda has joined #linux-exynos
snawrocki has joined #linux-exynos
ahajda has quit [Ping timeout: 252 seconds]
snawrocki has quit [Ping timeout: 250 seconds]
snawrocki has joined #linux-exynos
ahajda has joined #linux-exynos
ahajda1 has joined #linux-exynos
ahajda has quit [Ping timeout: 252 seconds]
snawrocki has quit [Ping timeout: 245 seconds]
ahajda1 has quit [Ping timeout: 252 seconds]
snawrocki has joined #linux-exynos
ahajda has joined #linux-exynos
ahajda has quit [Ping timeout: 252 seconds]
snawrocki has quit [Ping timeout: 250 seconds]
ahajda has joined #linux-exynos
ahajda has quit [Ping timeout: 252 seconds]
snawrocki has joined #linux-exynos
ahajda has joined #linux-exynos
ahajda has quit [Ping timeout: 252 seconds]
snawrocki has quit [Ping timeout: 245 seconds]
mszyprow has joined #linux-exynos
snawrocki has joined #linux-exynos
mszyprow_ has joined #linux-exynos
ahajda has joined #linux-exynos
mszyprow has quit [Ping timeout: 250 seconds]
mszyprow_ has quit [Ping timeout: 250 seconds]
snawrocki has quit [Ping timeout: 245 seconds]
ahajda has quit [Ping timeout: 252 seconds]
mszyprow has joined #linux-exynos
ahajda has joined #linux-exynos
ahajda1 has joined #linux-exynos
ahajda has quit [Ping timeout: 252 seconds]
mszyprow has quit [Ping timeout: 250 seconds]
mszyprow has joined #linux-exynos
ahajda has joined #linux-exynos
ahajda1 has quit [Ping timeout: 252 seconds]
snawrocki has joined #linux-exynos
<memeka>
mszyprow: Ping
<memeka>
mszyprow: I guess you can ignore my email
<mszyprow>
memeka: pong
<memeka>
mszyprow: looking at the last patch you sent me I think it kind of does exactly that
<memeka>
The layout sync update
<mszyprow>
memeka: that layout sync update described in the datasheet seems to be noop
<memeka>
Minus setting the gsc regs
<memeka>
Which I guess is needed just when gsc is in local output mode
<mszyprow>
memeka: and playing with gsc regs has no relation too
<mszyprow>
memeka: I have example code to trigger those bugs without touching gsc
<memeka>
mszyprow: why use 8 bit burst instead of 16?
<mszyprow>
memeka: as there are at least 2 separate issues there (proper buffer switch on vsync and access to bytes after buffer the configured buffer)
<mszyprow>
memeka: just random idea I've tried
<mszyprow>
memeka: it didn't change much
<memeka>
I will try removing the h-2 from there too
<memeka>
I think just the layer sync thing actually made the diff
<memeka>
mszyprow: is it not possible to disable mixer1?
<memeka>
Just leave mixer0 ... would that fix the issue? :)
<mszyprow>
mixer1 is disabled by default...
<memeka>
Hm
<memeka>
mszyprow: is it possible to call gsc from mixer via ipp?
<mszyprow>
memeka: in the current code? rather not
<memeka>
mszyprow: I was thinking: drm falsely advertises nv12 on graphics0, and in mixer if format = nv12 then send it for gsc, and continue after getting result back
<memeka>
Would that work? Would the delay be an issue?
<memeka>
Also, mszyprow - who really uses ipp? Why all that effort in doing an alternative to v4
<memeka>
To v4l2?
<mszyprow>
memeka: some time ago I've did a p-o-c of using ipp transparently for displaying plane with unsupported fourcc/transformation
<memeka>
mszyprow: that’s a feat that I would like to see repeated :))