From efb93a42e98dc958661a7f5053e33817d84eca4f Mon Sep 17 00:00:00 2001 From: Li Peng Date: Tue, 24 Sep 2013 10:44:39 +0800 Subject: [PATCH] Revert "gfx/fb: work around to enable X with frame buffer" This reverts commit a5975db250d468ff7400a93fd67a3f118db56957. Signed-off-by: Li Peng --- drivers/staging/mrst/drv/mdfld_dsi_dbi.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/staging/mrst/drv/mdfld_dsi_dbi.c b/drivers/staging/mrst/drv/mdfld_dsi_dbi.c index 4cb5b7c..0dc2e83 100644 --- a/drivers/staging/mrst/drv/mdfld_dsi_dbi.c +++ b/drivers/staging/mrst/drv/mdfld_dsi_dbi.c @@ -109,15 +109,10 @@ void intel_dsi_dbi_update_fb(struct mdfld_dsi_dbi_output *dbi_output) return -EINVAL; } - /* For unknown reason yet, although X with fb driver launches - successfully, but there is nothing show up in the panel/screen, - this is a temporary work around to enable: comment out this - return. if ((dbi_output->mode_flags & MODE_SETTING_ON_GOING) || (psb_crtc && (psb_crtc->mode_flags & MODE_SETTING_ON_GOING)) || !(dbi_output->mode_flags & MODE_SETTING_ENCODER_DONE)) return; - */ if (pipe == 2) { dspcntr_reg = DSPCCNTR; @@ -1342,4 +1337,4 @@ void mdfld_reset_display_controller_work(struct work_struct *work) } else { DRM_INFO("%s invalid DC init\n", __func__); } -} +} \ No newline at end of file -- 2.7.4