Re: [PATCH RFC 1/5] drm/edid: Add support to get edid early

2015-08-17 Thread Srinivas Kandagatla
On 17/08/15 08:52, Jani Nikula wrote: On Fri, 14 Aug 2015, Srinivas Kandagatla wrote: This patch adds support to get edid way early before the connector is created, this is mainly used for panel drivers to auto-probe the panel based on the vendor and product id from EDID. Signed-off-by:

Re: [PATCH RFC 1/5] drm/edid: Add support to get edid early

2015-08-17 Thread Jani Nikula
On Fri, 14 Aug 2015, Srinivas Kandagatla wrote: > This patch adds support to get edid way early before the connector is > created, this is mainly used for panel drivers to auto-probe the panel > based on the vendor and product id from EDID. > > Signed-off-by: Srinivas Kandagatla > --- >

Re: [PATCH RFC 1/5] drm/edid: Add support to get edid early

2015-08-17 Thread Srinivas Kandagatla
On 17/08/15 08:52, Jani Nikula wrote: On Fri, 14 Aug 2015, Srinivas Kandagatla srinivas.kandaga...@linaro.org wrote: This patch adds support to get edid way early before the connector is created, this is mainly used for panel drivers to auto-probe the panel based on the vendor and product id

Re: [PATCH RFC 1/5] drm/edid: Add support to get edid early

2015-08-17 Thread Jani Nikula
On Fri, 14 Aug 2015, Srinivas Kandagatla srinivas.kandaga...@linaro.org wrote: This patch adds support to get edid way early before the connector is created, this is mainly used for panel drivers to auto-probe the panel based on the vendor and product id from EDID. Signed-off-by: Srinivas

[PATCH RFC 1/5] drm/edid: Add support to get edid early

2015-08-14 Thread Srinivas Kandagatla
This patch adds support to get edid way early before the connector is created, this is mainly used for panel drivers to auto-probe the panel based on the vendor and product id from EDID. Signed-off-by: Srinivas Kandagatla --- drivers/gpu/drm/drm_edid.c | 8 include/drm/drm_crtc.h |

[PATCH RFC 1/5] drm/edid: Add support to get edid early

2015-08-14 Thread Srinivas Kandagatla
This patch adds support to get edid way early before the connector is created, this is mainly used for panel drivers to auto-probe the panel based on the vendor and product id from EDID. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- drivers/gpu/drm/drm_edid.c | 8