Hi Experts:
Wayland drm protocol is a help module for wayland client managing drm device and buffer, it is used by graphics/mesa and video/vaapi. It can potentially be used by camera too.
This module used to be in $mesa/src/egl/wayland/wayland-drm, however it’s bad style to export wl_drm_* by libEGL.
So I suggest to include it in libdrm for wayland platform.
Eric:
Do you agree to the proposal? If yes, I can follow other changes in mesa and vaapi.
Thanks