Re: [PATCH 07/15] drm/edid: split drm_edid block count helper

2022-10-19 Thread Ville Syrjälä
On Tue, Oct 11, 2022 at 04:49:41PM +0300, Jani Nikula wrote: > Split the drm_edid block count helper to a base version that reports the > block count indicated by EDID contents, and another on top that limits > the block count based on size allocated for the EDID. > > Signed-off-by: Jani Nikula

[PATCH 07/15] drm/edid: split drm_edid block count helper

2022-10-11 Thread Jani Nikula
Split the drm_edid block count helper to a base version that reports the block count indicated by EDID contents, and another on top that limits the block count based on size allocated for the EDID. Signed-off-by: Jani Nikula --- drivers/gpu/drm/drm_edid.c | 15 +++ 1 file changed, 11