File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
drivers/gpu/drm/bridge/synopsys Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1628,7 +1628,8 @@ static void hdmi_tx_hdcp_config(struct dw_hdmi *hdmi)
1628
1628
HDMI_A_HDCPCFG1_ENCRYPTIONDISABLE_MASK , HDMI_A_HDCPCFG1 );
1629
1629
}
1630
1630
1631
- static void hdmi_config_AVI (struct dw_hdmi * hdmi , struct drm_display_mode * mode )
1631
+ static void hdmi_config_AVI (struct dw_hdmi * hdmi ,
1632
+ const struct drm_display_mode * mode )
1632
1633
{
1633
1634
struct hdmi_avi_infoframe frame ;
1634
1635
u8 val ;
@@ -1756,7 +1757,7 @@ static void hdmi_config_AVI(struct dw_hdmi *hdmi, struct drm_display_mode *mode)
1756
1757
}
1757
1758
1758
1759
static void hdmi_config_vendor_specific_infoframe (struct dw_hdmi * hdmi ,
1759
- struct drm_display_mode * mode )
1760
+ const struct drm_display_mode * mode )
1760
1761
{
1761
1762
struct hdmi_vendor_infoframe frame ;
1762
1763
u8 buffer [10 ];
@@ -2112,7 +2113,8 @@ static void hdmi_disable_overflow_interrupts(struct dw_hdmi *hdmi)
2112
2113
HDMI_IH_MUTE_FC_STAT2 );
2113
2114
}
2114
2115
2115
- static int dw_hdmi_setup (struct dw_hdmi * hdmi , struct drm_display_mode * mode )
2116
+ static int dw_hdmi_setup (struct dw_hdmi * hdmi ,
2117
+ const struct drm_display_mode * mode )
2116
2118
{
2117
2119
int ret ;
2118
2120
You can’t perform that action at this time.
0 commit comments