@@ -361,22 +361,6 @@ static int dw_hdmi_qp_config_drm_infoframe(struct dw_hdmi_qp *hdmi,
361
361
return 0 ;
362
362
}
363
363
364
- static int dw_hdmi_qp_bridge_atomic_check (struct drm_bridge * bridge ,
365
- struct drm_bridge_state * bridge_state ,
366
- struct drm_crtc_state * crtc_state ,
367
- struct drm_connector_state * conn_state )
368
- {
369
- struct dw_hdmi_qp * hdmi = bridge -> driver_private ;
370
- int ret ;
371
-
372
- ret = drm_atomic_helper_connector_hdmi_check (conn_state -> connector ,
373
- conn_state -> state );
374
- if (ret )
375
- dev_dbg (hdmi -> dev , "%s failed: %d\n" , __func__ , ret );
376
-
377
- return ret ;
378
- }
379
-
380
364
static void dw_hdmi_qp_bridge_atomic_enable (struct drm_bridge * bridge ,
381
365
struct drm_bridge_state * old_state )
382
366
{
@@ -503,7 +487,6 @@ static const struct drm_bridge_funcs dw_hdmi_qp_bridge_funcs = {
503
487
.atomic_duplicate_state = drm_atomic_helper_bridge_duplicate_state ,
504
488
.atomic_destroy_state = drm_atomic_helper_bridge_destroy_state ,
505
489
.atomic_reset = drm_atomic_helper_bridge_reset ,
506
- .atomic_check = dw_hdmi_qp_bridge_atomic_check ,
507
490
.atomic_enable = dw_hdmi_qp_bridge_atomic_enable ,
508
491
.atomic_disable = dw_hdmi_qp_bridge_atomic_disable ,
509
492
.detect = dw_hdmi_qp_bridge_detect ,
0 commit comments