Skip to content

drm_hwcomposer: Relax failure when no EDID property is found

John Stultz requested to merge john.stultz/drm-hwcomposer:crosvm/edid into master

Crosvm doesn't implement EDID virtio cmd, so when commit b3d81781 ("drm_hwcomposer: Add GetDisplayCapabilities and getDisplayIdentificationData") landed, it broke crosvm targets using --gpu_mode=drm_virgl

This issue caused the AOSP/master branch to revert the above change.

This patch tries to ease that restriction, so a lack of EDID isn't considered fatal. So we can align AOSP/master with upstream

Change-Id: I8ce899fc71d2b1187d364918328473ef1890d52d Signed-off-by: John Stultz john.stultz@linaro.org

Edited by John Stultz

Merge request reports