Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13473
b: refs/heads/master
c: 33ee829
h: refs/heads/master
i:
  13471: 0b31cc2
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Nov 9, 2005
1 parent 5a6e9ce commit 4a63933
Show file tree
Hide file tree
Showing 5 changed files with 460 additions and 2 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: dbcbfe1ea41e404d960a06fa2faf7da568909f33
refs/heads/master: 33ee82978c4ecf7cbd56064391c9385264185de2
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ifeq ($(CONFIG_FB_TILEBLITTING),y)
obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += tileblit.o
endif
ifeq ($(CONFIG_FRAMEBUFFER_CONSOLE_ROTATION),y)
obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o
obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon_rotate.o fbcon_cw.o fbcon_ud.o
endif

obj-$(CONFIG_FB_STI) += sticore.o font.o
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/video/console/fbcon_rotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ void fbcon_set_rotate(struct fbcon_ops *ops)
case FB_ROTATE_CW:
fbcon_rotate_cw(ops);
break;
case FB_ROTATE_UD:
fbcon_rotate_ud(ops);
break;
}
}
EXPORT_SYMBOL(fbcon_set_rotate);
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/console/fbcon_rotate.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height)
}

extern void fbcon_rotate_cw(struct fbcon_ops *ops);
extern void fbcon_rotate_ud(struct fbcon_ops *ops);
#endif
Loading

0 comments on commit 4a63933

Please sign in to comment.