“2ca72e17e5acb1052c35c9faba609c2289ce7a92”上不存在“fs/nfs/objlayout/objlayout.c”
提交 23a6502b 编写于 作者: P Philipp Zabel

drm/imx: dw_hdmi-imx: remove empty encoder_disable callback

This has not been required since commit 75229eca ("drm: Make
drm_encoder_helper_funcs optional").
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
上级 a67d5088
......@@ -111,10 +111,6 @@ static int dw_hdmi_imx_parse_dt(struct imx_hdmi *hdmi)
return 0;
}
static void dw_hdmi_imx_encoder_disable(struct drm_encoder *encoder)
{
}
static void dw_hdmi_imx_encoder_enable(struct drm_encoder *encoder)
{
struct imx_hdmi *hdmi = enc_to_imx_hdmi(encoder);
......@@ -140,7 +136,6 @@ static int dw_hdmi_imx_atomic_check(struct drm_encoder *encoder,
static const struct drm_encoder_helper_funcs dw_hdmi_imx_encoder_helper_funcs = {
.enable = dw_hdmi_imx_encoder_enable,
.disable = dw_hdmi_imx_encoder_disable,
.atomic_check = dw_hdmi_imx_atomic_check,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册