diff options
author | Dave Airlie <airlied@redhat.com> | 2021-07-30 04:28:11 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-07-30 04:28:22 +0300 |
commit | 988dbd25b8ae14de70d2be384f5872d6e22e3434 (patch) | |
tree | e79e6a7eafd4f9015cc5d9182c3406926f98f94a /include/drm | |
parent | 15d27b15de965043d6f8e23bc7f34386fcd1a772 (diff) | |
parent | 6571a76af380290dd9a003a3bc90d4779ec4f8f8 (diff) | |
download | linux-988dbd25b8ae14de70d2be384f5872d6e22e3434.tar.xz |
Merge tag 'du-next-20210728' of git://linuxtv.org/pinchartl/media into drm-next
- R-Car DU shutdown fixes
- R-Car DU conversion to bridge connector helper
- Misc small fixes
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/YQGHjOSOw2G4+A3x@pendragon.ideasonboard.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/bridge/dw_hdmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/bridge/dw_hdmi.h b/include/drm/bridge/dw_hdmi.h index 6a5716655619..2a1f85f9a8a3 100644 --- a/include/drm/bridge/dw_hdmi.h +++ b/include/drm/bridge/dw_hdmi.h @@ -126,6 +126,8 @@ struct dw_hdmi_phy_ops { struct dw_hdmi_plat_data { struct regmap *regm; + unsigned int output_port; + unsigned long input_bus_encoding; bool use_drm_infoframe; bool ycbcr_420_allowed; |