On Wednesday, July 3, 2019 10:37 PM, Simon Ser wrote:
> 2019-07-03 11:49:01 emersion daniels: 4*128 is the max
Actually, this is wrong. E-EDID allows up to 32KiB blobs.
(4*128B is used in the DisplayPort/HDMI compliance test suites)
___
wayland-devel m
> > This patch adds an event advertising the EDID of the connector. Given
> > that this is already tied to DRM, this seems like a reasonable addition.
> > I think this should give clients everything they need to make an
> > informed decision on which connectors to pick.
>
> IIRC Pekka had concerns
On Tue, 2019-07-02 at 13:30 -0400, Drew DeVault wrote:
> From: Marius Vlad
>
> DRM leasing is a feature which allows the DRM master to "lease" a subset
> of its DRM resources to another DRM master via drmModeCreateLease, which
> returns a file descriptor for the new DRM master. We use this protoc