> -----Original Message----- > From: Kandpal, Suraj <suraj.kandpal@xxxxxxxxx> > Sent: Tuesday, May 7, 2024 9:34 AM > To: intel-gfx@xxxxxxxxxxxxxxxxxxxxx > Cc: Borah, Chaitanya Kumar <chaitanya.kumar.borah@xxxxxxxxx>; Shankar, Uma > <uma.shankar@xxxxxxxxx>; Nautiyal, Ankit K <ankit.k.nautiyal@xxxxxxxxx>; > Murthy, Arun R <arun.r.murthy@xxxxxxxxx>; Kandpal, Suraj > <suraj.kandpal@xxxxxxxxx> > Subject: [PATCH 0/7] Enable Aux Based EDP HDR > > This series enables Aux based EDP HDR and backlight controls. > The DPCD written to are intel proprietary and are filled based on the specs that > were provided to TCON vendors. Merged to drm-intel-next. Thanks for the patches and reviews. Regards, Uma Shankar > Signed-off-by: Suraj Kandpal <suraj.kandpal@xxxxxxxxx> > > Suraj Kandpal (7): > drm/i915/dp: Make has_gamut_metadata_dip() non static > drm/i915/dp: Rename intel struct inside intel_panel > drm/i915/dp: Add TCON HDR capability checks > drm/i915/dp: Fix Register bit naming > drm/i915/dp: Drop comments on EDP HDR DPCD registers > drm/i915/dp: Enable AUX based backlight for HDR > drm/i915/dp: Write panel override luminance values > > .../drm/i915/display/intel_display_types.h | 7 +- > drivers/gpu/drm/i915/display/intel_dp.c | 6 +- > drivers/gpu/drm/i915/display/intel_dp.h | 1 + > .../drm/i915/display/intel_dp_aux_backlight.c | 149 +++++++++++++++--- > 4 files changed, 140 insertions(+), 23 deletions(-) > > -- > 2.43.2