projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34a3ebf
)
drm: make handles 32-bits again not sure why they changed
author
Dave Airlie
<airlied@redhat.com>
Mon, 27 Oct 2008 07:06:23 +0000
(17:06 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 27 Oct 2008 07:06:23 +0000
(17:06 +1000)
shared-core/drm_mode.h
patch
|
blob
|
history
diff --git
a/shared-core/drm_mode.h
b/shared-core/drm_mode.h
index
e6daa7c
..
0c378f4
100644
(file)
--- a/
shared-core/drm_mode.h
+++ b/
shared-core/drm_mode.h
@@
-220,9
+220,9
@@
struct drm_mode_fb_cmd {
uint32_t width, height;
uint32_t pitch;
uint32_t bpp;
+ uint32_t handle;
uint32_t depth;
- uint64_t handle;
};
struct drm_mode_mode_cmd {
@@
-255,7
+255,7
@@
struct drm_mode_cursor {
uint32_t width;
uint32_t height;
/* driver specific handle */
- uint
64
_t handle;
+ uint
32
_t handle;
};
/*