mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk_hdmi_Lcdc.c: pass display mode to fb
This commit is contained in:
@@ -103,6 +103,7 @@ int hdmi_set_info(struct rk29fb_screen *screen, unsigned int vic)
|
||||
screen->upper_margin = hdmi_mode[i].upper_margin;
|
||||
screen->lower_margin = hdmi_mode[i].lower_margin;
|
||||
screen->vsync_len = hdmi_mode[i].vsync_len;
|
||||
screen->hdmi_resolution = hdmi_mode[i].flag;
|
||||
|
||||
/* Pin polarity */
|
||||
if(FB_SYNC_HOR_HIGH_ACT & hdmi_mode[i].sync)
|
||||
|
||||
Reference in New Issue
Block a user