提交 d20615f8 编写于 作者: Q Qiang Yu

drm/lima: increase driver version to 1.1

Increase driver version for mesa driver to identify
the support of new heap buffer interface.
Reviewed-by: NVasily Khoruzhick <anarsoul@gmail.com>
Tested-by: NAndreas Baierl <ichgeh@imkreisrum.de>
Signed-off-by: NQiang Yu <yuq825@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200116131157.13346-6-yuq825@gmail.com
上级 2081e8dc
......@@ -245,6 +245,12 @@ static const struct drm_ioctl_desc lima_drm_driver_ioctls[] = {
DEFINE_DRM_GEM_FOPS(lima_drm_driver_fops);
/**
* Changelog:
*
* - 1.1.0 - add heap buffer support
*/
static struct drm_driver lima_drm_driver = {
.driver_features = DRIVER_RENDER | DRIVER_GEM | DRIVER_SYNCOBJ,
.open = lima_drm_driver_open,
......@@ -254,9 +260,9 @@ static struct drm_driver lima_drm_driver = {
.fops = &lima_drm_driver_fops,
.name = "lima",
.desc = "lima DRM",
.date = "20190217",
.date = "20191231",
.major = 1,
.minor = 0,
.minor = 1,
.patchlevel = 0,
.gem_create_object = lima_gem_create_object,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册