> -----Original Message----- > From: Intel-gfx <intel-gfx-boun...@lists.freedesktop.org> On Behalf Of Jani > Nikula > Sent: Thursday, August 4, 2022 3:29 PM > To: intel-gfx@lists.freedesktop.org > Cc: Nikula, Jani <jani.nik...@intel.com> > Subject: [Intel-gfx] [PATCH 2/2] drm/i915/hdcp: replace BIT() with REG_BIT() > in register definitions > > Registers contents are supposed to be defined using REG_BIT() to ensure > they're u32 and the shift is within bounds. > > Signed-off-by: Jani Nikula <jani.nik...@intel.com> > ---
Reviewed-by: Arun R Murthy <arun.r.mur...@intel.com> Thanks and Regards, Arun R Murthy --------------------