File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1391,13 +1391,6 @@ static void dw_hdmi_bridge_mode_set(struct drm_bridge *bridge,
13911391 mutex_unlock (& hdmi -> mutex );
13921392}
13931393
1394- static 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-
14011394static void dw_hdmi_bridge_disable (struct drm_bridge * bridge )
14021395{
14031396 struct dw_hdmi * hdmi = bridge -> driver_private ;
@@ -1546,7 +1539,6 @@ static const struct drm_bridge_funcs dw_hdmi_bridge_funcs = {
15461539 .pre_enable = dw_hdmi_bridge_nop ,
15471540 .post_disable = dw_hdmi_bridge_nop ,
15481541 .mode_set = dw_hdmi_bridge_mode_set ,
1549- .mode_fixup = dw_hdmi_bridge_mode_fixup ,
15501542};
15511543
15521544static irqreturn_t dw_hdmi_hardirq (int irq , void * dev_id )
You can’t perform that action at this time.
0 commit comments