Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174413
b: refs/heads/master
c: a9b5ff9
h: refs/heads/master
i:
  174411: 89afaf0
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk authored and Jeremy Fitzhardinge committed Dec 4, 2009
1 parent 0f83814 commit af452cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7164bb4393cef668d3da281fa1c599a6673ea768
refs/heads/master: a9b5ff99c34e3f6ca7ad7fa01deba2df1108465e
2 changes: 1 addition & 1 deletion trunk/drivers/video/broadsheetfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ static int __devinit broadsheetfb_probe(struct platform_device *dev)
par->read_reg = broadsheet_read_reg;
init_waitqueue_head(&par->waitq);

info->flags = FBINFO_FLAG_DEFAULT;
info->flags = FBINFO_FLAG_DEFAULT | FBINFO_VIRTFB;

info->fbdefio = &broadsheetfb_defio;
fb_deferred_io_init(info);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/hecubafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static int __devinit hecubafb_probe(struct platform_device *dev)
par->send_command = apollo_send_command;
par->send_data = apollo_send_data;

info->flags = FBINFO_FLAG_DEFAULT;
info->flags = FBINFO_FLAG_DEFAULT | FBINFO_VIRTFB;

info->fbdefio = &hecubafb_defio;
fb_deferred_io_init(info);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/metronomefb.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ static int __devinit metronomefb_probe(struct platform_device *dev)
if (retval < 0)
goto err_free_irq;

info->flags = FBINFO_FLAG_DEFAULT;
info->flags = FBINFO_FLAG_DEFAULT | FBINFO_VIRTFB;

info->fbdefio = &metronomefb_defio;
fb_deferred_io_init(info);
Expand Down

0 comments on commit af452cf

Please sign in to comment.