Dmitry Osipenko

Results 57 comments of Dmitry Osipenko
trafficstars

@mnidza we may add TF101 support to the grate-kernel and try to upstream it if you have time and will. @fuzzy7k Also has TF101 working using upstream kernel, although few...

A self-built mesa driver likely shouldn't suffer from the lack of neon. Guys, if you have a working/usable TF101 device-tree which we could add to grate-kernel, then please create a...

@kusma The log contains: ``` Mesa 19.3.1 implementation error: Failed to link fixed function fragment shader: error: Too many fragment shader default uniform block components ../src/gallium/drivers/grate/fp/tgsi.c:161:emit_tgsi_instr: Assertion `!"unsupported TGSI-opcode!"' failed....

Hello @mlaugharn, Select 19.3 branch: ```code # git checkout 19.3 ``` I'm cross-compiling mesa and `meson` command looks like this in my case: ```code meson -Dprefix=/usr/armv7a-hardfloat-linux-gnueabi/usr/ -Dgallium-drivers=grate -Ddri-drivers=swrast -Dplatforms=x11,drm -Dshared-glapi=true...

That warning occurs for every other drmHashLookup instance, I think it is bogus.

That applies to drm_tegra_bo_wrap as well.

Hi, I'll probably will get around to updating launchpad tomorrow. The libdrm2 package was dropped from Ubuntu 22.04, so perhaps we will need to bundle it with libvdpau-tegra from now...

The PPA is ready, everything works for me, including Bluetooth.

The modesetting driver won't work unless you explicitly disable accel in the Xorg config, although not sure whether it should crash. I'll take a look after finishing with updating the...

I'll update it over the next week. May give you access to PPA if you want to help with the maintaining and avoid waiting for me.