diff options
author | Dave Airlie <airlied@redhat.com> | 2018-05-31 08:35:47 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2018-05-31 08:35:47 +1000 |
commit | 0e333751cff1dd7383be15372960a1be6e2b4e47 (patch) | |
tree | 8f34196f8308776778e7d6060ff5c96453cdb0b2 /include | |
parent | 2b85352e3b08159c9d5c82144d05767a00169f9d (diff) | |
parent | c32048d9e93a5ab925d745396c63e7b912147f0a (diff) | |
download | linux-0e333751cff1dd7383be15372960a1be6e2b4e47.tar.bz2 |
Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
dw-hdmi: Fix Oops regression from rc1 (Neil)
Cc: Neil Armstrong <narmstrong@baylibre.com>
* tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/drm-misc:
drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_sense
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/bridge/dw_hdmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/bridge/dw_hdmi.h b/include/drm/bridge/dw_hdmi.h index dd2a8cf7d20b..ccb5aa8468e0 100644 --- a/include/drm/bridge/dw_hdmi.h +++ b/include/drm/bridge/dw_hdmi.h @@ -151,7 +151,7 @@ struct dw_hdmi *dw_hdmi_bind(struct platform_device *pdev, struct drm_encoder *encoder, const struct dw_hdmi_plat_data *plat_data); -void dw_hdmi_setup_rx_sense(struct device *dev, bool hpd, bool rx_sense); +void dw_hdmi_setup_rx_sense(struct dw_hdmi *hdmi, bool hpd, bool rx_sense); void dw_hdmi_set_sample_rate(struct dw_hdmi *hdmi, unsigned int rate); void dw_hdmi_audio_enable(struct dw_hdmi *hdmi); |