Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm: Bump UAPI version

Bump version to signal to userspace that VM_BIND is supported.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
Tested-by: Antonino Maniscalco <antomani103@gmail.com>
Reviewed-by: Antonino Maniscalco <antomani103@gmail.com>
Patchwork: https://patchwork.freedesktop.org/patch/661535/

authored by

Rob Clark and committed by
Rob Clark
8d4c2171 0a1ff88e

+2 -1
+2 -1
drivers/gpu/drm/msm/msm_drv.c
··· 41 41 * - 1.10.0 - Add MSM_SUBMIT_BO_NO_IMPLICIT 42 42 * - 1.11.0 - Add wait boost (MSM_WAIT_FENCE_BOOST, MSM_PREP_BOOST) 43 43 * - 1.12.0 - Add MSM_INFO_SET_METADATA and MSM_INFO_GET_METADATA 44 + * - 1.13.0 - Add VM_BIND 44 45 */ 45 46 #define MSM_VERSION_MAJOR 1 46 - #define MSM_VERSION_MINOR 12 47 + #define MSM_VERSION_MINOR 13 47 48 #define MSM_VERSION_PATCHLEVEL 0 48 49 49 50 bool dumpstate;