Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192042
b: refs/heads/master
c: f077f3f
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed May 18, 2010
1 parent 154c1a2 commit dd3cc7a
Show file tree
Hide file tree
Showing 3 changed files with 8 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: dc5d2e8236e2eec461e8c34d302635142e93ab49
refs/heads/master: f077f3fc055b329787783a1ab0efb9a8f8ecc874
1 change: 0 additions & 1 deletion trunk/arch/arm/plat-samsung/dev-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <mach/irqs.h>
#include <mach/map.h>
#include <mach/regs-fb.h>

#include <plat/fb.h>
#include <plat/devs.h>
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/arm/plat-samsung/include/plat/fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
#ifndef __PLAT_S3C_FB_H
#define __PLAT_S3C_FB_H __FILE__

/* S3C_FB_MAX_WIN
* Set to the maximum number of windows that any of the supported hardware
* can use. Since the platform data uses this for an array size, having it
* set to the maximum of any version of the hardware can do is safe.
*/
#define S3C_FB_MAX_WIN (5)

/**
* struct s3c_fb_pd_win - per window setup data
* @win_mode: The display parameters to initialise (not for window 0)
Expand Down

0 comments on commit dd3cc7a

Please sign in to comment.