Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2567
b: refs/heads/master
c: df52933
h: refs/heads/master
i:
  2565: c4ae3a7
  2563: 41dbd08
  2559: 6ce3c72
v: v3
  • Loading branch information
Sylvain Meyer authored and Linus Torvalds committed Jun 22, 2005
1 parent 59bca3d commit d29b7b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 27aef2d49f9d82c58e65d72abcd636168ec19ac9
refs/heads/master: df529338d9c5d9329e503955795c89472e1ba6e6
4 changes: 2 additions & 2 deletions trunk/drivers/video/intelfb/intelfbdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ intelfb_set_par(struct fb_info *info)

intelfb_blank(FB_BLANK_POWERDOWN, info);

if (dinfo->accel)
if (ACCEL(dinfo, info))
intelfbhw_2d_stop(dinfo);

memcpy(hw, &dinfo->save_state, sizeof(*hw));
Expand All @@ -1317,7 +1317,7 @@ intelfb_set_par(struct fb_info *info)

update_dinfo(dinfo, &info->var);

if (dinfo->accel)
if (ACCEL(dinfo, info))
intelfbhw_2d_start(dinfo);

intelfb_pan_display(&info->var, info);
Expand Down

0 comments on commit d29b7b5

Please sign in to comment.