aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2016-09-16 18:37:44 -0400
committerRob Clark <robdclark@gmail.com>2016-09-21 03:09:19 -0400
commit7a3bcc0a8e2ad5fa7fe6d627e01c66b3488149b7 (patch)
treef880b4954dfe5fe96d643b7e532d67407533f78f
parent4cd0945901a6dd0190824a98471449df9129d21c (diff)
drm/msm: bump kernel api version for explicit fencing
Signed-off-by: Rob Clark <robdclark@gmail.com>
-rw-r--r--drivers/gpu/drm/msm/msm_drv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c
index 8a0237008f74..46419be5ac4b 100644
--- a/drivers/gpu/drm/msm/msm_drv.c
+++ b/drivers/gpu/drm/msm/msm_drv.c
@@ -26,9 +26,10 @@
26 * MSM driver version: 26 * MSM driver version:
27 * - 1.0.0 - initial interface 27 * - 1.0.0 - initial interface
28 * - 1.1.0 - adds madvise, and support for submits with > 4 cmd buffers 28 * - 1.1.0 - adds madvise, and support for submits with > 4 cmd buffers
29 * - 1.2.0 - adds explicit fence support for submit ioctl
29 */ 30 */
30#define MSM_VERSION_MAJOR 1 31#define MSM_VERSION_MAJOR 1
31#define MSM_VERSION_MINOR 1 32#define MSM_VERSION_MINOR 2
32#define MSM_VERSION_PATCHLEVEL 0 33#define MSM_VERSION_PATCHLEVEL 0
33 34
34static void msm_fb_output_poll_changed(struct drm_device *dev) 35static void msm_fb_output_poll_changed(struct drm_device *dev)