drm: Nuke unused drm_display_info.pixel_clock
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 26 Mar 2019 17:33:58 +0000 (19:33 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 27 Mar 2019 11:55:13 +0000 (13:55 +0200)
drm_display_info.pixel_clock is unused. Let's get rid of it.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190326173401.7329-1-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drm_connector.h

index c806199..0e7bc06 100644 (file)
@@ -308,12 +308,6 @@ struct drm_display_info {
        unsigned int height_mm;
 
        /**
-        * @pixel_clock: Maximum pixel clock supported by the sink, in units of
-        * 100Hz. This mismatches the clock in &drm_display_mode (which is in
-        * kHZ), because that's what the EDID uses as base unit.
-        */
-       unsigned int pixel_clock;
-       /**
         * @bpc: Maximum bits per color channel. Used by HDMI and DP outputs.
         */
        unsigned int bpc;