aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <[email protected]>2018-10-19 10:43:11 +0200
committerDaniel Vetter <[email protected]>2018-10-24 14:20:36 +0200
commit9edb6a0b206cb46782f9e74be035894bff9e0064 (patch)
tree2b0446abace5809c417e86d5a87c3a6228a9f230
parent6217f0ec7f111733f31b6ed158df2bf5a4ed28c4 (diff)
drm/doc: Update errno handbook
We recently bikeshedded this to a different flavour, but forgot to update the recommendations. Cc: Chris Wilson <[email protected]> Cc: Ville Syrjälä <[email protected]> Reviewed-by: Chris Wilson <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--Documentation/gpu/drm-uapi.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
index a2214cc1f821..4b4bf2c5eac5 100644
--- a/Documentation/gpu/drm-uapi.rst
+++ b/Documentation/gpu/drm-uapi.rst
@@ -197,6 +197,9 @@ EPERM/EACCESS:
difference between EACCESS and EPERM.
ENODEV:
+ The device is not (yet) present or fully initialized.
+
+EOPNOTSUPP:
Feature (like PRIME, modesetting, GEM) is not supported by the driver.
ENXIO: