Open woutervanh opened 1 year ago
What I'm trying to accomplish, is there a way to have video played on it's own hw plane? Without going through the gpu? and maybe without using punch hole approach too? And if using punch hole, what's the best proven approach?
I'm trying to get cog working with drm lease in stead of drm directly. For that I adapted cog-platform-drm.c, to work together with drm-lease-manager (https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/drm-lease-manager.git):
It works well, in a sense that it gets the drm device, detects resolution, modesettings etc. But at some point, it tries to authenticate wl_display, which fails. I find this strange as I'm running it from console with platform -P drm, so don't know where this wl_display is coming from, why it's trying to authenticate, and why it is failing. If I run it via drm directly, it succeeds.
This is with drm: [3083033.269] wl_drm@5.authenticate(1) [3083033.520] -> wl_drm@5.authenticated() This is with a lease: [2887550.595] wl_drm@5.authenticate(1) [2887550.866] -> wl_display@1.error(wl_drm@5, 0, "authenticate failed")
Any help or pointer?