RE: [PATCH 1/3] drm/edid: parse multiple CEA extension block

2022-02-27 Thread Lee, Shawn C
On Saturday, February 26, 2022 1:47 AM, Ville Syrjälä wrote: >On Thu, Feb 24, 2022 at 10:16:23PM +0800, Lee Shawn C wrote: >> Try to find and parse more CEA ext blocks if edid->extensions is >> greater than one. >> >> Cc: Jani Nikula >> Cc: Ville Syrjala >> Cc: Ankit Nautiyal >> Signed-off-b

Re: [PATCH 1/3] drm/edid: parse multiple CEA extension block

2022-02-25 Thread Ville Syrjälä
On Thu, Feb 24, 2022 at 10:16:23PM +0800, Lee Shawn C wrote: > Try to find and parse more CEA ext blocks if edid->extensions > is greater than one. > > Cc: Jani Nikula > Cc: Ville Syrjala > Cc: Ankit Nautiyal > Signed-off-by: Lee Shawn C > --- > drivers/gpu/drm/drm_edid.c | 110 ++

[PATCH 1/3] drm/edid: parse multiple CEA extension block

2022-02-24 Thread Lee Shawn C
Try to find and parse more CEA ext blocks if edid->extensions is greater than one. Cc: Jani Nikula Cc: Ville Syrjala Cc: Ankit Nautiyal Signed-off-by: Lee Shawn C --- drivers/gpu/drm/drm_edid.c | 110 - 1 file changed, 60 insertions(+), 50 deletions(-) dif

Re: [PATCH 1/3] drm/edid: parse multiple CEA extension block

2022-02-22 Thread Ville Syrjälä
On Tue, Feb 22, 2022 at 11:19:15AM +0200, Jani Nikula wrote: > On Tue, 22 Feb 2022, Ville Syrjälä wrote: > > On Tue, Feb 22, 2022 at 02:38:17PM +0800, Lee Shawn C wrote: > >> Try to find and parse more CEA ext blocks if edid->extensions > >> is greater than one. > >> > >> Cc: Jani Nikula > >> Cc

Re: [PATCH 1/3] drm/edid: parse multiple CEA extension block

2022-02-22 Thread Jani Nikula
On Tue, 22 Feb 2022, Ville Syrjälä wrote: > On Tue, Feb 22, 2022 at 02:38:17PM +0800, Lee Shawn C wrote: >> Try to find and parse more CEA ext blocks if edid->extensions >> is greater than one. >> >> Cc: Jani Nikula >> Cc: Ville Syrjala >> Cc: Ankit Nautiyal >> Signed-off-by: Lee Shawn C >> -

RE: [PATCH 1/3] drm/edid: parse multiple CEA extension block

2022-02-22 Thread Lee, Shawn C
On Tue, Feb 22, 2022 at 03:28:17PM +0800, Ville Syrjälä wrote: >On Tue, Feb 22, 2022 at 02:38:17PM +0800, Lee Shawn C wrote: >> Try to find and parse more CEA ext blocks if edid->extensions is >> greater than one. >> >> Cc: Jani Nikula >> Cc: Ville Syrjala >> Cc: Ankit Nautiyal >> Signed-off

Re: [PATCH 1/3] drm/edid: parse multiple CEA extension block

2022-02-21 Thread Ville Syrjälä
On Tue, Feb 22, 2022 at 02:38:17PM +0800, Lee Shawn C wrote: > Try to find and parse more CEA ext blocks if edid->extensions > is greater than one. > > Cc: Jani Nikula > Cc: Ville Syrjala > Cc: Ankit Nautiyal > Signed-off-by: Lee Shawn C > --- > drivers/gpu/drm/drm_edid.c | 75 +++

[PATCH 1/3] drm/edid: parse multiple CEA extension block

2022-02-21 Thread Lee Shawn C
Try to find and parse more CEA ext blocks if edid->extensions is greater than one. Cc: Jani Nikula Cc: Ville Syrjala Cc: Ankit Nautiyal Signed-off-by: Lee Shawn C --- drivers/gpu/drm/drm_edid.c | 75 +++--- 1 file changed, 45 insertions(+), 30 deletions(-) dif