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:
019a408
)
Change the number on the dirty ioctl to match upstream
author
Jakob Bornecrantz
<jakob@vmware.com>
Wed, 2 Dec 2009 18:39:16 +0000
(19:39 +0100)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Wed, 2 Dec 2009 18:39:16 +0000
(19:39 +0100)
include/drm/drm.h
patch
|
blob
|
history
diff --git
a/include/drm/drm.h
b/include/drm/drm.h
index 8e1ffb864fbbc467e16bbca9dd2af851f3b45db7..225ab6ce590e905cdbd385a730ce219178b8c5dc 100644
(file)
--- a/
include/drm/drm.h
+++ b/
include/drm/drm.h
@@
-696,7
+696,7
@@
struct drm_gem_open {
#define DRM_IOCTL_MODE_GETFB DRM_IOWR(0xAD, struct drm_mode_fb_cmd)
#define DRM_IOCTL_MODE_ADDFB DRM_IOWR(0xAE, struct drm_mode_fb_cmd)
#define DRM_IOCTL_MODE_RMFB DRM_IOWR(0xAF, unsigned int)
-#define DRM_IOCTL_MODE_DIRTYFB DRM_IOWR(0xB
0
, struct drm_mode_fb_dirty_cmd)
+#define DRM_IOCTL_MODE_DIRTYFB DRM_IOWR(0xB
1
, struct drm_mode_fb_dirty_cmd)
/**
* Device specific ioctls should only be in their respective headers