drm/nouveau: we can't free ACPI EDID, so make a copy that we can
authorBen Skeggs <bskeggs@redhat.com>
Fri, 10 Sep 2010 05:33:11 +0000 (15:33 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 24 Sep 2010 06:26:24 +0000 (16:26 +1000)
commit24b102d3488c9d201915d070a519e07098e0cd30
treec773de58b53aabc31ac9ac111def0ad9eb7b91a5
parente071f8cd714261cb4f5ce7104eb54b16b2bbb0cf
drm/nouveau: we can't free ACPI EDID, so make a copy that we can

The rest of the connector code assumes we can kfree() the EDID pointer.
This causes things to blow up with the ACPI EDID pointer we get
passed.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_acpi.c