rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
anarsoul|2 has quit [Remote host closed the connection]
anarsoul|2 has joined #linux-sunxi
pmpp has quit [Quit: No Ping reply in 180 seconds.]
yann has quit [Ping timeout: 252 seconds]
pmpp has joined #linux-sunxi
GrimKriegor has quit [Ping timeout: 252 seconds]
yann has joined #linux-sunxi
GrimKriegor has joined #linux-sunxi
t0dd1v has quit [Quit: Connection closed for inactivity]
hitech95_ROG has quit [Ping timeout: 268 seconds]
return0e has quit [Remote host closed the connection]
return0e has joined #linux-sunxi
anarsoul|2 has quit [Ping timeout: 240 seconds]
t0dd1v has joined #linux-sunxi
nuuuciano has joined #linux-sunxi
popolon has quit [Quit: WeeChat 2.3]
gumblex has quit [Quit: ZNC 1.7.1+deb2 - https://znc.in]
gumblex has joined #linux-sunxi
dddddd has quit [Ping timeout: 252 seconds]
TheSeven has quit [Ping timeout: 250 seconds]
[7] has joined #linux-sunxi
mpmc has joined #linux-sunxi
dddddd has joined #linux-sunxi
leviathan has joined #linux-sunxi
victhor has quit [Remote host closed the connection]
anarsoul has quit [Remote host closed the connection]
anarsoul has joined #linux-sunxi
yangxuan has joined #linux-sunxi
yangxuan has quit [Ping timeout: 268 seconds]
Kwiboo has joined #linux-sunxi
yangxuan has joined #linux-sunxi
yangxuan has quit [Remote host closed the connection]
yangxuan has joined #linux-sunxi
anarsoul|2 has joined #linux-sunxi
anarsoul|2 has quit [Remote host closed the connection]
yangxuan has quit [Ping timeout: 244 seconds]
megi has quit [Ping timeout: 240 seconds]
yangxuan has joined #linux-sunxi
dev1990 has joined #linux-sunxi
yangxuan has quit [Ping timeout: 268 seconds]
dev1990_ has quit [Ping timeout: 245 seconds]
_whitelogger has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
merlin1991 has quit [Remote host closed the connection]
kelvan has quit [Read error: Connection reset by peer]
merlin1991 has joined #linux-sunxi
kelvan has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 246 seconds]
t0dd1v has quit [Quit: Connection closed for inactivity]
nuuuciano has quit [Ping timeout: 268 seconds]
[7] has quit [Disconnected by services]
TheSeven has joined #linux-sunxi
yangxuan has joined #linux-sunxi
yangxuan has quit [Ping timeout: 240 seconds]
dddddd has quit [Remote host closed the connection]
lykt has quit [Quit: leaving]
_whitelogger_ has joined #linux-sunxi
_whitelogger has quit [Remote host closed the connection]
muvlon has quit [Ping timeout: 252 seconds]
VBrain-19 has joined #linux-sunxi
muvlon has joined #linux-sunxi
VBrain-19 has quit [Ping timeout: 252 seconds]
_whitelogger has joined #linux-sunxi
<jernej> kilobyte: A64 has HDMI 1.4, which supports max. 4k @ 24Hz
<jernej> more importantly, max. pixel clock is 297 MHz
<jernej> if your timing has same or lower pixel clock, it should work
<jernej> anyway, there is some issue with U-Boot driver, which may break video on Linux
hitech95_ROG has joined #linux-sunxi
<jernej> clock related
<jernej> disable video support in U-Boot and try again
<jernej> I have plans to fix U-Boot, but before that, A64 DT update has to land in U-Boot
totallymoony has joined #linux-sunxi
totallymoony has quit [Remote host closed the connection]
lykt has joined #linux-sunxi
Putti has joined #linux-sunxi
t0dd1v has joined #linux-sunxi
yangxuan has joined #linux-sunxi
lykt has quit [Quit: leaving]
mpmc has quit [Ping timeout: 240 seconds]
mpmc has joined #linux-sunxi
pmpp_ has joined #linux-sunxi
pmpp has quit [Disconnected by services]
ayaka has joined #linux-sunxi
<ayaka> jernej, I am new to sunxi platform, I check its datasheet, but I still have some question about the display engine
<ayaka> Does it support multiple planes overlay
<ayaka> Is it all the DE before H6 without a IOMMU?
<jernej> yes to both
<jernej> and initial H6 DE driver won't support IOMMU
<jernej> since IOMMU driver is not trivial
<jernej> regarding planes overlay, it depends on which output you use on which SoC
<jernej> usually, you can have 4 or 2 planes
<jernej> we talk about mainline, right?
<jernej> I gave up on BSP long time ago
dgp has quit [Remote host closed the connection]
<ayaka> jernej, I see, how about the progress on the H6
<ayaka> I know the BSP kernel is not drm at all
<jernej> you can use my v2 patch series for DRM on H6
<jernej> I guess I'll prepare v3 soon
<ayaka> I wonder without the datasheet from allwinner, I check its datasheet, the register of this part is not released
<jernej> it is
<ayaka> how do you make it support
<jernej> just not in the same datasheet
<ayaka> I see
<jernej> anyway, DE2 driver was made by reading BSP driver code, DE2 datasheet came later
<ayaka> but without the iommu, would the gbm for gpu work?
<jernej> yes, why not? I use gbm version of mali driver on H3
<jernej> btw, there is no gbm version of mali driver for H6
<ayaka> Oh, I didn't notice
<ayaka> I think it is possible to move a mali driver for H6 from the other platform
<ayaka> even the similar platform would work
<jernej> currently, it's deemed too expensive by AW
<jernej> so unless ARM drops price or there is pressure by AW clients, nothing will change
<jernej> I couldn't find any T720 GBM driver
<ayaka> without the gbm mean that wayland won't be supported
<jernej> and others, like T760, don't work
<jernej> true
<ayaka> Yes, you need to modify some string in kernel driver
<chewitt> ayaka: moonlighting?
<ayaka> somebody from LibreELEC told me it would work
<jernej> nope, userspace driver check HW registers directly
<jernej> I already checked
<ayaka> chewitt, yep
<jernej> if you find any solution which works, please tell me :)
<chewitt> panfrost will be the solution then
leviathan has quit [Remote host closed the connection]
<jernej> of course, but afaik, nobody tried it on T720
BenG83 has quit [Ping timeout: 245 seconds]
<ayaka> OK, I would check whether there is a similar library I can get
<chewitt> ayaka: you of all people should understand the restrictions on mali blobs
<chewitt> it's either an exact match or it doesn't work
<ayaka> chewitt, Yes, I think we have talk about this topic on the private channel
<chewitt> the only "portable" blob is for utgard; because multiple SoC vendors use exactly the same mali chipset
<chewitt> for midgard everyone seems to use something different
<ayaka> Hard to say
<ayaka> actually all the midgard platform share the same source code
<chewitt> Allwinner have T720, RK have T760 and T860, Amlogic has T820, some OrangePi thing has T830
<chewitt> same kernel driver should work on all, but the userspace blob is unique to each
<chewitt> i'd guess unless compiled to be compatible; but I don't have any knowledge of how the blobs are made
<ayaka> may we find a better place to talk about this gpu topic
<chewitt> back to Slack
xerpi has joined #linux-sunxi
yangxuan has quit [Ping timeout: 252 seconds]
<ayaka> Is there kernel version stable for H6, I would like to use for the future develop
JohnDoe_71Rus has joined #linux-sunxi
<ayaka> It would like there are not too much components of H6 would work under the mainline kernel
<ayaka> It looks like most of the components of H6 have been supported under the mainline kernel
<ayaka> but I would is there a version that for example, the mmc works fine
jaganteki has joined #linux-sunxi
Putti has quit [Ping timeout: 252 seconds]
ayaka has quit [Ping timeout: 252 seconds]
vtx_linux has joined #linux-sunxi
ayaka has joined #linux-sunxi
<vtx_linux> I'm writing bare-metal driver for GMAC for R40 but I have some problems with read anything from MII interface. I'm still reading 0xffff values. I configured PMIC for RGMII PHY with the same method as in u-boot, but it still doesn't work. Any ideas?
Mr__Anderson has joined #linux-sunxi
<jernej> ayaka: mainline kernel should have stable mmc driver for H6
reinforce has joined #linux-sunxi
afaerber has joined #linux-sunxi
t0dd1v has quit [Quit: Connection closed for inactivity]
MoeIcenowy has quit [Quit: ZNC 1.6.5+deb1+deb9u1 - http://znc.in]
MoeIcenowy has joined #linux-sunxi
Mr__Anderson has quit [Ping timeout: 240 seconds]
lurchi__ has quit [Read error: Connection reset by peer]
Mr__Anderson has joined #linux-sunxi
Mr__Anderson has quit [Quit: Leaving.]
Mr__Anderson has joined #linux-sunxi
xerpi has quit [Remote host closed the connection]
JohnDoe4 has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 264 seconds]
Mr__Anderson has quit [Quit: Leaving.]
Mr__Anderson has joined #linux-sunxi
kozy has quit [Remote host closed the connection]
kozy has joined #linux-sunxi
kozy has quit [Remote host closed the connection]
kozy has joined #linux-sunxi
jaganteki has quit [Ping timeout: 256 seconds]
jaganteki has joined #linux-sunxi
victhor has joined #linux-sunxi
vtx_linux has quit []
JohnDoe4 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-sunxi
Putti has joined #linux-sunxi
yangxuan has joined #linux-sunxi
megi has joined #linux-sunxi
jaganteki has quit [Ping timeout: 256 seconds]
BenG83 has joined #linux-sunxi
yangxuan has quit [Ping timeout: 252 seconds]
lykt has joined #linux-sunxi
<MoeIcenowy> montjoie: on the new Pine H64 model B the behavior is a little strange
vbmithr has joined #linux-sunxi
<MoeIcenowy> if I make aldo2 always on PHY works okay
<MoeIcenowy> if I make it not always on and bind phy-supply to it
<MoeIcenowy> it doesn't work
leviathan has joined #linux-sunxi
Kwiboo has quit [Quit: .]
Kwiboo has joined #linux-sunxi
<MoeIcenowy> montjoie: I doubt a delay after regulator is enabled is needed
dddddd has joined #linux-sunxi
<MoeIcenowy> montjoie: sleeping 1s after regulator_enable really helps
<ayaka> jernej, I see thank you
paulk-leonov has quit [Ping timeout: 260 seconds]
paulk-leonov has joined #linux-sunxi
clemens3 has joined #linux-sunxi
<wens> MoeIcenowy: isn't there a regulator delay or something property where you can set the required delay?
<MoeIcenowy> wens: see my patchset
<MoeIcenowy> I used regulator-enable-ramp-delay
<wens> ok, that should work
clemens3 has quit [Remote host closed the connection]
<wens> btw, does the new model B say it's model B on the board?
<MoeIcenowy> yes
<MoeIcenowy> it says PINE_H64_MODEL_B
<MoeIcenowy> 2018-10-17
<MoeIcenowy> old model B also says it's model B
<MoeIcenowy> only the date is different
<MoeIcenowy> and the main difference of the two revisions is the color of one LED, and a ]
<MoeIcenowy> s/a ]/the GPIO pinout/
<wens> so right now there are 3 variants?
<MoeIcenowy> finally there's will be two
<MoeIcenowy> all others are ES
<MoeIcenowy> model A will be reworked to follow some changes done when designing model B
<MoeIcenowy> e.g. Ethernet regulator change, LED polarity change
<MoeIcenowy> TL hope they are SW compatible
<wens> could you add a brief note about this to the wiki? would help
<MoeIcenowy> wens: added
LargePrime has quit [Quit: Leaving]
nuuuciano has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
qeed has joined #linux-sunxi
netlynx has joined #linux-sunxi
yangxuan has joined #linux-sunxi
return0e_ has joined #linux-sunxi
return0e has quit [Ping timeout: 245 seconds]
yangxuan has quit [Ping timeout: 268 seconds]
lurchi_ is now known as lurchi__
smaeul has quit [Quit: Kernel Panic]
protoCall7 has joined #linux-sunxi
protoCall7 has left #linux-sunxi [#linux-sunxi]
lurchi__ is now known as lurchi_
a|3x has quit [Ping timeout: 252 seconds]
smaeul has joined #linux-sunxi
a|3x has joined #linux-sunxi
dev1990 has quit [Quit: Konversation terminated!]
t0dd1v has joined #linux-sunxi
lurchi_ has quit [Read error: Connection reset by peer]
lurchi_ has joined #linux-sunxi
ayaka_ has joined #linux-sunxi
ayaka has quit [Ping timeout: 250 seconds]
lurchi_ is now known as lurchi__
leviathan has quit [Read error: Connection reset by peer]
<montjoie> MoeIcenowy: you said "dont test on model A" but what are the consequence of doing it ?
<montjoie> and how to find difference between A and B in DT ?
<MoeIcenowy> final version of model A will be different with current ones
<MoeIcenowy> on powering PHY
<MoeIcenowy> I mean don't test on ES model A
<MoeIcenowy> but currently all model A's are ES
lurchi__ is now known as lurchi_
<montjoie> MoeIcenowy: ES ?
<BenG83> engineering sample probably ;)
<KotCzarny> :)
lurchi__ has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
<montjoie> I believed we had final version
<MoeIcenowy> montjoie: no
<montjoie> ok so I understand the "only one DT"
lurchi_ has quit [Ping timeout: 264 seconds]
smaeul has quit [Quit: Kernel Panic]
smaeul has joined #linux-sunxi
t0dd1v has quit [Quit: Connection closed for inactivity]
sab11010 has joined #linux-sunxi
sab11010 has quit [Remote host closed the connection]
akaizen has quit [Excess Flood]
akaizen has joined #linux-sunxi
sunshavi has quit [Read error: Connection reset by peer]
dev1990 has joined #linux-sunxi
jernej has quit [Remote host closed the connection]
jernej has joined #linux-sunxi
lerc has quit [Quit: No Ping reply in 180 seconds.]
lerc has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
GrimKriegor has quit [Read error: Connection reset by peer]
popolon has joined #linux-sunxi
GrimKriegor has joined #linux-sunxi
Putti has quit [Ping timeout: 244 seconds]
Perlovka has quit [Ping timeout: 252 seconds]
netlynx has quit [Quit: Ex-Chat]
Gerwin_J has quit [Quit: Gerwin_J]
GrimKriegor has quit [Ping timeout: 244 seconds]
Perlovka has joined #linux-sunxi
tllim has joined #linux-sunxi
GrimKriegor has joined #linux-sunxi
smaeul has quit [Ping timeout: 252 seconds]
Perlovka_ has joined #linux-sunxi
Perlovka has quit [Ping timeout: 244 seconds]
smaeul has joined #linux-sunxi
Putti has joined #linux-sunxi
GrimKriegor has quit [Read error: Connection reset by peer]
GrimKriegor has joined #linux-sunxi
tl_lim has joined #linux-sunxi
tllim has quit [Ping timeout: 250 seconds]
GrimKriegor has quit [Read error: Connection reset by peer]
GrimKriegor has joined #linux-sunxi
tl_lim has quit [Ping timeout: 250 seconds]
tl_lim has joined #linux-sunxi
tl_lim has quit [Ping timeout: 250 seconds]
tl_lim has joined #linux-sunxi
Kwiboo has quit [Quit: .]
Kwiboo has joined #linux-sunxi
tl_lim has quit [Ping timeout: 260 seconds]
tl_lim has joined #linux-sunxi
BenG83 has quit [Quit: Leaving]
Kasreyn has quit [Ping timeout: 252 seconds]
BenG83 has joined #linux-sunxi
AneoX has joined #linux-sunxi
Putti has quit [Ping timeout: 252 seconds]
AneoX_ has quit [Ping timeout: 252 seconds]
paulliu has quit [Quit: Leaving.]
fALSO has quit [Ping timeout: 252 seconds]
fALSO has joined #linux-sunxi
Mr__Anderson has quit [Remote host closed the connection]
BenG83 has quit [Ping timeout: 246 seconds]
BenG83 has joined #linux-sunxi
diego71 has quit [Ping timeout: 246 seconds]
BenG83 has quit [Read error: Connection reset by peer]
BenG83 has joined #linux-sunxi