ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #dri-devel
jernej has quit []
jernej has joined #dri-devel
jernej has quit []
jernej has joined #dri-devel
boistordu_ex has joined #dri-devel
Lightkey has quit [Ping timeout: 480 seconds]
Lightkey has joined #dri-devel
mceier has quit [Ping timeout: 480 seconds]
thellstrom has quit [Ping timeout: 480 seconds]
boistordu_ex has quit [Ping timeout: 480 seconds]
mceier has joined #dri-devel
mceier has quit [Ping timeout: 480 seconds]
mceier has joined #dri-devel
YuGiOhJCJ has joined #dri-devel
<ishitatsuyuki> gitlab dead :(
<ishitatsuyuki> it's back
andrey-konovalov has joined #dri-devel
agd5f has quit [Ping timeout: 480 seconds]
lemonzest has joined #dri-devel
Duke`` has joined #dri-devel
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
andrey-konovalov has quit [Ping timeout: 480 seconds]
reinist12 has joined #dri-devel
rasterman has joined #dri-devel
bcarvalho has joined #dri-devel
gouchi has joined #dri-devel
danvet has joined #dri-devel
sdutt has quit [Remote host closed the connection]
andrey-konovalov has joined #dri-devel
reinist12 has quit []
Lucretia has joined #dri-devel
andrey-konovalov has quit [Ping timeout: 480 seconds]
luzipher__ has joined #dri-devel
luzipher_ has quit [Ping timeout: 480 seconds]
mlankhorst has joined #dri-devel
<sravn> pinchartl: lt9611_bridge_mode_set calls lt9611_bridge_(atomic_)pre_enable. Do you see any way to find drm_atomic_state *old_state?
andrey-konovalov has joined #dri-devel
<sravn> pinchartl: Maybe the call to lt9611_bridge_pre_enable() is not needed - at least no other drivers needs it. It was present from day 1.
rossy has quit [Remote host closed the connection]
rossy has joined #dri-devel
<sravn> pinchartl: Similar challenge in parade-ps8640 which calls the chain functions in the get_edid funtion - as the chip needs to be powered up to retreive the edid
hakzsam has quit []
mupuf has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
hakzsam has joined #dri-devel
mupuf has joined #dri-devel
andrey-konovalov has quit [Ping timeout: 480 seconds]
sdutt has joined #dri-devel
andrey-konovalov has joined #dri-devel
Daanct12 has joined #dri-devel
Danct12 has quit [Ping timeout: 480 seconds]
pcercuei has joined #dri-devel
tobiasjakobi has joined #dri-devel
hch12907_ is now known as hch12907
gouchi has quit [Remote host closed the connection]
<pinchartl> sravn: for lt9611, I'd move the contents of lt9611_bridge_mode_set() to lt9611_bridge_pre_enable() and drop .mode_set()
lemonzest has quit [Quit: Quitting]
<pinchartl> for parade-ps8640, I think the problem is similar to what dianders has addressed in the sn65dsi86 driver recently, with the introduction of the AUX bus
NiksDev has joined #dri-devel
<sravn> pinchartl: For lt9611, what seems to work is to keep mode_set, and pull in the relevant pre_enable parts
<sravn> I will take a closer look at the AUX bus to see if I can fit it to be used by parade-ps8640
lemonzest has joined #dri-devel
NiksDev has quit [Ping timeout: 480 seconds]
sdutt has quit [Remote host closed the connection]
camus has joined #dri-devel
luzipher_ has joined #dri-devel
mlankhorst has quit [Ping timeout: 480 seconds]
luzipher__ has quit [Ping timeout: 480 seconds]
camus has quit [Ping timeout: 480 seconds]
camus has joined #dri-devel
rasterman has quit [Remote host closed the connection]
rasterman has joined #dri-devel
<pinchartl> sravn: do we need .mode_set() when we have .atomic_enable() ? can't the bridge be programmed at enable time only ?
bluebugs has quit [Ping timeout: 480 seconds]
mlankhorst has joined #dri-devel
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
Daanct12 has quit [Quit: Quitting]
Danct12 has joined #dri-devel
sdutt has joined #dri-devel
<sravn> pinchartl: I did not see a simple way to access drm_display_mode, which is needed to program the bridge
bcarvalho has quit [Ping timeout: 480 seconds]
andrey-konovalov has quit [Ping timeout: 480 seconds]
luzipher__ has joined #dri-devel
luzipher_ has quit [Ping timeout: 480 seconds]
<pinchartl> sravn: look at __rcar_lvds_atomic_enable() in drivers/gpu/drm/rcar-du/rcar_lvds.c
<pinchartl> lines 524 and 600 in Linus' master branch (625acffd7ae2c52898d249e6c5c39f348db0d8df)
mlankhorst has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
bcarvalho has joined #dri-devel
<sravn> pinchartl: Thanks, I think I got the gist of it now. Will type it up and post something when I have a series ready
<Venemo> Can someone with access please kick the troll off from #radeon?
<pinchartl> sravn: I wonder if we need a helper to access the CRTC state from the bridge, it's a bit convoluted
bcarvalho has quit [Remote host closed the connection]
<sravn> pinchartl: I got the following:
<sravn> connector = drm_atomic_get_new_connector_for_encoder(old_bridge_state->base.state,
<sravn> bridge->encoder);
<sravn> crtc = drm_atomic_get_new_connector_state(state, connector)->crtc;
<sravn> crtc_state = drm_atomic_get_new_crtc_state(state, crtc);
<sravn> mode = &crtc_state->adjusted_mode;
<sravn> I can try to come up with a helper that can be used by both lontium abd rcar-du
<sravn> s/abd/and/
<zmike> mareko: fine, I'll take a day off. you didn't have to cut my utility pole to take out my internet though https://usercontent.irccloud-cdn.com/file/uQVk3OEM/20210627_125623.jpg
mlankhorst has joined #dri-devel
<Venemo> :D
nsneck has quit []
andrey-konovalov has joined #dri-devel
camus has quit [Remote host closed the connection]
Duke`` has quit [Ping timeout: 480 seconds]
tobiasjakobi has quit [Remote host closed the connection]
tobiasjakobi has joined #dri-devel
tobiasjakobi has quit [Remote host closed the connection]
tobiasjakobi has joined #dri-devel
sdutt has quit [Remote host closed the connection]
gpoo has quit [Ping timeout: 480 seconds]
gpoo has joined #dri-devel
mixfix41 has joined #dri-devel
illwieckz has quit [Read error: No route to host]
illwieckz has joined #dri-devel
* mareko hides behind the trees
luzipher_ has joined #dri-devel
luzipher__ has quit [Ping timeout: 480 seconds]
tobiasjakobi has quit [Remote host closed the connection]
sarnex has quit [Quit: Quit]
danvet has quit [Ping timeout: 481 seconds]
Daanct12 has joined #dri-devel
Danct12 has quit [Ping timeout: 480 seconds]
rasterman has joined #dri-devel
rasterman has quit []
rasterman has joined #dri-devel
sarnex has joined #dri-devel
adjtm has quit [Remote host closed the connection]
adjtm has joined #dri-devel
andrey-konovalov has quit [Ping timeout: 480 seconds]
mlankhorst has quit [Ping timeout: 480 seconds]
ngcortes has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
cedric has joined #dri-devel
jewins has joined #dri-devel
jewins has quit [Remote host closed the connection]
pcercuei has quit [Quit: dodo]
sdutt has joined #dri-devel