summaryrefslogtreecommitdiff
path: root/linux-core/nv50_fb.h
diff options
context:
space:
mode:
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;