From: Emil Velikov <emil.veli...@collabora.com> The gbm_device_get_backend_name() provides an (somewhat) internal name of the implementation/backend used. Is has nothing to do with the udev, one cannot and should not attempt to derive the name from it.
Signed-off-by: Emil Velikov <emil.veli...@collabora.com> --- src/gbm/main/gbm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c index b9fb70d..9ef1990 100644 --- a/src/gbm/main/gbm.c +++ b/src/gbm/main/gbm.c @@ -55,7 +55,6 @@ gbm_device_get_fd(struct gbm_device *gbm) return gbm->fd; } -/* FIXME: maybe superfluous, use udev subclass from the fd? */ /** Get the backend name for the given gbm device * * \return The backend name string - this belongs to the device and must not -- 2.10.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev