mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 08:35:08 +08:00
drm/bridge: tc358767: remove tc_connector_best_encoder
drm_connector_helper_funcs.best_encoder is only needed when the connector can have more than one encoder, and that is never the case here. So remove tc_connector_best_encoder. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190528082747.3631-20-tomi.valkeinen@ti.com
This commit is contained in:
parent
4647a64fd5
commit
0cdb42f313
@ -1216,17 +1216,8 @@ static void tc_connector_set_polling(struct tc_data *tc,
|
|||||||
DRM_CONNECTOR_POLL_DISCONNECT;
|
DRM_CONNECTOR_POLL_DISCONNECT;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct drm_encoder *
|
|
||||||
tc_connector_best_encoder(struct drm_connector *connector)
|
|
||||||
{
|
|
||||||
struct tc_data *tc = connector_to_tc(connector);
|
|
||||||
|
|
||||||
return tc->bridge.encoder;
|
|
||||||
}
|
|
||||||
|
|
||||||
static const struct drm_connector_helper_funcs tc_connector_helper_funcs = {
|
static const struct drm_connector_helper_funcs tc_connector_helper_funcs = {
|
||||||
.get_modes = tc_connector_get_modes,
|
.get_modes = tc_connector_get_modes,
|
||||||
.best_encoder = tc_connector_best_encoder,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct drm_connector_funcs tc_connector_funcs = {
|
static const struct drm_connector_funcs tc_connector_funcs = {
|
||||||
|
Loading…
Reference in New Issue
Block a user