Skip to content

Commit

Permalink
drm/i915: remove an extra #define for DP_RECEIVER_CAP_SIZE
Browse files Browse the repository at this point in the history
Identical #define is now available in include/drm/drm_dp_helper.h, nuke the
dupe.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Jani Nikula authored and Daniel Vetter committed Oct 26, 2012
1 parent 67a5456 commit 051f866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/intel_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ struct intel_hdmi {
struct drm_display_mode *adjusted_mode);
};

#define DP_RECEIVER_CAP_SIZE 0xf
#define DP_MAX_DOWNSTREAM_PORTS 0x10
#define DP_LINK_CONFIGURATION_SIZE 9

Expand Down

0 comments on commit 051f866

Please sign in to comment.