diff options
author | Dave Airlie <airlied@redhat.com> | 2008-05-30 15:32:58 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-05-30 15:32:58 +1000 |
commit | 5d47185eb69d73dd7e6ee3ddde4d0c7642c2d5b7 (patch) | |
tree | e805ab001b7b54426c2a7da6f6a5a9aa211c8c8a /shared-core | |
parent | 30fc88fdf9084ffcb9e76acbdee95d9691ac4ba4 (diff) |
drm: switch possible crtc/clones over to encoders
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/drm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h index a7f590dc..1fcbf144 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -1087,10 +1087,6 @@ struct drm_mode_get_connector { unsigned int connection; unsigned int mm_width, mm_height; /**< HxW in millimeters */ unsigned int subpixel; - int count_crtcs; - int count_clones; - unsigned int crtcs; /**< possible crtc to connect to */ - unsigned int clones; /**< list of clones */ }; #define DRM_MODE_PROP_PENDING (1<<0) |