[PATCH] drm/panel: update EDID BLOB in panel_simple_get_modes()

2014-01-14 Thread Thierry Reding
On Thu, Jan 09, 2014 at 11:37:34AM -0700, Stephen Warren wrote: > From: Stephen Warren > > This stashes away the EDID data so that the sysfs per-connector file > "edid" can display it. Without this change, the "edid" file is always > empty. > > Signed-off-by: Stephen Warren > --- > drivers/gpu

[PATCH] drm/panel: update EDID BLOB in panel_simple_get_modes()

2014-01-09 Thread Stephen Warren
From: Stephen Warren This stashes away the EDID data so that the sysfs per-connector file "edid" can display it. Without this change, the "edid" file is always empty. Signed-off-by: Stephen Warren --- drivers/gpu/drm/panel/panel-simple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driv