|
@@ -208,14 +208,6 @@ static int vc4_hdmi_connector_get_modes(struct drm_connector *connector)
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-static struct drm_encoder *
|
|
|
-vc4_hdmi_connector_best_encoder(struct drm_connector *connector)
|
|
|
-{
|
|
|
- struct vc4_hdmi_connector *hdmi_connector =
|
|
|
- to_vc4_hdmi_connector(connector);
|
|
|
- return hdmi_connector->encoder;
|
|
|
-}
|
|
|
-
|
|
|
static const struct drm_connector_funcs vc4_hdmi_connector_funcs = {
|
|
|
.dpms = drm_atomic_helper_connector_dpms,
|
|
|
.detect = vc4_hdmi_connector_detect,
|
|
@@ -228,7 +220,6 @@ static const struct drm_connector_funcs vc4_hdmi_connector_funcs = {
|
|
|
|
|
|
static const struct drm_connector_helper_funcs vc4_hdmi_connector_helper_funcs = {
|
|
|
.get_modes = vc4_hdmi_connector_get_modes,
|
|
|
- .best_encoder = vc4_hdmi_connector_best_encoder,
|
|
|
};
|
|
|
|
|
|
static struct drm_connector *vc4_hdmi_connector_init(struct drm_device *dev,
|