- erlehmann (QUIT: Ping timeout: 240 seconds) (~erlehmann@dynamic-046-114-035-033.46.114.pool.telefonica.de) | 00:18 | |
+ erlehmann (~erlehmann@dynamic-046-114-033-113.46.114.pool.telefonica.de) | 00:32 | |
- srk (QUIT: Read error: Connection reset by peer) (~sorki@gateway/tor-sasl/sorki) | 01:00 | |
+ srk (~sorki@gateway/tor-sasl/sorki) | 01:03 | |
- B[] (QUIT: Ping timeout: 264 seconds) (~Thunderbi@219-89-228-78-adsl.sparkbb.co.nz) | 02:07 | |
- erlehmann (QUIT: Quit: Just say no, then the virus can not enter your body without your consent.) (~erlehmann@dynamic-046-114-033-113.46.114.pool.telefonica.de) | 02:18 | |
+ erlehmann (~erlehmann@dynamic-046-114-033-113.46.114.pool.telefonica.de) | 02:18 | |
- Neelfyn (QUIT: Quit: Connection closed for inactivity) (uid180106@gateway/web/irccloud.com/x-ezjmbxzbqvhdjbyt) | 03:54 | |
+ B[] (~Thunderbi@219-89-228-78-adsl.sparkbb.co.nz) | 05:26 | |
- erlehmann (QUIT: Quit: Just say no, then the virus can not enter your body without your consent.) (~erlehmann@dynamic-046-114-033-113.46.114.pool.telefonica.de) | 06:58 | |
+ erlehmann (~erlehmann@dynamic-046-114-035-230.46.114.pool.telefonica.de) | 06:59 | |
- futarisIRCcloud (QUIT: Quit: Connection closed for inactivity) (uid222239@gateway/web/irccloud.com/x-swqswgtnmidgvjhu) | 07:44 | |
+ rasmus-mk (~rasmus@c83-253-223-217.bredband.comhem.se) | 08:55 | |
- terpri (QUIT: Remote host closed the connection) (~terpri@2603-6081-2241-0752-96b8-6dff-feb3-87d3.res6.spectrum.com) | 09:30 | |
+ terpri (~terpri@2603-6081-2241-0752-96b8-6dff-feb3-87d3.res6.spectrum.com) | 09:30 | |
* debacle -> demoveu | 12:12 | |
* demoveu -> debacle | 12:12 | |
* debacle -> demoveu | 12:42 | |
* demoveu -> debacle | 12:49 | |
* debacle -> demoveu | 13:01 | |
+ futarisIRCcloud (uid222239@gateway/web/irccloud.com/x-tjvkbussawgnhocg) | 13:36 | |
+ oomono (uid328183@gateway/web/irccloud.com/x-uhgdzqxzuszpoyqb) | 14:48 | |
* demoveu -> debacle | 15:14 | |
- erlehmann (QUIT: Quit: Just say no, then the virus can not enter your body without your consent.) (~erlehmann@dynamic-046-114-035-230.46.114.pool.telefonica.de) | 15:56 | |
+ erlehmann (~erlehmann@dynamic-046-114-035-230.46.114.pool.telefonica.de) | 15:56 | |
- srk (QUIT: Ping timeout: 268 seconds) (~sorki@gateway/tor-sasl/sorki) | 16:08 | |
+ srk (~sorki@gateway/tor-sasl/sorki) | 16:09 | |
- erlehmann (QUIT: Quit: Just say no, then the virus can not enter your body without your consent.) (~erlehmann@dynamic-046-114-035-230.46.114.pool.telefonica.de) | 16:19 | |
+ erlehmann (~erlehmann@dynamic-046-114-035-230.46.114.pool.telefonica.de) | 16:20 | |
+ Neelfyn (uid180106@gateway/web/irccloud.com/x-ucptjhmsjhdanimw) | 18:06 | |
- srk (QUIT: Remote host closed the connection) (~sorki@gateway/tor-sasl/sorki) | 18:08 | |
+ srk (~sorki@gateway/tor-sasl/sorki) | 18:09 | |
- futarisIRCcloud (QUIT: Quit: Connection closed for inactivity) (uid222239@gateway/web/irccloud.com/x-tjvkbussawgnhocg) | 18:44 | |
- oomono (QUIT: Quit: Connection closed for inactivity) (uid328183@gateway/web/irccloud.com/x-uhgdzqxzuszpoyqb) | 19:57 | |
- midnight (QUIT: Ping timeout: 244 seconds) (~midnight@unaffiliated/midnightmagic) | 20:04 | |
- terpri (QUIT: Quit: Leaving) (~terpri@2603-6081-2241-0752-96b8-6dff-feb3-87d3.res6.spectrum.com) | 20:58 | |
+ terpri (~terpri@2603-6081-2241-0752-96b8-6dff-feb3-87d3.res6.spectrum.com) | 21:05 | |
+ oomono (uid328183@gateway/web/irccloud.com/x-xmuohfrqlsqtswow) | 21:10 | |
swivel | mntmn: apologies if this has been asked before and I forgot or missed it, does the mainline drm driver have modesetting support for the reform GPU? | 21:11 |
---|---|---|
swivel | a friend just got his Librem5 and tried running a libdrm gadget and it returns ENOTSUPP because etnaviv doesn't have DRIVER_MODESET in its .driver_features | 21:13 |
swivel | but your old post here https://mntre.com/media/tech_notes_md/2018-11-19-using-modesetting-with-etnaviv.html suggests otherwise | 21:13 |
+ alex4nder (~alex4nder@38.126.71.49) | 21:14 | |
Kooda | I would suppose that it does support modesetting, since the shipped graphical environment is based on a wayland compositor. | 21:14 |
swivel | i don't think that's a safe assumption | 21:18 |
swivel | modesetting isn't required for GELS/EGL type stuff that goes through Mesa, if Mesa supports the underlying hardware without modeset | 21:19 |
+ midnight (~midnight@unaffiliated/midnightmagic) | 21:20 | |
swivel | my 5.11 linux source: etnaviv_drv.c: .driver_features = DRIVER_GEM | DRIVER_RENDER, | 21:21 |
swivel | and for imx: | 21:22 |
swivel | grep -r driver_features imx | 21:22 |
swivel | imx/dcss/dcss-kms.c: .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC, | 21:22 |
swivel | imx/imx-drm-core.c: .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC, | 21:22 |
swivel | note the DRIVER_MODESET, that's what's required for kms/libdrm support | 21:22 |
swivel | so if reform is on the imx driver it supports modesetting | 21:23 |
swivel | but the librem5 seems to be using etnaviv | 21:23 |
- rasmus-mk (QUIT: Quit: Konversation terminated!) (~rasmus@c83-253-223-217.bredband.comhem.se) | 21:31 | |
+ rasmus-mk (~rasmus@c83-253-223-217.bredband.comhem.se) | 21:31 | |
swivel | s/GELS/GLES/ | 21:34 |
* debacle -> demoveu | 21:34 | |
* demoveu -> debacle | 21:35 | |
- erlehmann (QUIT: Quit: Just say no, then the virus can not enter your body without your consent.) (~erlehmann@dynamic-046-114-035-230.46.114.pool.telefonica.de) | 22:27 | |
- rasmus-mk (QUIT: Quit: Konversation terminated!) (~rasmus@c83-253-223-217.bredband.comhem.se) | 22:37 | |
+ erlehmann (~erlehmann@dynamic-046-114-035-154.46.114.pool.telefonica.de) | 23:16 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!