Skip to content

Commit e865a75

Browse files
Qing ZhaoFu Wei
authored andcommitted
drivers/video/fbdev/starfive/starfive_fb: fix fb bug about HDMI display
1 parent cc87a46 commit e865a75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/video/fbdev/starfive/starfive_fb.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,10 @@ static int sf_fb_pan_display(struct fb_var_screeninfo *var,
541541
switch(sf_dev->display_dev->interface_info) {
542542
case STARFIVEFB_MIPI_IF:
543543
case STARFIVEFB_HDMI_IF:
544-
//lcdc_run(sf_dev,0x2, 0x1);
544+
lcdc_run(sf_dev,0x2, 0x1);
545545
break;
546546
case STARFIVEFB_RGB_IF:
547+
lcdc_run(sf_dev,0x2, 0x1);
547548
break;
548549
default:
549550
break;

0 commit comments

Comments
 (0)