Emma Anholt

Results 122 comments of Emma Anholt
trafficstars

I think this was done in: ``` commit e74097065577ee4d212ddb985f7927c20b37d631 Author: Sebastian Dröge Date: Mon Aug 24 21:17:14 2020 +0300 Add configuration for library name and version ```

I got bit by two rebuild issues: adding a cbindgen.toml didn't trigger a re-cbindgenning, and setting package.metadata.capi.library name didn't trigger a rebuild of the library, so install failed.

For HDMI in Linux, there's now HDMI power domain support in https://lkml.org/lkml/2018/11/20/1320. I haven't tested it. This power domain doesn't do the HDMI swing settings, which I suspect should be...

FWIW, I would love to see this happen.

/dev/vcio would be for talking to the closed source firmware, which shouldn't have QPU execution available when the open source vc4 driver is loaded. if you were building on the...

The branch I linked has the code for driving the engine using vc4 DRM, with a hack to redirect the old mailbox call to it. We'd need to replace the...

Yeah, you would need to verify memory accesses to get the code into upstream Linux so it could be used generally, as we require that access to GPU command execution...

This is still causing Mesa to throw warnings about invalid SPIR-V. Any chance of getting a resolution to it?

Also experiencing this when trying to use gapid to capture android apps here (gapid 1.6.1 .deb)

Is there a reason you're not having functions available only in newer versions be an Option? You could even assign them only if the server returns the appropriate protocol version.