Skip to content

drm_hwcomposer: Fix HwcDisplay::GetDisplayIdentificationData()

Return Error::Unsupported in headless mode and if no EDID blob returned by the kernel.

With this change GraphicsComposerHidlTest#GetDisplayIdentificationData VTS no longer fails.

Merge request reports