summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-18 16:15:13 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-18 16:15:12 -0800
commit1b3c3b33a7c4ebe8f29637d7fa8606ff36731054 (patch)
tree2650dd0672d1ad527290d09ee598030d80d9e8d6 /include/uapi
parentae4288332263fbab7b0e9e25d3407ea32b8150dc (diff)
parent25f709275834c4219aff4451afa234e9d2be5126 (diff)
Merge "drm/msm: set dma_mask properly"
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/drm/msm_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/drm/msm_drm.h b/include/uapi/drm/msm_drm.h
index fd1be42188cd..4fe580f0680d 100644
--- a/include/uapi/drm/msm_drm.h
+++ b/include/uapi/drm/msm_drm.h
@@ -52,6 +52,8 @@ struct drm_msm_timespec {
#define MSM_PARAM_GPU_ID 0x01
#define MSM_PARAM_GMEM_SIZE 0x02
#define MSM_PARAM_CHIP_ID 0x03
+#define MSM_PARAM_MAX_FREQ 0x04
+#define MSM_PARAM_TIMESTAMP 0x05
struct drm_msm_param {
__u32 pipe; /* in, MSM_PIPE_x */