RE: [PATCH 5/8] drm/edid: Document why we don't bounds check the DispID CEA block start/end

2020-02-03 Thread Shankar, Uma
ject: Re: [PATCH 5/8] drm/edid: Document why we don't bounds check the > DispID CEA block start/end > > On Mon, Jan 27, 2020 at 05:30:42PM -0500, Alex Deucher wrote: > > On Fri, Jan 24, 2020 at 3:03 PM Ville Syrjala > > wrote: > > > > > > From: Ville Syrjälä

Re: [PATCH 5/8] drm/edid: Document why we don't bounds check the DispID CEA block start/end

2020-01-28 Thread Ville Syrjälä
On Mon, Jan 27, 2020 at 05:30:42PM -0500, Alex Deucher wrote: > On Fri, Jan 24, 2020 at 3:03 PM Ville Syrjala > wrote: > > > > From: Ville Syrjälä > > > > After much head scratching I managed to convince myself that > > for_each_displayid_db() has already done the bounds checks for > > the

Re: [PATCH 5/8] drm/edid: Document why we don't bounds check the DispID CEA block start/end

2020-01-27 Thread Alex Deucher
On Fri, Jan 24, 2020 at 3:03 PM Ville Syrjala wrote: > > From: Ville Syrjälä > > After much head scratching I managed to convince myself that > for_each_displayid_db() has already done the bounds checks for > the DispID CEA data block. Which is why we don't need to repeat > them in

[PATCH 5/8] drm/edid: Document why we don't bounds check the DispID CEA block start/end

2020-01-24 Thread Ville Syrjala
From: Ville Syrjälä After much head scratching I managed to convince myself that for_each_displayid_db() has already done the bounds checks for the DispID CEA data block. Which is why we don't need to repeat them in cea_db_offsets(). To avoid having to go through that pain again in the future