projects
/
platform
/
upstream
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48c495
)
lib: Remove unused field from struct igt_fb
author
Damien Lespiau
<damien.lespiau@intel.com>
Mon, 23 Jun 2014 18:47:19 +0000
(19:47 +0100)
committer
Damien Lespiau
<damien.lespiau@intel.com>
Tue, 29 Jul 2014 11:13:41 +0000
(12:13 +0100)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
lib/igt_fb.h
patch
|
blob
|
history
diff --git
a/lib/igt_fb.h
b/lib/igt_fb.h
index
6d030e6
..
f5110d4
100644
(file)
--- a/
lib/igt_fb.h
+++ b/
lib/igt_fb.h
@@
-48,7
+48,6
@@
struct igt_fb {
uint32_t drm_format;
int width;
int height;
- int depth;
unsigned stride;
unsigned tiling;
unsigned size;