drm: Branch 'master'
[email protected] (Eric Anholt)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
include/drm/vc4_drm.h | 2 ++ 1 file changed, 2 insertions(+) New commits: commit a8315834a9d975efa901ba2add7f5001d645119e Author: Eric Anholt <[email protected]> Date: Wed Nov 16 17:06:10 2016 -0800 vc4: Add new GETPARAMs that have been merged to drm-next. Signed-off-by: Eric Anholt <[email protected]> diff --git a/include/drm/vc4_drm.h b/include/drm/vc4_drm.h index 919eece..319881d 100644 --- a/include/drm/vc4_drm.h +++ b/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; ------------------------------------------------------------------------------ --