aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt2016-11-16 19:06:10 -0600
committerEric Anholt2016-11-28 12:24:22 -0600
commita8315834a9d975efa901ba2add7f5001d645119e (patch)
tree9aa909416df42d22305a61fa594b134819ca5a00 /include
parent23d10b82440f59f2a685db34d3662d75f4a3784b (diff)
downloadexternal-libdrm-a8315834a9d975efa901ba2add7f5001d645119e.tar.gz
external-libdrm-a8315834a9d975efa901ba2add7f5001d645119e.tar.xz
external-libdrm-a8315834a9d975efa901ba2add7f5001d645119e.zip
vc4: Add new GETPARAMs that have been merged to drm-next.
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'include')
-rw-r--r--include/drm/vc4_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/vc4_drm.h b/include/drm/vc4_drm.h
index 919eecea..319881d8 100644
--- a/include/drm/vc4_drm.h
+++ b/include/drm/vc4_drm.h
@@ -286,6 +286,8 @@ struct drm_vc4_get_hang_state {
286#define DRM_VC4_PARAM_V3D_IDENT1 1 286#define DRM_VC4_PARAM_V3D_IDENT1 1
287#define DRM_VC4_PARAM_V3D_IDENT2 2 287#define DRM_VC4_PARAM_V3D_IDENT2 2
288#define DRM_VC4_PARAM_SUPPORTS_BRANCHES 3 288#define DRM_VC4_PARAM_SUPPORTS_BRANCHES 3
289#define DRM_VC4_PARAM_SUPPORTS_ETC1 4
290#define DRM_VC4_PARAM_SUPPORTS_THREADED_FS 5
289 291
290struct drm_vc4_get_param { 292struct drm_vc4_get_param {
291 __u32 param; 293 __u32 param;