rsglobal
rsglobal
This allows adding mali into the kernel and compile it as built-in driver embedding example: $ export KDIR= $ build.sh -r r8p1 -e building example: $ cd $ export ARCH=arm32...
I was wondering if we could put all the regression testing against new kernel into the separate pull request or into the separate branch? Here is my vision how it...
If we're lucky, we'll get both OSes with little or no effort. Lineage manifest: https://github.com/LineageOS/android Graphene Manifest: https://github.com/GrapheneOS/platform_manifest
VTS require at least v3
`$ atest CtsDeqpTestCases` 14 tests failed --------------- dEQP-EGL.functional.create_context#no_config dEQP-EGL.functional.render.multi_context.gles2#rgb888_window dEQP-EGL.functional.render.multi_context.gles2#rgba8888_pbuffer dEQP-EGL.functional.render.multi_thread.gles2#rgb888_window dEQP-EGL.functional.render.multi_thread.gles2#rgba8888_pbuffer dEQP-EGL.functional.image.modify#renderbuffer_depth16_renderbuffer_clear_depth dEQP-EGL.functional.multicontext#non_shared dEQP-EGL.functional.multicontext#shared dEQP-EGL.functional.multicontext#non_shared_make_current dEQP-EGL.functional.multicontext#shared_make_current dEQP-EGL.functional.multicontext#non_shared_clear dEQP-EGL.functional.multicontext#shared_clear dEQP-EGL.functional.wide_color#window_8888_colorspace_srgb dEQP-EGL.functional.wide_color#pbuffer_8888_colorspace_srgb
Link to firmware and some how-to is available here: https://xnux.eu/devices/feature/anx7688.html#toc-current-driver-status Driver and patches for dual-role should be already included into the GD sunxi kernel tree. This should also enable HDMI...
Pinephone VTS results on v0.6.1 are available:[HERE]( https://github.com/GloDroid/glodroid_manifest/releases/download/v0.6.1/gd-v0.6.1-pinephone-vts-results.tar.gz)
pixelwheels works on rpi4, but doesn't work on opi3, pinephone. logcat crash: ``` 11-21 21:36:54.900 2297 2325 W GL2JNIView: creating OpenGL ES 2.0 context 11-21 21:36:54.903 2297 2325 E AndroidRuntime:...
Sunxi display controlled has no support for rotated planes. Instead it offers separate IP core to rotate buffer, which is exposed to user as v4l2 driver. To off-load GPU with...
Step 0: Using this code enable GNSS in the `modem.rc` file. ``` adb shell $ su # echo 1 > /sys/class/modem-power/modem-power/device/powered # cat /dev/ttyUSB1 & # echo AT+QGPS=1,30,50,0,2 > /dev/ttyUSB2...