stikonas has quit [Remote host closed the connection]
kaspter has joined #linux-rockchip
qdk0901 has joined #linux-rockchip
qdk0901 has quit [Ping timeout: 245 seconds]
kaspter has quit [Ping timeout: 246 seconds]
kaspter has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
vicencb has joined #linux-rockchip
field^Zzz1 has joined #linux-rockchip
vicencb has quit [Quit: Leaving.]
vicencb has joined #linux-rockchip
kaspter has quit [Ping timeout: 265 seconds]
kaspter has joined #linux-rockchip
stikonas has joined #linux-rockchip
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 260 seconds]
archetech has joined #linux-rockchip
nlhowell has quit [Ping timeout: 240 seconds]
robmur01_ is now known as robmur01
matthias_bgg has joined #linux-rockchip
indy has quit [Read error: Connection reset by peer]
field^Zzz1 has quit [Ping timeout: 264 seconds]
indy has joined #linux-rockchip
archetech has quit [Quit: Konversation terminated!]
kaspter has quit [Quit: kaspter]
kaspter has joined #linux-rockchip
kaspter has quit [Quit: kaspter]
nlhowell has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
nlhowell has quit [Ping timeout: 264 seconds]
<robmur01>
mickenx: the VOPs don't have a dedicated regulator, they're in the "logic" voltage domain along with most of the other peripherals. They do have their own power domain though (as does HDMI), which might possibly need attention if you're not fresh out of reset
BenG83 has joined #linux-rockchip
<mickenx>
robmur01: thanks for answering
<mickenx>
robmur01: if they are the same in pmic , I think I have it right as the hdmi phy is working
<mickenx>
robmur01: what is hclk , and do I need to connect that to a pll?
<mickenx>
robmur01: right now I use vpll for pixelclock and cpll for aclk
<mickenx>
robmur01: fancy looking at my hacky driver?
<mickenx>
all assembler
<robmur01>
hclk is usually the AHB clock for the actual register interface - if that's not running chances are you'll just deadlock trying to read/write anything
<mickenx>
robmur01: alright there is a divder for it .. so I thought it might need some setting
<mickenx>
the symptons I get feels like timing issues
<mickenx>
IF i double xres I always get nice text on the console.. but that s not a solution
<mickenx>
not double in vop, but change the cru reg ( I guess now , not having it in front of me ) 1c4
<robmur01>
I have no experience with the VOP itself (or any other display hardware, really), more just a "big picture" understanding of hardware integration in general ;)