diff options
| author | Maxime Ripard <maxime@cerno.tech> | 2022-02-22 17:40:36 +0100 |
|---|---|---|
| committer | Maxime Ripard <maxime@cerno.tech> | 2022-03-24 13:43:59 +0100 |
| commit | 6135ee07702781cd8206bcb1c202c4630d6e3c9c (patch) | |
| tree | a29c9de97ac71495365631f1134cd23a448e8072 /drivers/gpu/drm/vc4/vc4_hdmi.h | |
| parent | 3dd4834a6efe4eb3c086526e1870bb768776d86a (diff) | |
drm/vc4: hdmi: Rename pixel_rate variable
The pixel_rate field in the vc4_hdmi_connector_state struct actually
stores the TMDS character rate, let's rename it for consistency.
Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220222164042.403112-2-maxime@cerno.tech
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_hdmi.h')
| -rw-r--r-- | drivers/gpu/drm/vc4/vc4_hdmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.h b/drivers/gpu/drm/vc4/vc4_hdmi.h index 2b6aaafc020a..37a87d7e167a 100644 --- a/drivers/gpu/drm/vc4/vc4_hdmi.h +++ b/drivers/gpu/drm/vc4/vc4_hdmi.h @@ -234,7 +234,7 @@ encoder_to_vc4_hdmi(struct drm_encoder *encoder) struct vc4_hdmi_connector_state { struct drm_connector_state base; - unsigned long long pixel_rate; + unsigned long long tmds_char_rate; }; static inline struct vc4_hdmi_connector_state * |
