aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/bridge/dw-hdmi.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/bridge/dw-hdmi.c b/drivers/gpu/drm/bridge/dw-hdmi.c
index b0aac4733020..9795b72472ba 100644
--- a/drivers/gpu/drm/bridge/dw-hdmi.c
+++ b/drivers/gpu/drm/bridge/dw-hdmi.c
@@ -1391,13 +1391,6 @@ static void dw_hdmi_bridge_mode_set(struct drm_bridge *bridge,
1391 mutex_unlock(&hdmi->mutex); 1391 mutex_unlock(&hdmi->mutex);
1392} 1392}
1393 1393
1394static bool dw_hdmi_bridge_mode_fixup(struct drm_bridge *bridge,
1395 const struct drm_display_mode *mode,
1396 struct drm_display_mode *adjusted_mode)
1397{
1398 return true;
1399}
1400
1401static void dw_hdmi_bridge_disable(struct drm_bridge *bridge) 1394static void dw_hdmi_bridge_disable(struct drm_bridge *bridge)
1402{ 1395{
1403 struct dw_hdmi *hdmi = bridge->driver_private; 1396 struct dw_hdmi *hdmi = bridge->driver_private;
@@ -1546,7 +1539,6 @@ static const struct drm_bridge_funcs dw_hdmi_bridge_funcs = {
1546 .pre_enable = dw_hdmi_bridge_nop, 1539 .pre_enable = dw_hdmi_bridge_nop,
1547 .post_disable = dw_hdmi_bridge_nop, 1540 .post_disable = dw_hdmi_bridge_nop,
1548 .mode_set = dw_hdmi_bridge_mode_set, 1541 .mode_set = dw_hdmi_bridge_mode_set,
1549 .mode_fixup = dw_hdmi_bridge_mode_fixup,
1550}; 1542};
1551 1543
1552static irqreturn_t dw_hdmi_hardirq(int irq, void *dev_id) 1544static irqreturn_t dw_hdmi_hardirq(int irq, void *dev_id)