ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
d1rg has quit [Ping timeout: 272 seconds]
d1rg has joined #armlinux
d1rg has quit [Read error: Connection reset by peer]
d1rg has joined #armlinux
d1rg has quit [Read error: Connection reset by peer]
d1rg has joined #armlinux
d1rg has quit [Ping timeout: 272 seconds]
d1rg has joined #armlinux
alpernebbi has quit [Ping timeout: 248 seconds]
d1rg has quit [Read error: Connection reset by peer]
d1rg has joined #armlinux
apritzel_ has quit [Ping timeout: 260 seconds]
d1rg has quit [Ping timeout: 244 seconds]
d1rg has joined #armlinux
alpernebbi has joined #armlinux
d1rg has quit [Read error: Connection reset by peer]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #armlinux
heat_ has quit [Ping timeout: 246 seconds]
nsaenz has joined #armlinux
nsaenz has quit [Ping timeout: 265 seconds]
Forty-Bot has joined #armlinux
siak has joined #armlinux
russ has joined #armlinux
System_Error has quit [Remote host closed the connection]
System_Error has joined #armlinux
markussp has quit [Ping timeout: 260 seconds]
russ has quit [Ping timeout: 260 seconds]
markussp has joined #armlinux
monstr has joined #armlinux
markussp has quit [Ping timeout: 260 seconds]
markussp has joined #armlinux
gclement has joined #armlinux
monstr has quit [Ping timeout: 252 seconds]
markussp has quit [Ping timeout: 246 seconds]
markussp has joined #armlinux
System_Error has quit [Remote host closed the connection]
apritzel_ has joined #armlinux
rockosov has quit [Ping timeout: 276 seconds]
rockosov has joined #armlinux
markussp has quit [Ping timeout: 265 seconds]
markussp has joined #armlinux
apritzel_ has quit [Ping timeout: 272 seconds]
headless has joined #armlinux
markussp has quit [Ping timeout: 268 seconds]
System_Error has joined #armlinux
markussp has joined #armlinux
markussp has quit [Ping timeout: 268 seconds]
markussp has joined #armlinux
markussp7 has joined #armlinux
markussp has quit [Ping timeout: 276 seconds]
markussp7 is now known as markussp
System_Error has quit [Remote host closed the connection]
heat_ has joined #armlinux
heat_ is now known as heat
System_Error has joined #armlinux
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #armlinux
siak has quit [Remote host closed the connection]
siak has joined #armlinux
headless has quit [Quit: Konversation terminated!]
nsaenz has joined #armlinux
nsaenz has quit [Remote host closed the connection]
<Xogium>
nothing quite like waking up to an issue on your repo that makes so little sense it confuses you
<Xogium>
I am trying to on screen using stm32mp135daf7 . so why screen is not working? and in dev bufferframe0 (bf0) is not coming
<Xogium>
please give me solution
<Xogium>
huh huh. Erm. Yeah so
<Xogium>
bf0 ? Bufferframe? More like framebuffer and fb0, that part I got, but... I mean the stm32mp135d doesn't even have a real gpu, it just has a ltdc thing
<Xogium>
I'm not even sure that with frameworks like mesa, you can emulate a framebuffer device and get something like wayland running for example... Or why you'd want to do this
<Xogium>
I reckon that even if you can, it will tug on the cpu so much it will be horrible... But, what'd I know
jclsn has quit [Quit: WeeChat 4.5.1]
luispm has quit [Ping timeout: 252 seconds]
jclsn has joined #armlinux
monstr has quit [Read error: Connection reset by peer]
monstr has joined #armlinux
nsaenz has quit [Remote host closed the connection]
nsaenz has joined #armlinux
nsaenz has quit [Ping timeout: 246 seconds]
monstr has quit [Ping timeout: 252 seconds]
System_Error has quit [Remote host closed the connection]
luispm has joined #armlinux
markussp has quit [Ping timeout: 260 seconds]
markussp has joined #armlinux
nsaenz has joined #armlinux
nsaenz has quit [Read error: Connection reset by peer]
nsaenz has joined #armlinux
robmur01 has quit [Remote host closed the connection]
robmur01 has joined #armlinux
<rfs613>
Xogium: best to just go back to sleep in such cases ;-)
<Xogium>
rfs613: hah yes I almost did
<rfs613>
I woke up to 15-20cm of snow... sadly going back to sleep will not fix this problem ;-)
<Xogium>
darn, shame
System_Error has joined #armlinux
fvincenzo has quit [Remote host closed the connection]
siak has quit [Remote host closed the connection]
siak has joined #armlinux
<Xogium>
would anyone here happen to know if what I supposed is correct, regarding the ltdc / lcd controller without gpu on the stm32mp135d and the fact it would be highly unlikely to work as they'd expect ?
<Xogium>
there's just a basic lcd tft controller
Peng_Fan has quit [Quit: Connection closed for inactivity]
<javierm>
Xogium: do you have CONFIG_FB_DEVICE enabled in your config ?
<Xogium>
javierm: that much I'd like to know... This person did not say anything beyond the classic, doesn't work, give me solution
<Xogium>
so I know neither the hardware they use nor what they attempted, or even what they're trying to do
<Xogium>
I suspect on the other hand that the hardware they're using is not the one my repo is meant for, for the simple reason that seeed studio does not provide a lcd display although they do have the connector exposed on the board they sell, for the stm32mp135d
<Xogium>
they also don't enable the ltdc dt node, because without a display sold with the dev kit, it wouldn't make sense. So... Of course the display isn't going to work OOB with my repo, since it's not meant for use with custom hardware
fvincenzo has joined #armlinux
siakc has joined #armlinux
siak has quit [Ping timeout: 252 seconds]
<CounterPillow>
can I get a child node from of by address?
<robmur01>
CounterPillow: not in one line AFAIK, but you can build whatever you like out of the for_each_available_child iterator. ata_scsi_assign_ofnode() looks to be doing an address match, for example.
<CounterPillow>
thanks!
<rfs613>
CounterPillow: there could be zero, one, or multiple children. So you kind of need someting like for_each_child_of_node