[PATCH v2 4/4] drm/i915: introduce intel_connector->reprobe

2014-01-07 Thread Ramkumar Ramachandra
Introduce a struct edid *(*reprobe)(struct drm_connector *, struct i2c_adapter *) in struct intel_connector to point to various get_edid() functions. Cc: Chris Wilson Cc: Andreas Heider Cc: Seth Forshee Signed-off-by: Ramkumar Ramachandra --- drivers/gpu/drm/i915/intel_crt.c | 1 +

[PATCH v2 4/4] drm/i915: introduce intel_connector-reprobe

2014-01-07 Thread Ramkumar Ramachandra
Introduce a struct edid *(*reprobe)(struct drm_connector *, struct i2c_adapter *) in struct intel_connector to point to various get_edid() functions. Cc: Chris Wilson ch...@chris-wilson.co.uk Cc: Andreas Heider andr...@meetr.de Cc: Seth Forshee seth.fors...@canonical.com Signed-off-by: Ramkumar