aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stone2018-03-30 07:23:45 -0500
committerDaniel Stone2018-03-30 10:11:01 -0500
commit8ec043ecead3aacc017464d5eb133618909f723d (patch)
tree791839a951047e029f5a882cb92953ecd05fbe45
parent8e535dd2142433b24aebc6eddeaee04663489aa2 (diff)
downloadexternal-libgbm-8ec043ecead3aacc017464d5eb133618909f723d.tar.gz
external-libgbm-8ec043ecead3aacc017464d5eb133618909f723d.tar.xz
external-libgbm-8ec043ecead3aacc017464d5eb133618909f723d.zip
headers: Update README
Nouveau has made a very deliberate choice to hide its actual kernel ABI behind libdrm. i915 is no longer out of date. Signed-off-by: Daniel Stone <daniels@collabora.com> Acked-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--include/drm/README6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/drm/README b/include/drm/README
index 5b518ddf..b4658dd7 100644
--- a/include/drm/README
+++ b/include/drm/README
@@ -91,14 +91,10 @@ Most UMS headers:
91Status: ? 91Status: ?
92Promote to fixed size ints, which match the current (32bit) ones. 92Promote to fixed size ints, which match the current (32bit) ones.
93 93
94i915_drm.h
95 - Missing PARAMS - HAS_POOLED_EU, MIN_EU_IN_POOL CONTEXT_PARAM_NO_ERROR_CAPTURE
96Status: Trivial.
97
98nouveau_drm.h 94nouveau_drm.h
99 - Missing macros NOUVEAU_GETPARAM*, NOUVEAU_DRM_HEADER_PATCHLEVEL, structs, 95 - Missing macros NOUVEAU_GETPARAM*, NOUVEAU_DRM_HEADER_PATCHLEVEL, structs,
100enums 96enums
101Status: ? 97Status: Deliberate UABI choice; nouveau hides the exact kernel ABI behind libdrm
102 98
103r128_drm.h 99r128_drm.h
104 - Broken compat ioctls. 100 - Broken compat ioctls.