Commit 8d4c2171 authored by Rob Clark's avatar Rob Clark
Browse files

drm/msm: Bump UAPI version



Bump version to signal to userspace that VM_BIND is supported.

Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
Signed-off-by: default avatarRob Clark <robin.clark@oss.qualcomm.com>
Tested-by: default avatarAntonino Maniscalco <antomani103@gmail.com>
Reviewed-by: default avatarAntonino Maniscalco <antomani103@gmail.com>
Patchwork: https://patchwork.freedesktop.org/patch/661535/
parent 0a1ff88e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -41,9 +41,10 @@
 * - 1.10.0 - Add MSM_SUBMIT_BO_NO_IMPLICIT
 * - 1.11.0 - Add wait boost (MSM_WAIT_FENCE_BOOST, MSM_PREP_BOOST)
 * - 1.12.0 - Add MSM_INFO_SET_METADATA and MSM_INFO_GET_METADATA
 * - 1.13.0 - Add VM_BIND
 */
#define MSM_VERSION_MAJOR	1
#define MSM_VERSION_MINOR	12
#define MSM_VERSION_MINOR	13
#define MSM_VERSION_PATCHLEVEL	0

bool dumpstate;