Re: [RFC 02/13] drm/edid: Parse MAX_FRL field from HFVSDB block

2020-10-31 Thread Nautiyal, Ankit K
Subject: [RFC 02/13] drm/edid: Parse MAX_FRL field from HFVSDB block From: Swati Sharma This patch parses MAX_FRL field to get the MAX rate in Gbps that the HDMI 2.1 panel can support in FRL mode. Source need this field to determine the optimal rate between the source and sink during FRL training

RE: [RFC 02/13] drm/edid: Parse MAX_FRL field from HFVSDB block

2020-10-18 Thread Shankar, Uma
ct: [RFC 02/13] drm/edid: Parse MAX_FRL field from HFVSDB block > > From: Swati Sharma > > This patch parses MAX_FRL field to get the MAX rate in Gbps that the HDMI 2.1 > panel can support in FRL mode. Source need this field to determine the optimal > rate between the source and

[RFC 02/13] drm/edid: Parse MAX_FRL field from HFVSDB block

2020-10-15 Thread Ankit Nautiyal
From: Swati Sharma This patch parses MAX_FRL field to get the MAX rate in Gbps that the HDMI 2.1 panel can support in FRL mode. Source need this field to determine the optimal rate between the source and sink during FRL training. Signed-off-by: Sharma, Swati2 Signed-off-by: Ankit Nautiyal ---