[Bug 80691] HDMI audio stops working when drm_kms_helper edid overwrite in place
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jul 15 08:07:24 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80691
--- Comment #4 from Alex Deucher <agd5f at yahoo.com> ---
The driver caches a copy of the edid in the driver connector structure
(radeon_connector->edid) when it it reads the edid from the monitor via the
get_modes() or detect() connector callbacks. When you provide a user supplied
edid, the driver's copy never gets updated since no additional driver callbacks
are called. It should be handled properly on my 3.17-wip branch:
http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.17-wip
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140715/757a70d0/attachment.html>
More information about the dri-devel
mailing list