>-----Original Message----- >From: Sharma, Shashank >Sent: Friday, March 15, 2019 1:06 PM >To: Shankar, Uma <uma.shankar@xxxxxxxxx>; intel-gfx@xxxxxxxxxxxxxxxxxxxxx; dri- >devel@xxxxxxxxxxxxxxxxxxxxx >Cc: Lankhorst, Maarten <maarten.lankhorst@xxxxxxxxx>; Syrjala, Ville ><ville.syrjala@xxxxxxxxx>; emil.l.velikov@xxxxxxxxx; brian.starkey@xxxxxxx; >Liviu.Dudau@xxxxxxx >Subject: RE: [v5 04/13] drm/i915: Attach HDR metadata property to connector > > > >> -----Original Message----- >> From: Shankar, Uma >> Sent: Monday, March 11, 2019 9:28 AM >> To: intel-gfx@xxxxxxxxxxxxxxxxxxxxx; dri-devel@xxxxxxxxxxxxxxxxxxxxx >> Cc: Lankhorst, Maarten <maarten.lankhorst@xxxxxxxxx>; Syrjala, Ville >> <ville.syrjala@xxxxxxxxx>; Sharma, Shashank >> <shashank.sharma@xxxxxxxxx>; emil.l.velikov@xxxxxxxxx; >> brian.starkey@xxxxxxx; Liviu.Dudau@xxxxxxx; Shankar, Uma >> <uma.shankar@xxxxxxxxx> >> Subject: [v5 04/13] drm/i915: Attach HDR metadata property to >> connector >> >> Attach HDR metadata property to connector object. >> >> v2: Rebase >> >> v3: Updated the property name as per updated name while creating hdr >> metadata property >> >> Signed-off-by: Uma Shankar <uma.shankar@xxxxxxxxx> >> --- >> drivers/gpu/drm/i915/intel_hdmi.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/gpu/drm/i915/intel_hdmi.c >> b/drivers/gpu/drm/i915/intel_hdmi.c >> index cd422a7..0952475 100644 >> --- a/drivers/gpu/drm/i915/intel_hdmi.c >> +++ b/drivers/gpu/drm/i915/intel_hdmi.c >> @@ -2719,6 +2719,8 @@ static void intel_hdmi_destroy(struct >> drm_connector >> *connector) >> >> drm_connector_attach_content_type_property(connector); >> connector->state->picture_aspect_ratio = HDMI_PICTURE_ASPECT_NONE; >> + drm_object_attach_property(&connector->base, >> + connector->dev->mode_config.hdr_output_metadata_property, 0); >'connector->dev' should be aligned to the line above, but seems like you have done >this to meet the 80 char limit. >May be a local ptr variable will help with 80 char. Thanks Shashank, the name itself is a bit long. I will align it and can see crossing 80 characters for these kind of cases is ok. Being done in driver at several places. Thanks for the review. Regards, Uma Shankar > >Apart from that, looks good to me, and feel free to use: >Reviewed-by: Shashank Sharma <shashank.sharma@xxxxxxxxx> >> >> if (!HAS_GMCH(dev_priv)) >> drm_connector_attach_max_bpc_property(connector, 8, 12); >> -- >> 1.9.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx