Skip to content

drm_hwcomposer: Fix EDID fetch from DRM

EDID fetch procedure consist of two steps:

  1. get appropriate blob_id
  2. fetch EDID blob using blob_id Those steps should be done sequentially, in other case drivers can update EDID and blob_id won't be actual.

Signed-off-by: Andrii Chepurnyi andrii_chepurnyi@epam.com

Merge request reports