提交 74cd62ea 编写于 作者: D Dave Airlie

drm/tda998x: update for new drm connector APIs.

Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 8bb652eb
......@@ -1498,7 +1498,7 @@ tda998x_connector_detect(struct drm_connector *connector, bool force)
static void tda998x_connector_destroy(struct drm_connector *connector)
{
drm_sysfs_connector_remove(connector);
drm_connector_unregister(connector);
drm_connector_cleanup(connector);
}
......@@ -1550,7 +1550,7 @@ static int tda998x_bind(struct device *dev, struct device *master, void *data)
if (ret)
goto err_connector;
ret = drm_sysfs_connector_add(&priv->connector);
ret = drm_connector_register(&priv->connector);
if (ret)
goto err_sysfs;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册