Bug 98718 - Implement CustomEDID
Summary: Implement CustomEDID
Status: CLOSED WONTFIX
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: XOrg git
Hardware: Other All
: medium normal
Assignee: Intel GFX Bugs mailing list
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-14 13:49 UTC by Mathieu Malaterre
Modified: 2016-11-14 17:14 UTC (History)
1 user (show)

See Also:
i915 platform: ALL
i915 features: display/eDP


Attachments

Description Mathieu Malaterre 2016-11-14 13:49:01 UTC
The `intel` driver currently does not provide a way to pass arbitrary EDID. It would be nice to implement `CustomEDID` as done in radeon.
Comment 1 Mathieu Malaterre 2016-11-14 13:50:12 UTC
For reference the radeon implementation is here:
https://lists.x.org/archives/xorg/attachments/20091004/2a4f1014/attachment.patch
Comment 2 Chris Wilson 2016-11-14 13:58:58 UTC
It too is called Option "CustomEDID" in -intel. Note that since we cannot actually override the edid in the kernel, we do not in effect attach a new edid (changing how the driver talks to the monitor, or being able to setup audio channels etc), we just use it to generate modelines.
Comment 3 Jani Nikula 2016-11-14 14:14:27 UTC
How about using drm_kms_helper.edid_firmare module parameter?
Comment 4 Mathieu Malaterre 2016-11-14 17:10:44 UTC
Indeed this is just fine. Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.