diff options
author | Dave Airlie <airlied@redhat.com> | 2008-07-04 09:34:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-07-04 09:34:24 +1000 |
commit | 142a309604b65c26ca95594943ee91dde8688697 (patch) | |
tree | f601ee065d7a81b701ba18e0461a5f6ef4122257 /shared-core | |
parent | 11b7a81c8a776aa7761ee03fe55d741a44ba5df7 (diff) |
modesetting: rip out all of the generation code.
not needed, hotplug will work just as well hopefully.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/drm.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h index 40653b4b..132c7746 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -1033,7 +1033,6 @@ struct drm_mode_card_res { int count_encoders; int min_width, max_width; int min_height, max_height; - uint32_t generation; }; struct drm_mode_crtc { @@ -1044,8 +1043,6 @@ struct drm_mode_crtc { int x, y; /**< Position on the frameuffer */ - uint32_t generation; - int count_connectors; unsigned int connectors; /**< Connectors that are connected */ @@ -1058,8 +1055,6 @@ struct drm_mode_crtc { struct drm_mode_get_encoder { - uint32_t generation; - uint32_t encoder_type; uint32_t encoder_id; @@ -1090,8 +1085,6 @@ struct drm_mode_get_connector { unsigned int connector_type; unsigned int connector_type_id; - uint32_t generation; - unsigned int connection; unsigned int mm_width, mm_height; /**< HxW in millimeters */ unsigned int subpixel; |