Skip to content

Commit

Permalink
glamo-display: fix WSOD for 242 timming
Browse files Browse the repository at this point in the history
Conflicts:

	drivers/gpu/drm/glamo/glamo-display.c
  • Loading branch information
radekp committed Sep 16, 2010
1 parent 6c479d6 commit 98c3c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/glamo-fb.c
Expand Up @@ -312,7 +312,7 @@ static int glamofb_cmd_mode(struct glamofb_handle *gfb, int on)
glamofb_reg_write(gfb, GLAMO_REG_LCD_COMMAND1,
GLAMO_LCD_CMD_TYPE_DISP |
GLAMO_LCD_CMD_DATA_DISP_SYNC);

mdelay(1);
glamofb_reg_write(gfb, GLAMO_REG_LCD_COMMAND1,
GLAMO_LCD_CMD_TYPE_DISP |
GLAMO_LCD_CMD_DATA_DISP_FIRE);
Expand Down

0 comments on commit 98c3c20

Please sign in to comment.