diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-05 05:38:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-05 05:38:30 +0000 |
commit | 9a4ec9fa15e57e83d71be4f05833e68b58523a43 (patch) | |
tree | a7859669fb0a80770e80d10dc1c104700777194c /lib/libdrm/include | |
parent | 6ce7ec56c3c3f5bec2541d89794ae37142909fa8 (diff) |
Import libdrm 2.4.75
Diffstat (limited to 'lib/libdrm/include')
-rw-r--r-- | lib/libdrm/include/drm/README | 2 | ||||
-rw-r--r-- | lib/libdrm/include/drm/vc4_drm.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdrm/include/drm/README b/lib/libdrm/include/drm/README index c3292f312..a50b02c0a 100644 --- a/lib/libdrm/include/drm/README +++ b/lib/libdrm/include/drm/README @@ -89,7 +89,7 @@ Nearly all headers: Status: Trivial. Most UMS headers: - - Not using fixed size interers - compat ioctls are broken. + - Not using fixed size integers - compat ioctls are broken. Status: ? Promote to fixed size ints, which match the current (32bit) ones. diff --git a/lib/libdrm/include/drm/vc4_drm.h b/lib/libdrm/include/drm/vc4_drm.h index 919eecea7..319881d8e 100644 --- a/lib/libdrm/include/drm/vc4_drm.h +++ b/lib/libdrm/include/drm/vc4_drm.h @@ -286,6 +286,8 @@ struct drm_vc4_get_hang_state { #define DRM_VC4_PARAM_V3D_IDENT1 1 #define DRM_VC4_PARAM_V3D_IDENT2 2 #define DRM_VC4_PARAM_SUPPORTS_BRANCHES 3 +#define DRM_VC4_PARAM_SUPPORTS_ETC1 4 +#define DRM_VC4_PARAM_SUPPORTS_THREADED_FS 5 struct drm_vc4_get_param { __u32 param; |