Message ID | 20180330122850.12134-2-daniels@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Mar 30, 2018 at 8:28 AM, Daniel Stone <daniels@collabora.com> wrote: > 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> > --- > include/drm/README | 6 +----- > 1 file changed, 1 insertion(+), 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: > Status: ? > Promote to fixed size ints, which match the current (32bit) ones. > > -i915_drm.h > - - Missing PARAMS - HAS_POOLED_EU, MIN_EU_IN_POOL CONTEXT_PARAM_NO_ERROR_CAPTURE > -Status: Trivial. > - > nouveau_drm.h > - Missing macros NOUVEAU_GETPARAM*, NOUVEAU_DRM_HEADER_PATCHLEVEL, structs, > enums > -Status: ? > +Status: Deliberate UABI choice; nouveau hides the exact kernel ABI behind libdrm > > r128_drm.h > - Broken compat ioctls. > -- > 2.16.2 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
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: Status: ? Promote to fixed size ints, which match the current (32bit) ones. -i915_drm.h - - Missing PARAMS - HAS_POOLED_EU, MIN_EU_IN_POOL CONTEXT_PARAM_NO_ERROR_CAPTURE -Status: Trivial. - nouveau_drm.h - Missing macros NOUVEAU_GETPARAM*, NOUVEAU_DRM_HEADER_PATCHLEVEL, structs, enums -Status: ? +Status: Deliberate UABI choice; nouveau hides the exact kernel ABI behind libdrm r128_drm.h - Broken compat ioctls.
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> --- include/drm/README | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)