mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 18:40:09 +01:00
The function returns returns 0 on success or a negative value in case of an error, except when given invalid attributes in which case it returns the positive EINVAL value. Replace that with -EINVAL to allow the caller to detect errors with a < 0 check. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com> |
||
|---|---|---|
| .. | ||
| api.c | ||
| dumb.c | ||
| intel.c | ||
| internal.h | ||
| libkms.h | ||
| libkms.pc.in | ||
| linux.c | ||
| Makefile.am | ||
| nouveau.c | ||
| radeon.c | ||
| vmwgfx.c | ||