mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
drm/rockchip: cdn-dp: ignore firmware fallback mechanism
Change-Id: I54245832728c956ea67be9f82cf4abd2ed8fbded Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
@@ -1236,7 +1236,8 @@ static int cdn_dp_request_firmware(struct cdn_dp_device *dp)
|
||||
mutex_unlock(&dp->lock);
|
||||
|
||||
while (time_before(jiffies, timeout)) {
|
||||
ret = request_firmware(&dp->fw, CDN_DP_FIRMWARE, dp->dev);
|
||||
ret = request_firmware_direct(&dp->fw, CDN_DP_FIRMWARE,
|
||||
dp->dev);
|
||||
if (ret == -ENOENT) {
|
||||
msleep(sleep);
|
||||
sleep *= 2;
|
||||
|
||||
Reference in New Issue
Block a user