OSDN Git Service

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)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Jan 2014 15:02:02 +0000 (16:02 +0100)
commit70bf6878a874523e4b62992d07b5739298f8c1eb
tree4707f4c9ba46fd4ba7f56683014ab98d17df6abe
parentbe2cd59b80dad88094d558432dfc01b8c703b595
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>
drivers/gpu/drm/panel/panel-simple.c