<shadeslayer>
MoeIcenowy: so video decode isn't available with DRM at all then?
<shadeslayer>
Would it even be possible to add it ?
LargePrime has joined #linux-sunxi
gnufan has quit [Read error: Connection reset by peer]
gnufan has joined #linux-sunxi
SP7RT_ has joined #linux-sunxi
SP7RT has quit [Ping timeout: 240 seconds]
bonbons has joined #linux-sunxi
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
jstein_ has joined #linux-sunxi
jstein_ is now known as jstein
DrRobotic has joined #linux-sunxi
SP7RT_ has quit [Ping timeout: 260 seconds]
SP7RT has joined #linux-sunxi
SP7RT has quit [Ping timeout: 248 seconds]
SP7RT has joined #linux-sunxi
gnufan has quit [Ping timeout: 248 seconds]
aalm has quit [Ping timeout: 240 seconds]
IgorPec has quit [Ping timeout: 240 seconds]
netlynx has quit [Remote host closed the connection]
BenG83 has quit [Ping timeout: 248 seconds]
GrimKriegor has quit [Ping timeout: 240 seconds]
SP7RT_ has joined #linux-sunxi
SP7RT has quit [Ping timeout: 248 seconds]
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
DrRobotic has quit [Remote host closed the connection]
IgorPec has joined #linux-sunxi
leviathanch has quit [Remote host closed the connection]
IgorPec has quit [Ping timeout: 240 seconds]
nvz has joined #linux-sunxi
nvz has quit [Changing host]
nvz has joined #linux-sunxi
rant has quit [Ping timeout: 240 seconds]
nvz is now known as rant
jmcneill has quit [Quit: leaving]
SP7RT_ has quit [Ping timeout: 240 seconds]
Andy-D has joined #linux-sunxi
SP7RT has joined #linux-sunxi
leio has quit [Ping timeout: 240 seconds]
leviathanch has joined #linux-sunxi
gnufan has joined #linux-sunxi
gnufan has quit [Ping timeout: 240 seconds]
petr has quit [Ping timeout: 240 seconds]
SP7RT_ has joined #linux-sunxi
SP7RT has quit [Ping timeout: 258 seconds]
dave0x6d has joined #linux-sunxi
petr has joined #linux-sunxi
msimpson has joined #linux-sunxi
jrg has quit [Quit: Fear is the mind killer.]
Putti has quit [Ping timeout: 248 seconds]
jrg has joined #linux-sunxi
diego71 has quit [Ping timeout: 248 seconds]
SP7RT_ has quit [Ping timeout: 248 seconds]
diego__ has joined #linux-sunxi
diego__ is now known as diego71
r1mikey has joined #linux-sunxi
lurchi_ is now known as lurchi__
SP7RT has joined #linux-sunxi
lurchi__ is now known as lurchi_
rant has quit [Quit: leaving]
nvz has joined #linux-sunxi
nvz is now known as rant
r1mikey has quit [Remote host closed the connection]
r1mikey has joined #linux-sunxi
diego71 has quit [Ping timeout: 255 seconds]
r1mikey has quit [Ping timeout: 246 seconds]
diego__ has joined #linux-sunxi
diego__ is now known as diego71
lurchi_ is now known as lurchi__
r1mikey has joined #linux-sunxi
msimpson has quit [Ping timeout: 264 seconds]
IgorPec has joined #linux-sunxi
IgorPec has quit [Client Quit]
IgorPec has joined #linux-sunxi
r1mikey has quit [Ping timeout: 240 seconds]
diego71 has quit [Ping timeout: 248 seconds]
reinforce has joined #linux-sunxi
SP7RT has quit [Ping timeout: 248 seconds]
SP7RT has joined #linux-sunxi
yann-kaelig has quit [Quit: I'll be back]
jstein has quit [Remote host closed the connection]
SP7RT_ has joined #linux-sunxi
SP7RT has quit [Ping timeout: 248 seconds]
diego__ has joined #linux-sunxi
diego__ is now known as diego71
jbk1 has joined #linux-sunxi
<jbk1>
Hi, anyone here familiar with the mmc device driver?
r1mikey has joined #linux-sunxi
<pmpp>
jbk1: is that your only question or you may go in some details ?
<jbk1>
I'm trying to understand the structure of the driver. There are three files in drivers/mmc/host with names sunxi-mmc-sun50iw1p1-[0,1,2].c which I am confused about. They seem very similar and I'm trying to understand the purpose of each.
r1mikey has quit [Ping timeout: 258 seconds]
<pmpp>
mmc0 is sdcard, mmc1 is sdio wifi mmc2 is emmc
<pmpp>
but i am not an expert for anything more, but there are some around
<jernej>
jbk1: that sounds like BSP kernel
<jernej>
I guess not many people try to understand BSP kernel
<jbk1>
:)
<jbk1>
It is a scary place to go, that's for sure
<jbk1>
I'm working on the support for 64G sandisk mmc modules on the pinebook. I think the next step requires me to implement sampling tuning.
<jbk1>
I can see tuning support in uboot, but not in the kernel version of the driver. I was hoping to migrate the uboot impl over, but the drivers seem quite different, so I'm trying to make sense of what's there in the kernel driver, with the hope of implementing a minimal tuning function just for this use case.
yann-kaelig has joined #linux-sunxi
SP7RT has joined #linux-sunxi
SP7RT_ has quit [Ping timeout: 255 seconds]
Ntemis has joined #linux-sunxi
r1mikey has joined #linux-sunxi
Andy-D has quit [Ping timeout: 248 seconds]
r1mikey has quit [Ping timeout: 255 seconds]
LargePrime has quit [Ping timeout: 240 seconds]
lkcl has quit [Ping timeout: 260 seconds]
popolon has joined #linux-sunxi
lkcl has joined #linux-sunxi
Andy-D has joined #linux-sunxi
<jbk1>
ok, so the sunxi-mmc-sun50iw1p1-[0,1,2].c files give different versions of methods that are used depending on the compatible entries in the dts.