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
rvalue has quit [Ping timeout: 245 seconds]
mraynal has quit [Remote host closed the connection]
mraynal has joined #armlinux
rvalue has joined #armlinux
mrutland has quit [Quit: oh no.]
mrutland has joined #armlinux
mrutland is now known as Guest7677
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #armlinux
rvalue has quit [Ping timeout: 250 seconds]
rvalue has joined #armlinux
amitk has joined #armlinux
amitk has quit [Ping timeout: 250 seconds]
amitk has joined #armlinux
hanetzer has quit [Ping timeout: 245 seconds]
hanetzer has joined #armlinux
iivanov has joined #armlinux
amitk has quit [Ping timeout: 240 seconds]
_whitelogger has joined #armlinux
amitk has joined #armlinux
iivanov has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
amitk has quit [Read error: Connection reset by peer]
hanetzer has quit [Ping timeout: 246 seconds]
hanetzer has joined #armlinux
amitk has joined #armlinux
elastic_dog has quit [Ping timeout: 246 seconds]
elastic_dog has joined #armlinux
matthias_bgg has joined #armlinux
amitk has quit [Ping timeout: 246 seconds]
rgallaispou has joined #armlinux
MWelchUK7 has quit [Quit: The Lounge - https://thelounge.chat]
MWelchUK7 has joined #armlinux
jpanisbl has joined #armlinux
jpanisbl has quit [Client Quit]
frieder has joined #armlinux
headless has joined #armlinux
sszy has joined #armlinux
amitk has joined #armlinux
matthias_bgg has quit [Read error: Connection reset by peer]
amitk has quit [Ping timeout: 246 seconds]
amitk has joined #armlinux
matthias_bgg has joined #armlinux
jpanisbl has joined #armlinux
amitk has quit [Ping timeout: 245 seconds]
dliviu has quit [Quit: Going away]
dliviu has joined #armlinux
headless has quit [Quit: Konversation terminated!]
amitk has joined #armlinux
adelaunay has joined #armlinux
alpernebbi has quit [Read error: Connection reset by peer]
alpernebbi has joined #armlinux
alpernebbi has quit [Client Quit]
<geertu> ukleinek: You do like large patch series? ;-)
* geertu tries to climb out of the drm rabbit hole, too
<javierm> geertu: I see that you are having fun with workqueues :)
<geertu> javierm: Oh, that?
<geertu> That's a minor issue.
<javierm> geertu: ah, Ok. Thought you were referring to that
<geertu> javierm: I have added R1 (initially fake C1) support to ssd130xdrm.
<geertu> Now the hard part is to make the fbdev emulation fall back to R1 if C1 is not available.
<javierm> geertu: nice! I had in my TODO but never found the time
<javierm> geertu: I did use DRM_FORMAT_C1 in commit e254b584dbc0 ("drm/ssd130x: Remove hardcoded bits-per-pixel in ssd130x_buf_alloc()") as a preparation but wanted to wire to ssd130x_formats
<javierm> I guess the only thing that has to be done is skipping the xrgb8888 -> mono convesion if that format is chosen?
<geertu> javierm: Yep. And that's working fine.
<javierm> geertu: awesome
<geertu> javierm: Oops, should have reviewed that patch (it's still marked for review). Should be R1 iso C1. Review sent.
amitk has quit [Read error: Connection reset by peer]
amitk has joined #armlinux
<ukleinek> geertu: yeah, now that people poach in my patch area[1], I have to look for alternatives :-)
<javierm> geertu: hmm, wasn't R1 only for white-on-black as you said but C1 if you could have other colors (i.e: blue-on-black) ?
<javierm> geertu: or maybe I misunderstood the difference between C1 and R1 ?
<javierm> or are panels with a fixed color (i.e: blue-on-black or red-on-black) considered white-on-black too ?
<javierm> geertu: I've one panel that the pixel color is white and another panel that is blue
<ukleinek> geertu: you might have guessed, but the implicit question is: Do you find struct drm_device *dev ugly, too?
<javierm> ukleinek: I find it confusing, yes so happy if you want to clean that up :)
alpernebbi has joined #armlinux
amitk has quit [Ping timeout: 246 seconds]
iivanov has joined #armlinux
<ukleinek> javierm, geertu: Input on the drm_dev vs drmdev vs drm discussion?
<CounterPillow> I vote for xXx_drm_d3v_xXx
<javierm> ukleinek: commented
<javierm> ukleinek: ah, hit a "too many recipients" from my smtp server
<geertu> ukleinek: The Renesas DRM rivers (usually) use ddev
<geertu> javierm: Rx means direct relationship between channel value and brightness. so fixed white on blue is R1
<geertu> Cx means color indexed. So yes, if there's only a single color and the CLUT is fixed, there can be some confusion
<javierm> geertu: I see, so C1 could in theory support different CLUTs ?
<javierm> then you are correct and should had used R1...
<javierm> geertu: I can post a fix later today or tomorrow
torez has joined #armlinux
shailangsa_ has quit [Ping timeout: 246 seconds]
iivanov has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
iivanov has joined #armlinux
sudeepholla_ has quit [Ping timeout: 245 seconds]
sudeepholla_ has joined #armlinux
shailangsa has joined #armlinux
rgallaispou has quit [Remote host closed the connection]
rgallaispou has joined #armlinux
<arnd> javierm, ardb: I'm still looking at the screen_info stuff to resend my series for cleaning that up. I was trying to add a patch to remove references to the global screen_info from efifb, but that clashes with the code from commit dcf8f5ce31656 ("drivers/fbdev/efifb: Allow BAR to be moved instead of claiming it")
<ardb> i think the logic in that patch applies to other 'dumb' framebuffers that happen to be backed by a live BAR
<arnd> would it make sense to move that entire PCI fixup and efifb_fix.smem_start relocation logic to drivers/pci/vgaarb.c instead? It looks to me like that would also allow adding the same feature to simpledrm/simplefb, which are missing it today
<arnd> if both simpledrm and efifb are built into the kernel, the sysfb code tries to use simpledrm instead of efifb, so it would get back the bug that you fixed
<ardb> so we don't need both in any case then, right?
<arnd> ardb: I think sysfb keeps the fallback to efifb for the case in which sysfb_parse_mode() fails to find the right settings for simpledrm
monstr has quit [Remote host closed the connection]
rgallaispou has left #armlinux [#armlinux]
alpernebbi has quit [Ping timeout: 240 seconds]
amitk has joined #armlinux
adelaunay has quit [Quit: Client closed]
headless has joined #armlinux
jpanisbl has quit [Quit: Konversation terminated!]
torez has quit [Quit: torez]
frieder has quit [Remote host closed the connection]
<javierm> arnd: that's correct yes, although many distros just disable the fbdev driver nowadays (at least Fedora and OpenSUSE, probably others)
jeeeun has quit [Quit: The Lounge - https://thelounge.chat]
bjdooks has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
bjdooks has joined #armlinux
amitk has quit [Ping timeout: 250 seconds]
jeeeun has joined #armlinux
headless has quit [Ping timeout: 245 seconds]
headless has joined #armlinux
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
hanetzer has quit [Ping timeout: 252 seconds]
hanetzer has joined #armlinux
alpernebbi has joined #armlinux
sally has joined #armlinux
Sally[m]12 has left #armlinux [#armlinux]
<headless> linusw__: ping :-)
* headless wonders if there's pinctrl channel
sakman has quit [Quit: Leaving]
* headless also wonders why the result of radix_tree_insert() is ignored in pinctrl_register_one_pin() and pinctrl_generic_add_group()...
matthias_bgg has quit [Quit: Leaving]
dormito has quit [Ping timeout: 245 seconds]
dormito has joined #armlinux
jclsn has quit [Ping timeout: 246 seconds]
headless has quit [Quit: Konversation terminated!]
apritzel has joined #armlinux
iivanov has quit [Ping timeout: 245 seconds]
elastic_dog has quit [Ping timeout: 246 seconds]
elastic_dog has joined #armlinux
<linusw__> headless: I'm on vacation mostly sorry!
<linusw__> I think I copied the radix tree code from somewhere? Like the irqchip.
<broonie> Which IIRC just converted to maple tree.
IgorPec_ has joined #armlinux
gpiccoli_ has joined #armlinux
tsc1 has joined #armlinux
mmind00_ has joined #armlinux
phh|new has joined #armlinux
phh|new has joined #armlinux
phh|new has quit [Changing host]
tmlind_ has joined #armlinux
mwalle_ has joined #armlinux
jbru1 has joined #armlinux
krzk_ has joined #armlinux
ardb_ has joined #armlinux
olofj_ has joined #armlinux
ajb-lina- has joined #armlinux
jekb_ has joined #armlinux
tmlind has quit [*.net *.split]
olofj has quit [*.net *.split]
mmind00 has quit [*.net *.split]
ardb has quit [*.net *.split]
tscherer has quit [*.net *.split]
mturquette has quit [*.net *.split]
ajb-linaro has quit [*.net *.split]
jekb has quit [*.net *.split]
jbru has quit [*.net *.split]
gpiccoli has quit [*.net *.split]
mwalle has quit [*.net *.split]
krzk has quit [*.net *.split]
phh has quit [*.net *.split]
IgorPec has quit [*.net *.split]
olofj_ is now known as olofj
ardb_ is now known as ardb
mturquette has joined #armlinux