diff options
| author | 2018-11-29 10:30:04 -0500 | |
|---|---|---|
| committer | 2018-12-11 13:07:05 -0500 | |
| commit | 1fed8df301336d904ba45b1bda0c7ce5bd7e6932 (patch) | |
| tree | bb760598a4ae315b8ff52a21df35c2ce60c30f05 | |
| parent | drm/msm: add uapi to get/set debug name (diff) | |
drm/msm: bump UAPI version
Signed-off-by: Rob Clark <robdclark@gmail.com>
| -rw-r--r-- | drivers/gpu/drm/msm/msm_drv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c index c08f83c7ca57..cce5bc97b863 100644 --- a/drivers/gpu/drm/msm/msm_drv.c +++ b/drivers/gpu/drm/msm/msm_drv.c @@ -36,9 +36,11 @@ * - 1.3.0 - adds GMEM_BASE + NR_RINGS params, SUBMITQUEUE_NEW + * SUBMITQUEUE_CLOSE ioctls, and MSM_INFO_IOVA flag for * MSM_GEM_INFO ioctl. + * - 1.4.0 - softpin, MSM_RELOC_BO_DUMP, and GEM_INFO support to set/get + * GEM object's debug name */ #define MSM_VERSION_MAJOR 1 -#define MSM_VERSION_MINOR 3 +#define MSM_VERSION_MINOR 4 #define MSM_VERSION_PATCHLEVEL 0 static const struct drm_mode_config_funcs mode_config_funcs = { |
