ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion
hipboi has quit [Ping timeout: 258 seconds]
stikonas has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 246 seconds]
hipboi has joined #linux-rockchip
macc24 has quit [Ping timeout: 255 seconds]
macc24 has joined #linux-rockchip
hipboi_ has joined #linux-rockchip
hipboi has quit [Ping timeout: 252 seconds]
lurchi__ has joined #linux-rockchip
lurchi_ has quit [Ping timeout: 272 seconds]
matthias_bgg has joined #linux-rockchip
lopsided98 has quit [Quit: No Ping reply in 180 seconds.]
lopsided98 has joined #linux-rockchip
warpme_ has joined #linux-rockchip
hipboi_ has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 255 seconds]
hipboi has joined #linux-rockchip
stikonas has joined #linux-rockchip
hipboi has quit [Ping timeout: 252 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 268 seconds]
hipboi has joined #linux-rockchip
macromorgan has quit [Read error: Connection reset by peer]
archetyp has joined #linux-rockchip
archetyp has quit [Client Quit]
archetyp has joined #linux-rockchip
archetyp has quit [Remote host closed the connection]
archetyp has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 255 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 252 seconds]
hipboi has joined #linux-rockchip
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
hipboi has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
stikonas has quit [Ping timeout: 245 seconds]
stikonas has joined #linux-rockchip
hanetzer has quit [Ping timeout: 272 seconds]
hanetzer has joined #linux-rockchip
hanetzer has joined #linux-rockchip
hanetzer has quit [Changing host]
stormyknight3000 has joined #linux-rockchip
<stormyknight3000> I was thinking about the problem with screen resoltuions other than 1080p requiring odd workarounds for different rockchip CPUs...
<stormyknight3000> it might be a bit hacky, but what about storing the correct values for the pixel clock (if I recall the name correctly) in text files alongside the rockchipdrm module?
<stormyknight3000> the only requirement would be the ability to detect which rk cpu and mali gpu is being used
<stormyknight3000> the correct values could be loaded at runtime during the initialization of the module
stormyknight3000 has quit [Quit: leaving]
hipboi has quit [Remote host closed the connection]
<robmur01> there's no technical issue with having SoC-specific data in the driver itself if that's the best way to solve a problem; the much bigger challenge is in *getting* that data - i.e. whether a given arbitrary rate can be generated stably on a given SoC - in the first place
repk has quit [Ping timeout: 240 seconds]
stormyknight3000 has joined #linux-rockchip
repk has joined #linux-rockchip
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 265 seconds]
crabbedhaloablut has quit [Ping timeout: 244 seconds]
crabbedhaloablut has joined #linux-rockchip
vagrantc has joined #linux-rockchip
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 272 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 255 seconds]
macromorgan has joined #linux-rockchip
robmur01_ has joined #linux-rockchip
robmur01 has quit [Ping timeout: 255 seconds]
robmur01_ is now known as robmur01
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg has joined #linux-rockchip
<LinuxHackerman> Is that not something to handle in device trees?
hipboi has joined #linux-rockchip
lurchi__ is now known as lurchi_
<stormyknight3000> that's what I thought... but from what I heard yesterday, it was something different?
<stormyknight3000> I don't know, I haven't ever done nay kernel hacking in my lifetime so maybe this would be a good place for me to start just so I can help diagnose the problem
<robmur01> it's already "handled" in DT in as much as DT provides a SoC-specific compatible for the device so that the driver can know to implement SoC-specific behaviour
<LinuxHackerman> oooh silly me, I misread the message — I thought "getting" the data as in getting it into the driver, not collecting it in the first place
hipboi has quit [Ping timeout: 246 seconds]
lurchi_ is now known as lurchi__
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 265 seconds]
matthias_bgg has quit [Quit: Leaving]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 252 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 258 seconds]
<stormyknight3000> robmur01 and LinuxHackerman, do you know of anyone who would be willing to mentor an amateur developer for kernel development? I would love to get into kernel development, but I don't know where to start. I am already pretty well-versed in the C language, but I could use some practical experience with memory management and low-level systems programming
archetyp has quit [Remote host closed the connection]
hipboi has joined #linux-rockchip
<stormyknight3000> being able to figure out how to read a hardware spec to implement a driver or reverse engineer hardware to create the spec which would be the basis for the driver would be fantastic :D
<LinuxHackerman> Not me, sorry, I'm not really in that world, the closest I've come is building a bunch of kernels and writing a doc fix which I still haven't got around to working out how to submit upstream a year later :/
<stormyknight3000> that's alright, I will just have to keep looking around
<stormyknight3000> I can't find any classes anywhere that talk about kernel development and system programming
<stormyknight3000> so I might as well ask around to see if I can find someone who would help me gain some practical experience in the field
<LinuxHackerman> though I think if I wanted to do that on my own, I'd have a look at one of the rockchip TRMs and read the corresponding kernel source to see how it maps. But I don't have any real practical experience, so take that with a grain or three of salt.
<stormyknight3000> I might give that a try as well
<stormyknight3000> reading an implementation of a spec could be very useful indeed
<robmur01> sorry, I can't be much help either - I applied to the company for a general low-level software job, ended up being put to work on Linux, and here I still am years later
<robmur01> previously I was doing high-level data processing stuff plus a bit of control/data acquisition in science, and hacking on PIC micros as a hobby
hipboi has quit [Ping timeout: 272 seconds]
warpme_ has quit [Quit: Connection closed for inactivity]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 255 seconds]
hipboi has joined #linux-rockchip
warpme_ has joined #linux-rockchip
hipboi has quit [Ping timeout: 246 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 272 seconds]
archetyp has joined #linux-rockchip
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 255 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 268 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 272 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 255 seconds]
hipboi has joined #linux-rockchip
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #linux-rockchip
hipboi has quit [Ping timeout: 255 seconds]
hipboi has joined #linux-rockchip
mps has quit [Ping timeout: 272 seconds]
hipboi has quit [Ping timeout: 255 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 268 seconds]
hipboi has joined #linux-rockchip
hipboi has quit [Ping timeout: 258 seconds]
stikonas has quit [Remote host closed the connection]