summaryrefslogtreecommitdiff
path: root/linux-core/nv50_fb.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-06-23 20:33:32 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-06-23 20:33:32 +0200
commit0a45f150669eaa2737d7485c9b68ea4c483f3048 (patch)
treec2186fd0fe85b6ea6963bb84ce71e515adc1799d /linux-core/nv50_fb.h
parent30f153a7c2a9bc69e615b7fff3fb060af0e3ed83 (diff)
NV50: Improve set_config and fix some minor bugs.
Diffstat (limited to 'linux-core/nv50_fb.h')
-rw-r--r--linux-core/nv50_fb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/nv50_fb.h b/linux-core/nv50_fb.h
index 6b286315..3051dc5c 100644
--- a/linux-core/nv50_fb.h
+++ b/linux-core/nv50_fb.h
@@ -35,6 +35,7 @@ struct nv50_fb_info {
struct mem_block *block;
int width, height;
int bpp, depth;
+ int pitch;
int x,y;
};
@@ -42,6 +43,7 @@ struct nv50_fb {
struct mem_block *block;
int width, height;
int bpp, depth;
+ int pitch;
int x,y;