diff mbox

[libdrm,2/2] headers: Update README

Message ID 20180330122850.12134-2-daniels@collabora.com (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Stone March 30, 2018, 12:28 p.m. UTC
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(-)

Comments

Alex Deucher March 30, 2018, 1:29 p.m. UTC | #1
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 mbox

Patch

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.