Hi all,
I just wanted to share that I'm conducting "newbie" tests on oreo-x86 with drm_hwcomposer, gbm_gralloc and libdrm with latest gralloc_handle.h
and the results are good on nouveau, provided that some changes in drmresources are applied to avoid throwing errors for non connected connectors,
i965 completes bootanimation, but surfaceflinger is killed when trying to draw status bar and menu bar (annoying but true)
amdgpu (bonaire which supports atomic drm) is affected by problems in setting the correct mode on display (only txt cursor is shown) and there are SIGSEGV MAPERR at libskia trying to draw pixels.
There are also errors logged by drm_hwcomposer code, which I'm not much able to interpret/analyze correctly.
I would like to open issues on drm_hwcomposer with the details and logs when I encounter them, may I use gitlab or bugzilla for these drm_hwcomposer specific issues?
Thanks for instructions
Another question is for Intel and Chromeos developers: are you planning to update your minigbm projects to the new common gralloc_handle.h handle structure in latest libdrm?
I'm asking because freedesktop drm_hwcomposer (hwctwo) moved to new libdrm gralloc_handle.h handle
and it would make sense for minigbm to evolve accordingly,
and I'd like to try them in oreo-x86 as a like-for-like replacement option for gbm_gralloc
Thank for any info
Mauro Rossi