commit | 0ac66effe7fcdee55bda6d5d10d3372c95a41920 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Mon Jul 14 17:57:19 2014 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jul 17 09:01:29 2014 -0400 |
tree | 50e441e2b2684ee59b299003c0f61dd187180ef8 | |
parent | bf38b025d3f58f4c1273714ff1be5bfbf99574a4 [diff] |
drm/radeon: avoid leaking edid data In some cases we fetch the edid in the detect() callback in order to determine what sort of monitor is connected. If that happens, don't fetch the edid again in the get_modes() callback or we will leak the edid. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org