Re: [PATCH] drm/edid: add support for min horizontal rate equal to max horizontal rate

2020-06-17 Thread Cyrus Lien
On Tue, Jun 9, 2020 at 10:58 PM Ville Syrjälä wrote: > On Tue, Jun 09, 2020 at 03:57:04AM +0800, Cyrus Lien wrote: > > According to EDID spec, table 3.26, byte #6 and #8, which said "Minimum > > rate value shall be less than or equal to maximum rate value". The > min

[PATCH] drm/edid: add support for min horizontal rate equal to max horizontal rate

2020-06-08 Thread Cyrus Lien
horizontal/vertical rate if hmin equal to hmax or vmin equal to vmax. Signed-off-by: Cyrus Lien --- drivers/gpu/drm/drm_edid.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index fed653f13c26..23878320eabd 100644 --- a/drive