Skip to content

Commit

Permalink
drm: Remove 2 unused defines
Browse files Browse the repository at this point in the history
These were introduced in the very first DRM commit:

  commit f453ba0
  Author: Dave Airlie <airlied@redhat.com>
  Date:   Fri Nov 7 14:05:41 2008 -0800

      DRM: add mode setting support

      Add mode setting support to the DRM layer.

But are unused.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Lespiau, Damien authored and Dave Airlie committed Aug 21, 2013
1 parent 86f422d commit a03eb83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ struct drm_encoder_funcs {
void (*destroy)(struct drm_encoder *encoder);
};

#define DRM_CONNECTOR_MAX_UMODES 16
#define DRM_CONNECTOR_LEN 32
#define DRM_CONNECTOR_MAX_ENCODER 3

/**
Expand Down

0 comments on commit a03eb83

Please sign in to comment.