mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
video: fbdev: starfive: fix fb bug about HDMI display
This commit is contained in:
parent
3c9983174f
commit
830f2a86e8
1 changed files with 2 additions and 1 deletions
|
@ -541,9 +541,10 @@ static int sf_fb_pan_display(struct fb_var_screeninfo *var,
|
|||
switch(sf_dev->display_dev->interface_info) {
|
||||
case STARFIVEFB_MIPI_IF:
|
||||
case STARFIVEFB_HDMI_IF:
|
||||
//lcdc_run(sf_dev,0x2, 0x1);
|
||||
lcdc_run(sf_dev,0x2, 0x1);
|
||||
break;
|
||||
case STARFIVEFB_RGB_IF:
|
||||
lcdc_run(sf_dev,0x2, 0x1);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue