ChanServ changed the topic of #linux-msm to:
davidinux is now known as Guest7944
davidinux has joined #linux-msm
Guest7944 has quit [Ping timeout: 480 seconds]
Danct12 is now known as Guest7956
Danct12 has joined #linux-msm
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?
<ungeskriptet[m]> Right now I have the driver write to dsi0 and dsi1 without qcom,sync-dual-dsi. For some reason it refuses to make use of dsi1 and is cramping the whole framebuffer into dsi0. Device is ZTE Axon 7 with msm8996 and my driver is here: https://github.com/ungeskriptet/linux/blob/msm8996/drivers/gpu/drm/panel/panel-samsung-s6e3ha3-lmdpdg.c
<konradybcio> lumag ^ 8996 and dual-dsi!
Danct12 has quit [Quit: WeeChat 4.0.2]
abhinav__ has quit [Quit: The Lounge - https://thelounge.chat]
jessica_24 has quit [Quit: The Lounge - https://thelounge.chat]
lumag has quit [Quit: ZNC 1.8.1 - https://znc.in]
parellan has quit [Quit: The Lounge - https://thelounge.chat]
pneuhardt has quit [Quit: The Lounge - https://thelounge.chat]
rohiiyer02 has quit []
lumag has joined #linux-msm
abhinav__ has joined #linux-msm
rohiiyer02 has joined #linux-msm
lumag is now known as Guest7989
davidinux is now known as Guest7990
davidinux has joined #linux-msm
Guest7990 has quit [Ping timeout: 480 seconds]
ungeskriptet[m] has quit []
ungeskriptet[m] has joined #linux-msm
ungeskriptet[m] has quit []
ungeskriptet[m] has joined #linux-msm
ungeskriptet[m] has quit []
ungeskriptet[m] has joined #linux-msm
ungeskriptet[m] is now known as ungeskriptet
ungeskriptet has quit []
ungeskriptet has joined #linux-msm
ungeskriptet has quit []
ungeskriptet has joined #linux-msm
ungeskriptet has quit []
ungeskriptet has joined #linux-msm
<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?
<aka_[m]> Hack some functions there and there?
<aka_[m]> There must be some mipi_dcs_write