summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorDavid Airlie <airlied@asimov.stargames.com.au>2007-04-10 14:49:49 +1000
committerDavid Airlie <airlied@asimov.stargames.com.au>2007-04-10 14:49:49 +1000
commit65f465ed5ad3caf773658bb2832785c963b987f6 (patch)
tree43edce498c86b3b6e6cfe3553da7a294aa915dc3 /linux-core/drm_crtc.h
parenteb9bdc27879d1aa307b234bbdb0f81494dcf7095 (diff)
fixup numerous issues with adding framebuffer support
This still isn't perfect but it fixes a few oopses and cleans up some of the tabs and bugs in the original fb limit code
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index 19d7cf51..142e0ecb 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -178,7 +178,7 @@ struct drm_framebuffer {
unsigned int depth;
int bits_per_pixel;
int flags;
- struct drm_buffer_object *bo;
+ struct drm_buffer_object *bo;
};
struct drm_crtc;
struct drm_output;
@@ -456,8 +456,8 @@ extern int drm_mode_getoutput(struct inode *inode, struct file *filp,
extern int drm_mode_setcrtc(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);
extern int drm_mode_addfb(struct inode *inode, struct file *filp,
- unsigned int cmd, unsigned long arg);
+ unsigned int cmd, unsigned long arg);
extern int drm_mode_rmfb(struct inode *inode, struct file *filp,
- unsigned int cmd, unsigned long arg);
+ unsigned int cmd, unsigned long arg);
#endif /* __DRM_CRTC_H__ */