Guest7956 has quit [Remote host closed the connection]
junari has joined #linux-msm
adomerle[m] has joined #linux-msm
aedancullen has joined #linux-msm
AffeNull[m] has joined #linux-msm
ajhalaney[m] has joined #linux-msm
aka_[m] has joined #linux-msm
alfayt[m] has joined #linux-msm
alikateshethey[m] has joined #linux-msm
Leandro[m]1 has joined #linux-msm
cmeerw[m] has joined #linux-msm
Degdag_Med[m] has joined #linux-msm
danylo1 has joined #linux-msm
DylanVanAssche has joined #linux-msm
eliaselias[m] has joined #linux-msm
flamingradian[m] has joined #linux-msm
Guest7959 has joined #linux-msm
jrole_8tst-j[m] has joined #linux-msm
JIaxyga[m] has joined #linux-msm
JoelSelvaraj[m]1 has joined #linux-msm
konradybcio has joined #linux-msm
z3ntu has joined #linux-msm
Marijn[m] has joined #linux-msm
maxim[m] has joined #linux-msm
minecrell[m] has joined #linux-msm
mirsal has joined #linux-msm
Mis012[m] has joined #linux-msm
mothenjoyer69 has joined #linux-msm
nergzd723 has joined #linux-msm
Newbyte has joined #linux-msm
DavidHeidelberg[m] has joined #linux-msm
Prawn[m] has joined #linux-msm
RayyanAnsari[m] has joined #linux-msm
exkcmoeadmin[m] has joined #linux-msm
sepkov[m] has joined #linux-msm
sergi has joined #linux-msm
underpantsgnome[m] has joined #linux-msm
Tooniis[m] has joined #linux-msm
travmurav[m] has joined #linux-msm
uclydde[m] has joined #linux-msm
ungeskriptet[m] has joined #linux-msm
vknecht[m] has joined #linux-msm
MatrixTravelerbot[m] has joined #linux-msm
ywnkmn[m] has joined #linux-msm
junari has quit [Ping timeout: 480 seconds]
<ungeskriptet[m]>
Marijn: If I use qcom,sync-dual-dsi, will it write dsi data to both hosts simultaneously without me having to make the panel driver write to dsi0 and dsi1? Do I understand this right?
<Marijn[m]>
ungeskriptet: registering both DSIs *should* in theory already make drm/msm use both hosts/intfs (but you can check/debug the topology-related codepaths). `sync-dsi` is another feature afaik
<ungeskriptet>
ah okay, so writing data with mipi_dsi_dcs_write_seq to just one dsi host is enough on a dual dsi panel?
<Marijn[m]>
ungeskriptet: as far as I recall there are no commands in a panel driver that need to be sent to both hosts. All commands are only intended for the panel, and the panel only listens to such commands from DSI0
<Marijn[m]>
But I am not 100% confident in that
<konradybcio>
ungeskriptet: the "easiest" would be to just debugbomb downstream and see what's getting sent
Danct12 has joined #linux-msm
<ungeskriptet>
konradybcio: Do you have a example on hand on how to implement this in downstream?