summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-04-05 18:01:02 +1000
committerDave Airlie <airlied@linux.ie>2007-04-05 18:01:02 +1000
commitb4094864f188a1346cc3b51bcb457beeacefbf82 (patch)
tree9e5aedf5decf684eedc8b6d0c16320ae788aab8e /shared-core/drm.h
parent7bb112fecadc6fe42e5828b861600691071ccd91 (diff)
checkpoint commit: implement SetCrtc so modes can in theory be set from user
This hooks up the userspace mode set it "seems" to work.
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 1af0be38..49bc41bc 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -1036,7 +1036,7 @@ struct drm_mode_get_output {
#define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
#define DRM_IOCTL_MODE_GETCRTC DRM_IOWR(0xA1, struct drm_mode_crtc)
#define DRM_IOCTL_MODE_GETOUTPUT DRM_IOWR(0xA2, struct drm_mode_get_output)
-
+#define DRM_IOCTL_MODE_SETCRTC DRM_IOWR(0xA3, struct drm_mode_crtc)
/*@}*/
/**