drm/panel: update EDID BLOB in panel_simple_get_modes()
authorStephen Warren <swarren@nvidia.com>
Thu, 9 Jan 2014 18:37:34 +0000 (11:37 -0700)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:38 +0000 (11:47 +0900)
commit698cad0db6e3a45fe5e53e9cecd86f1fa23b1e4c
treedd0027de97333a5bec599d3352f500003bd7a7c4
parentcbdc004dd19e12eef5a503cafd0d40d2f7503801
drm/panel: update EDID BLOB in panel_simple_get_modes()

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 <swarren@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/panel/panel-simple.c