summaryrefslogtreecommitdiff
path: root/lib/libdrm/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libdrm/include/drm')
-rw-r--r--lib/libdrm/include/drm/README2
-rw-r--r--lib/libdrm/include/drm/vc4_drm.h2
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;