<fALSO>
open source drivers for the ARM Mali t4xx and newer 6xx/7xx have been added.
<KotCzarny>
you should be reading SoC pages, not device pages
<fALSO>
has anyone tried this?
<libv>
fALSO: if you had clicked on the used SoC you would have found out.
<fALSO>
they should at least tell which "new" devices OPTIONS exist
<KotCzarny>
i think it's just lima mainlined
<fALSO>
Well sunxi-mali doesnt build with the latest 5.2
<fALSO>
thats why i tought it was merged or something
<libv>
fALSO: you want people to constantly update each device page with new features enabled in mainline so you do not have to click through things?
<fALSO>
libv, sorry man
<fALSO>
i just found weird that it didnt say the GPU anywhere
<fALSO>
now i know where to look
<libv>
why would it?
<libv>
it uses a given SoC
<libv>
all devices with the given SoC have the same blocks on the SoC.
<fALSO>
OK
<libv>
this is a device page, it should have device specific information, and refer to the relevant pages for the relevant bits
<KotCzarny>
This release has two exciting community drivers for ARM Mali accelerators. Since ARM has never been open source friendly on the GPU side of the house, the community has had to create open source drivers for the Mali GPUs. Lima covers the older t4xx and panfrost the newer 6xx/7xx series. Well done to all involved and hopefully this will help ARM
<KotCzarny>
see? LIMA
<libv>
heh
<libv>
airlieds crap
<KotCzarny>
:)
<fALSO>
:-)
<fALSO>
im gonna try to figure out the new options on 5.2
<fALSO>
and try to enable it
<KotCzarny>
there is 5.2.1 already
<fALSO>
im git pulling
<fALSO>
master
<fALSO>
;)
afaerber has quit [Quit: Leaving]
afaerber has joined #linux-sunxi
lykt has joined #linux-sunxi
nashpa has quit [Ping timeout: 258 seconds]
nashpa has joined #linux-sunxi
random_yanek has quit [Ping timeout: 258 seconds]
random_yanek has joined #linux-sunxi
dddddd has joined #linux-sunxi
DrFrankensteinUK has quit [Ping timeout: 248 seconds]
Gerwin_J has joined #linux-sunxi
nashpa has quit [Ping timeout: 244 seconds]
DrFrankensteinUK has joined #linux-sunxi
DuClare has quit [Changing host]
DuClare has joined #linux-sunxi
diego_r has quit [Remote host closed the connection]
diego_r has joined #linux-sunxi
<fALSO>
found it on the menuconfig
<fALSO>
DRM_LIMA
<fALSO>
building kernel nov
DuClare has quit [Quit: Reconnecting]
DuClare has joined #linux-sunxi
DuClare has quit [Client Quit]
DuClare has joined #linux-sunxi
DuClare has quit [Client Quit]
DuClare has joined #linux-sunxi
nashpa has joined #linux-sunxi
aalm has quit [Quit: xyz 2.3]
deesix has quit [Ping timeout: 245 seconds]
chewitt has quit [Quit: Zzz..]
DrFrankensteinUK has quit [Ping timeout: 245 seconds]
afaerber has quit [Quit: Leaving]
afaerber has joined #linux-sunxi
DrFrankensteinUK has joined #linux-sunxi
deesix has joined #linux-sunxi
lurchi__ is now known as lurchi_
chewitt has joined #linux-sunxi
<fALSO>
[ 0.882412] lima 1c40000.gpu: bus rate = 200000000
<fALSO>
[ 0.887200] lima 1c40000.gpu: mod rate = 384000000
<fALSO>
[ 0.904963] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
<fALSO>
[ 0.898664] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
<fALSO>
[ 0.892428] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
<fALSO>
[ 0.911274] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
<fALSO>
[ 0.920119] [drm] Initialized lima 1.0.0 20190217 for 1c40000.gpu on minor 1
<fALSO>
and
<fALSO>
[ 1.342630] cedrus 1c0e000.video-codec: Device registered as /dev/video0
ldevulder_ has joined #linux-sunxi
<libv>
anyone running uboot v2019.07 yet?
<fALSO>
if anyone is interested i made a PKGBUILD for archlinux for libva-v4l2-request
ldevulder has quit [Ping timeout: 258 seconds]
<fALSO>
gonna try VLC later at home
<fALSO>
now i wanted to understand what is the use of this "lima" driver
<fALSO>
gonna google a bit
<libv>
3d engine.
<karlp>
libv: built v2019.07-209-g7538a91882 a couple of days ago, booted my h3 (nanopi duo2) ok,
<karlp>
but haven't done much further with it...
<fALSO>
libv, thanks
<libv>
ok, i just forward ported the fosdem video changes for lime2, and it tanked
<libv>
hrm, let's try the standard lime2 defconfig
<libv>
hrm, mrproper is an idea as well
sunilmohan has quit [Ping timeout: 248 seconds]
gaston_ has joined #linux-sunxi
sunilmohan has joined #linux-sunxi
sunilmohan has joined #linux-sunxi
sunilmohan has quit [Changing host]
<libv>
yeah. mrproper.
<libv>
nah, lime2_defconfig works, lime2-fosdem_defconfig does not, so it is my doing.
<libv>
CONFIG_SPL_TEXT_BASE=0x60
Ke has quit [Remote host closed the connection]
<libv>
why this was not overridden for socfpga only is beyond me
freemangordon has quit [Remote host closed the connection]
matthias_bgg has quit [Ping timeout: 245 seconds]
freemangordon has joined #linux-sunxi
<karlp>
libv:np, glad to finally be back on this project again :)
<psydroid>
I've been running u-boot v2019.07 and kernel 5.2.0 on Debian 10 and the development version of Ubuntu since Thursday, so everything mainline for the first time since I got my device 2 years ago
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
reinforce has joined #linux-sunxi
warpme_ has joined #linux-sunxi
<sunshavi>
fALSO: i have just been trying libva-v4l2-request for a couple of weeks on opi+2e. It's working (not fulscreen yet). But It can render videos
<fALSO>
sunshavi, i've built it
<fALSO>
and the kernel with CEDRUS and LIMA
<fALSO>
im gonna try out in one hour
<fALSO>
when i arrive home
<sunshavi>
fALSO: I have tested it. Do it and let me know.
Mangy_Dog has quit [Read error: Connection reset by peer]
Mangy_Dog has joined #linux-sunxi
arnidg has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
warpme_ has quit [Quit: warpme_]
jstein has quit [Quit: quit]
diego_r has joined #linux-sunxi
rexxster has quit [Remote host closed the connection]
vagrantc has quit [Quit: leaving]
rexxster has joined #linux-sunxi
rexxster has quit [Remote host closed the connection]
skiboy has joined #linux-sunxi
rexxster has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
SopaXorzTaker has quit [Remote host closed the connection]
xes has quit [Ping timeout: 245 seconds]
NeuroScr has joined #linux-sunxi
xes has joined #linux-sunxi
gaston_ has quit [Quit: Konversation terminated!]
mzki has quit [Ping timeout: 268 seconds]
diego_r has quit [Ping timeout: 248 seconds]
mzki has joined #linux-sunxi
NeuroScr has quit [Quit: NeuroScr]
NeuroScr has joined #linux-sunxi
smooker has joined #linux-sunxi
vagrantc has joined #linux-sunxi
DonkeyHotei has joined #linux-sunxi
lurchi__ is now known as lurchi_
skiboy has quit [Quit: Leaving]
rexxster has quit [Read error: Connection reset by peer]
rexxster has joined #linux-sunxi
blscoe has joined #linux-sunxi
lapapat has joined #linux-sunxi
<blscoe>
hello
freemangordon has quit [Ping timeout: 244 seconds]
<lapapat>
has anyone successfully enabled EEE (IEEE 802.3az) on the H5 boards that use the RTL8811X as an external phy? Looking at temps on some of these boards I have the Realtek chips gets and stays hotter than the SOC
Mangy_Dog has quit [Ping timeout: 246 seconds]
<blscoe>
Has anybody tryed the kernel 5.2 on the orange pi 4g-iot ?
<DonkeyHotei>
the 4g-iot board is not sunxi
<vagrantc>
e.g. not allwinner
<blscoe>
hey vagra
<blscoe>
well should be
rexxster has quit [Read error: Connection reset by peer]