Commits
Jyri Sarha committed e9b508306e5
drm/bridge: cdns-mhdp: Try request_firmware_direct(), before *_nowait() Try loading the firmware first with request_firmware_direct() at probe time. If the FW is available right away, there's no need for delayed loading using request_firmware_nowait(). The delayed loading makes the initial setup of DP fail to find any displays. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>