lumag_ has quit [Remote host closed the connection]
lumag_ has joined #linux-msm
cxl000 has quit [Remote host closed the connection]
cxl000 has joined #linux-msm
hexdump01 has joined #linux-msm
hexdump0815 has quit [Ping timeout: 480 seconds]
cxl000 has quit [Ping timeout: 480 seconds]
deathmist has quit [Remote host closed the connection]
deathmist has joined #linux-msm
cxl000 has joined #linux-msm
pevik_ has joined #linux-msm
irungentoo has quit [Read error: Connection reset by peer]
irungentoo has joined #linux-msm
<z3ntu>
Hi, I'm trying to bring up venus on sm6350 SoC. I get the remoteproc (if that's the correct word here) booted as far as I can tell but the "Check for ARM9 and video core to be idle" condition fails consistently in the driver
<z3ntu>
So the readx_poll_timeout(venus_cpu_and_video_core_idle, ...) fails, the register values are cpu_status=0 and ctrl_status=1 but I'm really unsure what that means
pespin has joined #linux-msm
<z3ntu>
In downstream (function __prepare_pc_iris2) first it's wfi_status=0 ctrl_status=40000001 and then becomes wfi_status=1 ctrl_status=101 (wfi_status=cpu_status)...
pespin has quit []
pespin has joined #linux-msm
dliviu has quit [Ping timeout: 480 seconds]
pevik_ has quit [Ping timeout: 480 seconds]
hexdump01 has quit []
pevik_ has joined #linux-msm
pespin has quit [Remote host closed the connection]
pevik_ has quit [Quit: Lost terminal]
<lumag_>
abhinav___, sboyd_ any chance of a quick review of patches 1-3 from https://patchwork.freedesktop.org/series/98585/? The patches were tested by Kuogee. Patches 4,5 are out of quiestion for now.
<lumag_>
asking here as sboyd_ is not logged on #freedreno
<sboyd_>
I think I got booted from there
<Mis012[m]>
don't think displayport has much to do with freedreno?
<Mis012[m]>
this is a sane-ish platfrom in that sense :P
<lumag_>
Mis012[m], why?
<Mis012[m]>
well, with PCI-E graphics cards, you have something that is almost comparable to a full SoC's peripheral package and which would in a sensible world need a device tree and way more than just one driver
<Mis012[m]>
with arm SoCs, the GPU and the display pipeline are not really that loosely connected as far as I'm aware
<Mis012[m]>
you can pretty much ignore the GPU's existence if you don't care about HW acceleration
<Mis012[m]>
on x86, you would have to use something like a usb->VGA adapter to get that
<Mis012[m]>
well, standard x86
<Mis012[m]>
and then you could use PRIME for acceleration
<Mis012[m]>
obviously most ARM SoCs probably have a way to do zero copy
<lumag_>
Mis012[m], yes, the GPU has a bit loose connection to the rest of the display pipeline.
<lumag_>
However the channel is used for both GPU and DPU discussions