AMD General Reviewed-by: Fangzhi Zuo <[email protected]>
> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Monday, June 1, 2026 16:31 > To: [email protected] > Cc: Wentland, Harry <[email protected]>; Hung, Alex > <[email protected]>; Pillai, Aurabindo <[email protected]>; > Zuo, Jerry <[email protected]>; Deucher, Alexander > <[email protected]>; LIPSKI, IVAN <[email protected]> > Subject: [PATCH] drm/amd/display: Rename hdmi_frl_borrow_mode > > From: Ivan Lipski <[email protected]> > > [Why&How] > Remame enum hdmi_frl_borrow_mode to HDMI_FRL_BORROW_MODE_* > since the same enum is already defined and used by dml2. > > This resolves DKMS compilation fail. > > Signed-off-by: Ivan Lipski <[email protected]> > --- > drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h > b/drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h > index 5923a5f112a9..0da03eb794aa 100644 > --- a/drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h > +++ b/drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h > @@ -225,9 +225,9 @@ union hdmi_scdc_test_config_Data { }; > > enum hdmi_frl_borrow_mode { > - BORROW_MODE_NONE, > - BORROW_MODE_FROM_ACTIVE, > - BORROW_MODE_FROM_BLANK > + HDMI_FRL_BORROW_MODE_NONE, > + HDMI_FRL_BORROW_MODE_FROM_ACTIVE, > + HDMI_FRL_BORROW_MODE_FROM_BLANK > }; > > enum link_result { > -- > 2.43.0
