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,
1391
1391
mutex_unlock (& hdmi -> mutex );
1392
1392
}
1393
1393
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
-
1401
1394
static void dw_hdmi_bridge_disable (struct drm_bridge * bridge )
1402
1395
{
1403
1396
struct dw_hdmi * hdmi = bridge -> driver_private ;
@@ -1546,7 +1539,6 @@ static const struct drm_bridge_funcs dw_hdmi_bridge_funcs = {
1546
1539
.pre_enable = dw_hdmi_bridge_nop ,
1547
1540
.post_disable = dw_hdmi_bridge_nop ,
1548
1541
.mode_set = dw_hdmi_bridge_mode_set ,
1549
- .mode_fixup = dw_hdmi_bridge_mode_fixup ,
1550
1542
};
1551
1543
1552
1544
static irqreturn_t dw_hdmi_hardirq (int irq , void * dev_id )
You can’t perform that action at this time.
0 commit comments