Re: [RFC 19/19] drm/edid: sunset drm_find_cea_extension()

2022-03-23 Thread Ville Syrjälä
On Tue, Mar 22, 2022 at 11:40:48PM +0200, Jani Nikula wrote: > Convert drm_find_cea_extension() to a predicate function to check if the > EDID has a CEA extension or a DisplayID CTA data block. This is mainly > to avoid adding new users that only find the first CEA extension. > > Signed-off-by: Ja

[RFC 19/19] drm/edid: sunset drm_find_cea_extension()

2022-03-22 Thread Jani Nikula
Convert drm_find_cea_extension() to a predicate function to check if the EDID has a CEA extension or a DisplayID CTA data block. This is mainly to avoid adding new users that only find the first CEA extension. Signed-off-by: Jani Nikula --- drivers/gpu/drm/drm_edid.c | 17 - 1 fi