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*
<apritzel> so I do in U-Boot: ungate USBEHCI2_GATING, de-assert USBEHCI2_RST, ungate SCLK_GATING_USBPHY2, de-assert USBPHY2_RST
specing_ has joined #linux-sunxi
<apritzel> the clear bit3 in PMU2+0x10
<apritzel> and then undo all the clocks/reset again
<apritzel> then booting Linux
specing has quit [Ping timeout: 260 seconds]
specing_ is now known as specing
libv has quit [Ping timeout: 276 seconds]
libv has joined #linux-sunxi
e1z0_ has joined #linux-sunxi
uis_ has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
e1z0 has quit [Quit: :O]
jstefanop has joined #linux-sunxi
jstefanop has quit [Ping timeout: 265 seconds]
jstein has quit [Quit: quit]
\\Mr_C\\ has quit [Quit: Ping timeout: 999,999,999 years]
apritzel has quit [Ping timeout: 252 seconds]
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jstefanop has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 252 seconds]
cnxsoft has joined #linux-sunxi
vagrantc has joined #linux-sunxi
kaspter has joined #linux-sunxi
kaspter has quit [Excess Flood]
kaspter has joined #linux-sunxi
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 265 seconds]
camus has joined #linux-sunxi
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
libv has joined #linux-sunxi
libv_ has quit [Ping timeout: 245 seconds]
Net147 has quit [Quit: Quit]
Net147 has joined #linux-sunxi
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-sunxi
gnarface__ has joined #linux-sunxi
gnarface__ has left #linux-sunxi [#linux-sunxi]
gnarface is now known as Guest24822
Guest24822 has quit [Killed (verne.freenode.net (Nickname regained by services))]
gnarface has joined #linux-sunxi
Guest24822 has joined #linux-sunxi
camus has joined #linux-sunxi
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
vagrantc has quit [Ping timeout: 250 seconds]
pnill has quit [Read error: Connection reset by peer]
Guest24822 has quit [Quit: Leaving]
book` has quit [Quit: Leaving]
mmarc__ has joined #linux-sunxi
book` has joined #linux-sunxi
hlauer has joined #linux-sunxi
libv has quit [Ping timeout: 245 seconds]
libv has joined #linux-sunxi
reinforce has joined #linux-sunxi
apritzel has joined #linux-sunxi
cmeerw has joined #linux-sunxi
gsz has joined #linux-sunxi
cmeerw has quit [Ping timeout: 245 seconds]
apritzel has quit [Ping timeout: 252 seconds]
ganbold has joined #linux-sunxi
ganbold__ has quit [Ping timeout: 245 seconds]
kaspter has quit [Ping timeout: 240 seconds]
ldevulder has joined #linux-sunxi
kaspter has joined #linux-sunxi
tnovotny has joined #linux-sunxi
JoaoSchim has quit [Quit: BitchX-1.2-final -- just do it.]
mmarc__ has quit [Remote host closed the connection]
warpme_ has joined #linux-sunxi
mmarc__ has joined #linux-sunxi
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 265 seconds]
nashpa has quit [Quit: Going away]
diego71 has quit [Ping timeout: 260 seconds]
nashpa has joined #linux-sunxi
apritzel has joined #linux-sunxi
faruk has joined #linux-sunxi
diego71 has joined #linux-sunxi
megi1 has joined #linux-sunxi
gsz has quit [Ping timeout: 246 seconds]
jbrown has joined #linux-sunxi
megi has quit [Ping timeout: 268 seconds]
prefixcactus has joined #linux-sunxi
vpeter has quit [Remote host closed the connection]
reinforce1 has joined #linux-sunxi
gsz has joined #linux-sunxi
bauen1 has quit [Remote host closed the connection]
\\Mr_C\\ has joined #linux-sunxi
bauen1 has joined #linux-sunxi
vpeter has joined #linux-sunxi
reinforce1 has quit [Quit: Leaving.]
Mangy_Dog has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
Mangy_Dog has quit [Changing host]
paulk-leonov has joined #linux-sunxi
gaston1980 has quit [Ping timeout: 246 seconds]
Daanct12 has quit [Quit: Quitting - Huong Tram IRC Client 1.54]
specing_ has joined #linux-sunxi
specing has quit [Ping timeout: 265 seconds]
specing has joined #linux-sunxi
specing_ has quit [Ping timeout: 252 seconds]
yann has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-sunxi
suniel has joined #linux-sunxi
prefixcactus has quit [Ping timeout: 268 seconds]
<suniel> Hi guys
<suniel> I am working on Allwinner R16(sun8i) SOC which has MALI400 GPU.
<suniel> I am using the open source LIMA GPU driver along with MESA(opengl)
<suniel> I am using glmark2 tool to test which gives me this output:
<suniel> Info:    glmark2 2017.07
<suniel> Info:=======================================
<suniel> Info:    OpenGL Information
<suniel> Info:    GL_VENDOR: VMware. Inc.
<suniel> Info:    GL_RENDERER: softpipe
<suniel> Info:    GL_VERSION: OpenGL ES 3.1 Mesa 20.0.2
<suniel> Info:=======================================
<suniel> Shouldn't the GL_VENDOR be lima ?
<suniel> what am i doing wrong, please suggest. Thanks
prefixcactus has joined #linux-sunxi
<gediz539> suniel: I'm not sure but "Gallium KMSRO" may be required
<suniel> gediz539, right now i am using "lima,kmsro"
<gediz539> strange. i think it shouldn't fall back to softpipe when kmsro is available.
<gediz539> in which environment did you get/compile your tools?
<gediz539> i'm using buildroot enabled following to make lima work on A13: BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO, BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_LIMA
<MoeIcenowy> suniel: what kernel do you utilize
<suniel> gediz539, I am using yocto
<suniel> MoeIcenowy: i am using kernel 5.10.x
<MoeIcenowy> suniel: did you configure KMS?
<MoeIcenowy> (I mean the display provided by sun4i-drm driver
Danct12 has joined #linux-sunxi
<MoeIcenowy> (check /dev/dri, and seek for both card0 and card1
<MoeIcenowy> (2 cards should exist, one for display, another for Lima 3D
<suniel> yes noth card0 and card1 are detected. as far as kernel part is concerned all configs related to GPU and display are enabled
<suniel> i am suspecting something wrong with my user space
<MoeIcenowy> then is renderD128 existing?
<MoeIcenowy> existed *
<MoeIcenowy> and how's renderD128's permission?
<MoeIcenowy> it should be accessable by the user running glmark2
<suniel> renderD128 exists and has re-rw-rw permissions. I am running as root
mmarc__ has quit [Remote host closed the connection]
kaspter has quit [Quit: kaspter]
gediz539 has quit [Quit: Leaving]
eduardas has joined #linux-sunxi
faruk has quit [Quit: Leaving]
reinforce has quit [Quit: Leaving.]
ldevulder has quit [Remote host closed the connection]
ldevulder has joined #linux-sunxi
<jernej> apritzel: so you have working H616 USB setup?
<apritzel> again! :-D
<apritzel> jernej: well, I do this manual sequence in U-Boot to make it work when booting from SD card
<apritzel> I have a plan for a patch to the Linux USB PHY driver to make this proper
<apritzel> if things go well, this should go out tonight
<apritzel> (but don't hold your breath on it)
<jernej> no problem :)
<apritzel> the alternative could be a firmware (U-Boot) patch, because all we need is to clear SIDDQ in PHY2, and this stays across PHY and HCI reset, apparently
<apritzel> (I guess because this is actually in this PMU, which might not be covered by the PHY or HCI resets)
cmeerw has joined #linux-sunxi
yann has quit [Ping timeout: 260 seconds]
jstefanop has quit [Remote host closed the connection]
jstefanop has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
Jin^eLD has quit [Ping timeout: 246 seconds]
tnovotny has quit [Quit: Leaving]
yann has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
sunshavi has quit [Read error: Connection reset by peer]
sunshavi has joined #linux-sunxi
suniel has quit [Ping timeout: 240 seconds]
choozy has joined #linux-sunxi
gaston1980 has quit [Ping timeout: 240 seconds]
mmarc__ has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
mmarc__ has quit [Remote host closed the connection]
mmarc__ has joined #linux-sunxi
mmarc__ has quit [Ping timeout: 240 seconds]
jbrown has quit [Ping timeout: 260 seconds]
prefixcactus has quit [Ping timeout: 268 seconds]
jbrown has joined #linux-sunxi
akaWolf has quit [Ping timeout: 268 seconds]
akaWolf has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
netlynx has quit [Quit: Ex-Chat]
jstein has joined #linux-sunxi
cnxsoft1 has quit [Ping timeout: 245 seconds]
dev1990 has quit [Quit: Konversation terminated!]
gsz has quit [Ping timeout: 252 seconds]
jstefanop has quit [Remote host closed the connection]
jstefanop has joined #linux-sunxi
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
buzzmarshall has joined #linux-sunxi
buzzmarshall has quit [Ping timeout: 265 seconds]
hlauer has quit [Ping timeout: 265 seconds]
eduardas has quit [Quit: Konversation terminated!]
jstefanop has quit [Remote host closed the connection]
gaston1980 has quit [Ping timeout: 240 seconds]
popolon has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
warpme_ has quit [Quit: Connection closed for inactivity]
Mangy_Dog has quit [Remote host closed the connection]
jstein has quit [Ping timeout: 240 seconds]
gaston1980 has joined #linux-sunxi
cmeerw has quit [Ping timeout: 245 seconds]